Difference between revisions of "New Pages Guide Lines"

From ArcoWiki
Jump to: navigation, search
Line 10: Line 10:
 
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 editor or adding in the WikiText the following code''':<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 />
+
<pre>[[{{ns:category}}:''NameOfCategory'']].<br /></pre>
 
'''New categories shall be add only by the Administrator!'''
 
'''New categories shall be add only by the Administrator!'''
  
Line 22: Line 22:
  
 
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>DECPL/DIST,4,VEC,8,ANGLE,4,TEMP,1</code></nowiki>
+
<pre><code>DECPL/DIST,4,VEC,8,ANGLE,4,TEMP,1</code></pre>
  
 
== DMIS Comments==
 
== DMIS Comments==
Line 30: Line 30:
  
 
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>
+
<pre><code><span style="color: green; text-decoration: none;">$$Comment Example</span></code></pre>
 +
 
 +
== Adding Images on Article==
 +
[[File:dropImage.PNG|thumb|right|600px|Drop An Image in ArcoWiki]]
 +
The images should be preferably added as a thumbnail on the right of the document.<br />
 +
In order to add an image as Thumbs the procedure is as follow:
 +
* Load the Image into the Arcowiki by dropping the file in the drop area.
 +
* Add the thumb with this template code code:
 +
<pre>[[File:''fileName''|thumb|right|600px|''caption'']]</pre>
 +
* the size of the thumb should be specified according the size of the image
 +
* the caption shall be specified
 +
 
 +
== Adding Images as Step by Step Procedure==
 +
The images that represents a ''"Step by Step"'' procedure shall by placed into a ''Gallery''.</br>
 +
The ''Gallery'' is a collection of picture and it is created as follow:
 +
* Load the Image into the Arcowiki by dropping the file in the drop area.
 +
* Add the gallery with this template code code:
 +
<pre>
 +
<gallerywidths=60px heights=60px caption="caption"></br>
 +
File:Example.jpg|Item Descr.</br>
 +
File:Example.jpg|Item Descr.</br>
 +
File:Example.jpg|Item Descr.</br>
 +
File:Example.jpg|Item Descr.</br>
 +
File:Example.jpg|Item Descr.</br>
 +
File:Example.jpg|Item Descr.</br>
 +
File:Example.jpg|Item Descr.</br>
 +
File:Example.jpg|Item Descr.</br>
 +
File:Example.jpg|Item Descr.</br>
 +
File:Example.jpg|Item Descr.</br>
 +
</gallery></br>
 +
</pre>
 +
 
 +
* the size of the thumb should be specified according the size of the image
 +
* the caption shall be specified
  
 
[[Category:Maintenance]]
 
[[Category:Maintenance]]

Revision as of 15:27, 11 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:

[[{{ns:category}}:''NameOfCategory'']].<br />

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>

Adding Images on Article

Drop An Image in ArcoWiki

The images should be preferably added as a thumbnail on the right of the document.
In order to add an image as Thumbs the procedure is as follow:

  • Load the Image into the Arcowiki by dropping the file in the drop area.
  • Add the thumb with this template code code:
[[File:''fileName''|thumb|right|600px|''caption'']]
  • the size of the thumb should be specified according the size of the image
  • the caption shall be specified

Adding Images as Step by Step Procedure

The images that represents a "Step by Step" procedure shall by placed into a Gallery.</br> The Gallery is a collection of picture and it is created as follow:

  • Load the Image into the Arcowiki by dropping the file in the drop area.
  • Add the gallery with this template code code:
<gallerywidths=60px heights=60px caption="caption"></br>
File:Example.jpg|Item Descr.</br>
File:Example.jpg|Item Descr.</br>
File:Example.jpg|Item Descr.</br>
File:Example.jpg|Item Descr.</br>
File:Example.jpg|Item Descr.</br>
File:Example.jpg|Item Descr.</br>
File:Example.jpg|Item Descr.</br>
File:Example.jpg|Item Descr.</br>
File:Example.jpg|Item Descr.</br>
File:Example.jpg|Item Descr.</br>
</gallery></br>
  • the size of the thumb should be specified according the size of the image
  • the caption shall be specified