Difference between revisions of "New Pages Guide Lines"

From ArcoWiki
Jump to: navigation, search
Line 21: Line 21:
 
== Category==
 
== Category==
 
All the pages shall be assigned to a Category.<br />
 
All the pages shall be assigned to a Category.<br />
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:
+
In order to [[assign]] a page to a specific category it is possible to select the category from the bottom of the editor or adding in the WikiText the following code:
 +
<nowiki>[[Category:Name_of_the_Category]]</nowiki>
  
 
[[Category:Maintenance]]
 
[[Category:Maintenance]]

Revision as of 16:27, 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 editor or adding in the WikiText the following code: [[Category:Name_of_the_Category]]