Difference between revisions of "Form:Plugin"

From Protege Wiki
Jump to: navigation, search
(trying to fix problem with fieldset and legend tags)
(fixing semantic forms syntax)
 
(26 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>
  
<p>Please provide information about your plug-in in the form below.</p>
+
<p style="font-size:14px;">Please provide information about your plug-in in the form below.</p>
  
 
{{{for template|Plugin}}}
 
{{{for template|Plugin}}}
  
<table border="0" cellpadding="5" cellspacing="5">
+
<table border="0" cellpadding="7" cellspacing="5">
 +
 
 +
<tr class="formGreenLight">
 +
<td align="right" valign="top"><strong>description:</strong></td>
 +
<td>{{{field|Description|input type=textarea}}}</td>
 +
<td valign="top">A short description of your plug-in.</td>
 +
</tr>
  
 
<tr class="formGreenDark">
 
<tr class="formGreenDark">
Line 115: 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 186: 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>
  
Line 233: Line 239:
 
<td align="right"><strong>affiliation:</strong></td>
 
<td align="right"><strong>affiliation:</strong></td>
 
<td>{{{field|Affiliation9}}}</td>
 
<td>{{{field|Affiliation9}}}</td>
</tr>
 
 
<tr class="formGreenLight">
 
<td align="right"><strong>description:</strong></td>
 
<td>{{{field|Description}}}</td>
 
<td>A short description of your plug-in.</td>
 
 
</tr>
 
</tr>
  
Line 245: Line 245:
 
{{{end template}}}
 
{{{end template}}}
  
""Free text:
+
<p>
More details
+
<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>You can add more information here (you must use standard MediaWiki formatting options).</p>
+
</p>
{{{field|free text}}}
+
 
"";
+
{{{field|free text|rows=10|}}}
  
 
</includeonly>
 
</includeonly>

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.