Difference between revisions of "Form:VersionOfPlugin"

From Protege Wiki
Jump to: navigation, search
(text and formatting updates)
(removed fieldset and legend tags, which cause problems as of smw 1.0)
Line 94: Line 94:
  
 
<tr class="formGreenDark">
 
<tr class="formGreenDark">
<td align="right"><strong>Dependency:</strong></td> <td>{{{field|DependsOn1}}}</td>
+
<td align="right"><strong>dependency:</strong></td> <td>{{{field|DependsOn1}}}</td>
 
<td rowspan="9" valign="top">Enter up to 9 items which are necessary to execute this version, such as other Protege plug-ins, 3rd party libraries, a particular version of Java, etc.</td>
 
<td rowspan="9" valign="top">Enter up to 9 items which are necessary to execute this version, such as other Protege plug-ins, 3rd party libraries, a particular version of Java, etc.</td>
 
</tr>
 
</tr>
Line 138: Line 138:
 
</tr>
 
</tr>
  
<tr style="background:#e6ffcc;">
+
<tr class="formGreenLight">
  <td align="right"><strong>Changelog:</strong></td> <td>{{{field|Changelog|default=see page for more details}}}</td>
+
<td align="right"><strong>changelog:</strong></td>
  <td>A short description of changes in this version.</td>
+
<td>{{{field|Changelog|input type=textarea|default=see page for more details}}}</td>
 +
<td>A short description of changes in this version</td>
 
</tr>
 
</tr>
  
Line 147: Line 148:
 
{{{end template}}}
 
{{{end template}}}
  
  <fieldset><legend>More details</legend>
+
<p>
  <p>You can add more information here and use standard MediaWiki formatting options.</p>
+
<span style="font-size:14px;">Please use the text area below to enter any additional information about your plug-in version. ''(Please note that you must use MediaWiki formatting).''</span>
  {{{field|free text}}}
+
</p>
  </fieldset>
+
{{{field|free text|rows=10}}}
 
</includeonly>
 
</includeonly>

Revision as of 13:58, March 19, 2008

This is the 'VersionOfPlugin' form; edit the page to see the source code. You can add data with this form here.