Difference between revisions of "Form:VersionOfPlugin"
From Protege Wiki
(text and formatting updates) |
(fixed semantic forms syntax) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
− | This is the 'VersionOfPlugin' form; edit the page to see the source code. You can add data with this form [[Special: | + | This is the 'VersionOfPlugin' form; edit the page to see the source code. You can add data with this form [[Special:FormStart/VersionOfPlugin|here]]. |
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
Line 42: | Line 42: | ||
<tr class="formGreenLight"> | <tr class="formGreenLight"> | ||
<td align="right"><strong>compatibility:</strong></td> | <td align="right"><strong>compatibility:</strong></td> | ||
− | <td>{{{field|CompatibleWith1}}}</td> | + | <td>{{{field|CompatibleWith1|autocomplete on category=VersionOfApplication}}}</td> |
<td rowspan="9" valign="top">Enter up to 9 Protege versions that this plug-in version is compatible with, for example:<br /><br /> | <td rowspan="9" valign="top">Enter up to 9 Protege versions that this plug-in version is compatible with, for example:<br /><br /> | ||
<ul> | <ul> | ||
Line 55: | Line 55: | ||
<tr class="formGreenLight"> | <tr class="formGreenLight"> | ||
<td align="right"><strong>compatibility:</strong></td> | <td align="right"><strong>compatibility:</strong></td> | ||
− | <td>{{{field|CompatibleWith2}}}</td> | + | <td>{{{field|CompatibleWith2|autocomplete on category=VersionOfApplication}}}</td> |
</tr> | </tr> | ||
<tr class="formGreenLight"> | <tr class="formGreenLight"> | ||
<td align="right"><strong>compatibility:</strong></td> | <td align="right"><strong>compatibility:</strong></td> | ||
− | <td>{{{field|CompatibleWith3}}}</td> | + | <td>{{{field|CompatibleWith3|autocomplete on category=VersionOfApplication}}}</td> |
</tr> | </tr> | ||
<tr class="formGreenLight"> | <tr class="formGreenLight"> | ||
<td align="right"><strong>compatibility:</strong></td> | <td align="right"><strong>compatibility:</strong></td> | ||
− | <td>{{{field|CompatibleWith4}}}</td> | + | <td>{{{field|CompatibleWith4|autocomplete on category=VersionOfApplication}}}</td> |
</tr> | </tr> | ||
<tr class="formGreenLight"> | <tr class="formGreenLight"> | ||
<td align="right"><strong>compatibility:</strong></td> | <td align="right"><strong>compatibility:</strong></td> | ||
− | <td>{{{field|CompatibleWith5}}}</td> | + | <td>{{{field|CompatibleWith5|autocomplete on category=VersionOfApplication}}}</td> |
</tr> | </tr> | ||
<tr class="formGreenLight"> | <tr class="formGreenLight"> | ||
<td align="right"><strong>compatibility:</strong></td> | <td align="right"><strong>compatibility:</strong></td> | ||
− | <td>{{{field|CompatibleWith6}}}</td> | + | <td>{{{field|CompatibleWith6|autocomplete on category=VersionOfApplication}}}</td> |
</tr> | </tr> | ||
<tr class="formGreenLight"> | <tr class="formGreenLight"> | ||
<td align="right"><strong>compatibility:</strong></td> | <td align="right"><strong>compatibility:</strong></td> | ||
− | <td>{{{field|CompatibleWith7}}}</td> | + | <td>{{{field|CompatibleWith7|autocomplete on category=VersionOfApplication}}}</td> |
</tr> | </tr> | ||
<tr class="formGreenLight"> | <tr class="formGreenLight"> | ||
<td align="right"><strong>compatibility:</strong></td> | <td align="right"><strong>compatibility:</strong></td> | ||
− | <td>{{{field|CompatibleWith8}}}</td> | + | <td>{{{field|CompatibleWith8|autocomplete on category=VersionOfApplication}}}</td> |
</tr> | </tr> | ||
<tr class="formGreenLight"> | <tr class="formGreenLight"> | ||
<td align="right"><strong>compatibility:</strong></td> | <td align="right"><strong>compatibility:</strong></td> | ||
− | <td>{{{field|CompatibleWith9}}}</td> | + | <td>{{{field|CompatibleWith9|autocomplete on category=VersionOfApplication}}}</td> |
</tr> | </tr> | ||
<tr class="formGreenDark"> | <tr class="formGreenDark"> | ||
− | <td align="right"><strong> | + | <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 | + | <tr class="formGreenLight"> |
− | + | <td align="right" valign="top"><strong>changelog:</strong></td> | |
− | + | <td>{{{field|Changelog|input type=textarea|default=see page for more details}}}</td> | |
+ | <td valign="top">A short description of changes in this version</td> | ||
</tr> | </tr> | ||
Line 147: | Line 148: | ||
{{{end template}}} | {{{end template}}} | ||
− | + | <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> | |
− | + | </p> | |
− | + | {{{field|free text|rows=10}}} | |
</includeonly> | </includeonly> |
Latest revision as of 14:39, September 1, 2010
This is the 'VersionOfPlugin' form; edit the page to see the source code. You can add data with this form here.