Difference between revisions of "Form:Plugin"
From Protege Wiki
m |
(fixing semantic forms syntax) |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <noinclude>This is the 'Plugin' form; edit the page to see the source code. You can add data with this form [[Special: | + | <noinclude>This is the 'Plugin' form; edit the page to see the source code. You can add data with this form [[Special:FormStart/Plugin|here]].</noinclude> |
<includeonly> | <includeonly> | ||
<h2>Plugin: {{{field|page title}}}</h2> | <h2>Plugin: {{{field|page title}}}</h2> | ||
Line 7: | Line 7: | ||
{{{for template|Plugin}}} | {{{for template|Plugin}}} | ||
− | <table border="0" cellpadding=" | + | <table border="0" cellpadding="7" cellspacing="5"> |
<tr class="formGreenLight"> | <tr class="formGreenLight"> | ||
<td align="right" valign="top"><strong>description:</strong></td> | <td align="right" valign="top"><strong>description:</strong></td> | ||
− | <td>{{{field|Description|input type=textarea | + | <td>{{{field|Description|input type=textarea}}}</td> |
<td valign="top">A short description of your plug-in.</td> | <td valign="top">A short description of your plug-in.</td> | ||
</tr> | </tr> | ||
Line 121: | Line 121: | ||
<tr class="formGreenLight"> | <tr class="formGreenLight"> | ||
<td align="right"><strong>last update:</strong></td> | <td align="right"><strong>last update:</strong></td> | ||
− | <td>{{{field|LastUpdated}}}</td> | + | <td>{{{field|LastUpdated|default=now}}}</td> |
<td>Date of last change or new release</td> | <td>Date of last change or new release</td> | ||
</tr> | </tr> | ||
Line 192: | Line 192: | ||
<td align="right"><strong>license:</strong></td> | <td align="right"><strong>license:</strong></td> | ||
<td>{{{field|License}}}</td> | <td>{{{field|License}}}</td> | ||
− | <td>License for plug-in or source code | + | <td>License for plug-in or source code</td> |
</tr> | </tr> | ||
Line 246: | Line 246: | ||
<p> | <p> | ||
− | <span style="font-size:14px;">Please use the text area below to enter any additional information about your plug-in. ''Please note that you must use MediaWiki formatting).''</span> | + | <span style="font-size:14px;">Please use the text area below to enter any additional information about your plug-in. ''(Please note that you must use MediaWiki formatting).''</span> |
</p> | </p> | ||
− | {{{field|free text|rows=10| | + | {{{field|free text|rows=10|}}} |
</includeonly> | </includeonly> |
Latest revision as of 16:59, June 21, 2010
This is the 'Plugin' form; edit the page to see the source code. You can add data with this form here.