Difference between revisions of "New Pages Guide Lines"

From ArcoWiki
Jump to: navigation, search
Line 2: Line 2:
 
The Guide Line are as follow:
 
The Guide Line are as follow:
 
<br />
 
<br />
 +
== Name of a new Page ==
 +
All the Arcowiki pages shall have a descriptive name that will be used as title.<br />
 +
Each word of the title '''shall start with capital letter''' and the words shall be spaced between them.<br />
 +
All the '''new pages shall be written in English with''', if necessary, interlink to preferred [[languages]].<br />
 +
 +
== Category==
 +
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 editor or adding in the WikiText the following code''':<br />
 +
<nowiki>[[</nowiki>{{ns:category}}:''NameOfCategory'']].<br />
 +
'''New categories shall be add only by the Administrator!'''
 +
 +
== Translate a Page ==
 +
The translation of the page shall [[Translate An Arcowiki Page|follow the specific procedure]] and '''mandatory the interlink to English''' must be created.
 +
 
== DMIS Code ==
 
== DMIS Code ==
 
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 />
Line 17: Line 31:
 
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 />
 
<nowiki><code><span style="color: green; text-decoration: none;">$$Comment Example</span></code></nowiki>
 
<nowiki><code><span style="color: green; text-decoration: none;">$$Comment Example</span></code></nowiki>
 
== Category==
 
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 editor or adding in the WikiText the following code''':<br />
 
<nowiki>[[</nowiki>{{ns:category}}:''NameOfCategory'']].<br />
 
'''New categories shall be add only by the Administrator!'''
 
 
== Translate a Page ==
 
The translation of the page shall [[Translate An Arcowiki Page|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.<br />
 
Each word of the title '''shall start with capital letter''' and the words shall be spaced between them.<br />
 
All the '''new pages shall be written in English with''', if necessary, interlink to preferred [[languages]].<br />
 
  
 
[[Category:Maintenance]]
 
[[Category:Maintenance]]

Revision as of 16:41, 2 October 2017

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

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.

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.

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>