Difference between revisions of "Manual of Style"

From wikieduonline
Jump to navigation Jump to search
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  
 
* Link to internal pages are always encouraged
 
* Link to internal pages are always encouraged
* All pages should contain a Category
+
* All pages should contain a Category and [[See also]] section
 +
* Allways use [[templates]] on [[See also]] section
 
* [[AWS cli|AWS command]] pages should include a link to v2 command, update if v1 link present.
 
* [[AWS cli|AWS command]] pages should include a link to v2 command, update if v1 link present.
 
+
* All commands and commands output should use the following format: <nowiki><code>your_command_goes_here</code></nowiki>
 +
** Output: <code>your_command_goes_here</code>
 +
* All the large outputs should use the following format, example:
 +
<pre>aws eks list-clusters
 +
{
 +
    "clusters": []
 +
}</pre>
 +
* Tittle from commands has to go in lowercase, use <nowiki>{{lc}}</nowiki> template.
 +
* Allways check if the page exist, in case does not exist you will need to add a redirect link:
 +
** Example: #redirect [[gsutil acl ch]] 
 +
* Use == or === to create sub titles
  
 
== Related ==
 
== Related ==
 
* [[TODO]]
 
* [[TODO]]
 
* [[MOS]]
 
* [[MOS]]
 +
* [[Wikieduonline]]
  
== Related ==
+
== See also ==
* [[Wikieduonline]]
+
* {{wiki}}
  
 
[[Category:Wikieduonline]]
 
[[Category:Wikieduonline]]

Latest revision as of 09:15, 1 August 2022

  • Link to internal pages are always encouraged
  • All pages should contain a Category and See also section
  • Allways use templates on See also section
  • AWS command pages should include a link to v2 command, update if v1 link present.
  • All commands and commands output should use the following format: <code>your_command_goes_here</code>
    • Output: your_command_goes_here
  • All the large outputs should use the following format, example:
aws eks list-clusters
{
    "clusters": []
}
  • Tittle from commands has to go in lowercase, use {{lc}} template.
  • Allways check if the page exist, in case does not exist you will need to add a redirect link:
  • Use == or === to create sub titles

Related[edit]

See also[edit]

Advertising: