Difference between revisions of "Form:VersionOfPlugin"

From Protege Wiki
Jump to: navigation, search
(removed fieldset and legend tags, which cause problems as of smw 1.0)
(fixed semantic forms syntax)
 
(4 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:AddPage/Form:VersionOfPlugin|here]].
+
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>
  
Line 139: Line 139:
  
 
<tr class="formGreenLight">
 
<tr class="formGreenLight">
<td align="right"><strong>changelog:</strong></td>
+
<td align="right" valign="top"><strong>changelog:</strong></td>
 
<td>{{{field|Changelog|input type=textarea|default=see page for more details}}}</td>
 
<td>{{{field|Changelog|input type=textarea|default=see page for more details}}}</td>
<td>A short description of changes in this version</td>
+
<td valign="top">A short description of changes in this version</td>
 
</tr>
 
</tr>
  

Latest revision as of 15: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.