elanthipedia:Manual of Style/Scripts: Difference between revisions

From Elanthipedia
< elanthipedia:Manual of Style
Jump to navigation Jump to search
(Created page with '==Template== Template:Script ==Article Names== Pages should be named '''Script Name (script)'''. ==Article Layout== <nowiki>==Description== A brief description of what …')
 
Line 9: Line 9:
==Article Layout==
==Article Layout==


<nowiki>==Description==
<nowiki>==Description==<br>
<br>

A brief description of what the script does.
A brief description of what the script does.<br>
<br>

==Syntax==
==Syntax==<br>
<br>

If variables are required, explain those here.
If variables are required, explain those here.<br>
<br>

==Updates==
==Updates==<br>
<br>

List important revisions by date, with the most recent changes at the top of the list.
List important revisions by date, with the most recent changes at the top of the list.<br>
<br>

*'''mm/dd/yyyy''': Brief description
*'''mm/dd/yyyy''': Brief description<br>
<br>

==Script==
==Script==<br>
<br>

The actual script should be contained within the pre tag, which will ensure that it is posted exactly as written. (Without this tag, Wiki formatting may be applied to the script, which may cause errors.)
The actual script should be contained within the pre tag, which will ensure that it is posted exactly as written. (Without this tag, Wiki formatting may be applied to the script, which may cause errors.)<br>
<br>

<pre>text of script</pre></nowiki>
<pre>text of script</pre></nowiki>

Revision as of 14:43, 14 March 2011

Template

Template:Script

Article Names

Pages should be named Script Name (script).

Article Layout

==Description==<br> <br> A brief description of what the script does.<br> <br> ==Syntax==<br> <br> If variables are required, explain those here.<br> <br> ==Updates==<br> <br> List important revisions by date, with the most recent changes at the top of the list.<br> <br> *'''mm/dd/yyyy''': Brief description<br> <br> ==Script==<br> <br> The actual script should be contained within the pre tag, which will ensure that it is posted exactly as written. (Without this tag, Wiki formatting may be applied to the script, which may cause errors.)<br> <br> <pre>text of script</pre>