New Pages Guide Lines

From ArcoWiki
Revision as of 16:40, 2 October 2017 by Admin (talk | contribs)
Jump to: navigation, search

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:NameOfCategory]].
New categories shall be add only by the Administrator!

Translate a Page

The translation of the page shall follow the specific procedure and mandatory the interlink to English must be created.

Name of a new Page

All the Arcowiki pages shall have a descriptive name that will be used as title.
Each word of the title shall start with capital letter and the words shall be spaced between them.
All the new pages shall be written in English with, if necessary, interlink to preferred languages.