Difference between revisions of "Form:Plugin"

From Protege Wiki
Jump to: navigation, search
m
(fixing semantic forms syntax)
 
(5 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:AddPage/Form:Plugin|here]].</noinclude>
+
<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="7" cellspacing="7">
+
<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>
+
<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&nbsp;update:</strong></td>
 
<td align="right"><strong>last&nbsp;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>
+
<td>License for plug-in or source code</td>
 
</tr>
 
</tr>
  

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