Difference between revisions of "Form:Plugin"

From Protege Wiki
Jump to: navigation, search
(trying to fix problem with fieldset and legend tags)
(changed input type of description field to textarea)
Line 237: Line 237:
 
<tr class="formGreenLight">
 
<tr class="formGreenLight">
 
<td align="right"><strong>description:</strong></td>
 
<td align="right"><strong>description:</strong></td>
<td>{{{field|Description}}}</td>
+
<td>{{{field|Description|input type=textarea}}}</td>
 
<td>A short description of your plug-in.</td>
 
<td>A short description of your plug-in.</td>
 
</tr>
 
</tr>
Line 245: Line 245:
 
{{{end template}}}
 
{{{end template}}}
  
""Free text:
 
 
More details
 
More details
 
<p>You can add more information here (you must use standard MediaWiki formatting options).</p>
 
<p>You can add more information here (you must use standard MediaWiki formatting options).</p>
 
{{{field|free text}}}
 
{{{field|free text}}}
"";
 
  
 
</includeonly>
 
</includeonly>

Revision as of 18:57, March 18, 2008

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