Difference between revisions of "New Pages Guide Lines"

From ArcoWiki
Jump to: navigation, search
(Created page with "'''Arcowiki''' pages should be created/edit in a common style.<br /> The Guide Line are as follow: <br /> == DMIS Code == All the example of DMIS code (Code Example, Keywo...")
 
Line 5: Line 5:
 
All the example of [[DMIS]] code (Code Example, Keyword or references to the Language) shall have the style <nowiki><code> </code></nowiki>.<br />
 
All the example of [[DMIS]] code (Code Example, Keyword or references to the Language) shall have the style <nowiki><code> </code></nowiki>.<br />
 
A [[DMIS]] code shall appear in Arcowiki like this:<br />
 
A [[DMIS]] code shall appear in Arcowiki like this:<br />
<code>DECPL/DIST,4,VEC,8,ANGLE,4,TEMP,1</code>.<br />
+
<code>DECPL/DIST,4,VEC,8,ANGLE,4,TEMP,1</code><br />
  
 
In order to get that style the wikitext shall be written like this:<br />
 
In order to get that style the wikitext shall be written like this:<br />
Line 14: Line 14:
 
All the example of the comments into a [[DMIS]] example code shall have the style <nowiki><code><span style="color: green; text-decoration: none;"></span><br/></code></nowiki><br />
 
All the example of the comments into a [[DMIS]] example code shall have the style <nowiki><code><span style="color: green; text-decoration: none;"></span><br/></code></nowiki><br />
 
A [[DMIS]] code shall appear in Arcowiki like this:<br />
 
A [[DMIS]] code shall appear in Arcowiki like this:<br />
<code><span style="color: green; text-decoration: none;">$$Comment Example</span></code>.<br />
+
<code><span style="color: green; text-decoration: none;">$$Comment Example</span></code><br />
  
 
In order to get that style the wikitext shall be written like this:<br />
 
In order to get that style the wikitext shall be written like this:<br />

Revision as of 16:04, 2 October 2017

Arcowiki pages should be created/edit in a common style.
The Guide Line are as follow:

DMIS Code

All the example of DMIS code (Code Example, Keyword or references to the Language) shall have the style <code> </code>.
A DMIS code shall appear in Arcowiki like this:
DECPL/DIST,4,VEC,8,ANGLE,4,TEMP,1

In order to get that style the wikitext shall be written like this:
<code>DECPL/DIST,4,VEC,8,ANGLE,4,TEMP,1</code>


DMIS Comments

All the example of the comments into a DMIS example code shall have the style <code><span style="color: green; text-decoration: none;"></span><br/></code>
A DMIS code shall appear in Arcowiki like this:
$$Comment Example

In order to get that style the wikitext shall be written like this:
<code><span style="color: green; text-decoration: none;">$$Comment Example</span></code>

Category

All the pages shall be assigned to a Category.
in order to assign a page to a specific category it is possible to select the category from the bottom of the edit or adding in the WikiText the following code: