Difference between revisions of "Form:Organization"

From Protege Wiki
Jump to: navigation, search
(New page: <noinclude> This is the 'Organization' form; edit the page to see the source code. You can add data with this form here. </noinclude> <includeonly> <h...)
 
(fixed semantic forms syntax)
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
This is the 'Organization' form; edit the page to see the source code. You can add data with this form [[Special:AddPage/Form:Organization|here]].
+
This is the 'Organization' form; edit the page to see the source code. You can add data with this form [[Special:FormStart/Organization|here]].
 
</noinclude>
 
</noinclude>
 
<includeonly>
 
<includeonly>
 
<h2>Organization: {{{field|page title}}}</h2>
 
<h2>Organization: {{{field|page title}}}</h2>
  
  <p>Please provide information about this organization in the form below.
+
<p style="font-size: 14px;">Please provide information about this organization in the form below.</p>
<br />
 
</p>
 
  
 
{{{for template|Organization}}}
 
{{{for template|Organization}}}
  
<table border="0" cellpadding="5" cellspacing="10">
+
<table border="0" cellpadding="7" cellspacing="5" width="100%">
<tr style="background:#e6ffcc;">
+
 
  <td valign="top" align="right"><strong>Email:</strong></td> <td valign="top">{{{field|Email}}}</td>
+
<tr class="formGreenLight">
 +
<td valign="top" align="right"><strong>email:</strong></td>
 +
<td valign="top">{{{field|Email|size=40}}}</td>
 
</tr>
 
</tr>
<tr style="background:#D1FFA4;">
+
 
  <td align="right"><strong>Website URL:</strong></td> <td>{{{field|HomepageURL}}}</td>
+
<tr class="formGreenDark">
  <td>Organization homepage.</td>
+
<td align="right"><strong>phone:</strong></td>
 +
<td>{{{field|Phone|size=40}}}</td>
 +
<td>A phone number, e.g., +49 721 000000</td>
 
</tr>
 
</tr>
<tr style="background:#e6ffcc;">
+
 
  <td align="right"><strong>Phone number:</strong></td> <td>{{{field|Phone}}}</td>
+
<tr class="formGreenLight">
  <td>A phone number e.g. +49 721 000000</td>
+
<td align="right"><strong>homepage:</strong></td>
 +
<td>{{{field|HomepageURL|size=70}}}</td>
 +
<td>URL of this organization's homepage</td>
 
</tr>
 
</tr>
<tr style="background:#D1FFA4;">
+
 
  <td align="right"><strong>Description:</strong></td> <td>{{{field|Description}}}</td>
+
<tr class="formGreenDark">
  <td>A short description of this organization.</td>
+
<td align="right" valign="top"><strong>description:</strong></td>
 +
<td>{{{field|Description|input type=textarea}}}</td>
 +
<td valign="top">A short description of this organization</td>
 
</tr>
 
</tr>
  
</table>
+
</table><br />
  
 
{{{end template}}}
 
{{{end template}}}
  
  <fieldset><legend>More details</legend>
+
<p>
  <p>You can add more information here and use standard MediaWiki formatting options.</p>
+
<span style="font-size:14px;">Please use the text area below to enter any additional information about this organization. ''(Please note that you must use MediaWiki formatting).''</span>
  {{{field|free text}}}
+
</p>
  </fieldset>
+
 
 +
{{{field|free text|rows=10}}}
 
</includeonly>
 
</includeonly>

Latest revision as of 15:37, September 1, 2010

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