Difference between revisions of "Manual of Style"
Jump to navigation
Jump to search
(12 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
* Allways use [[templates]] on [[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]] | ||
− | == | + | == See also == |
− | * | + | * {{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
- Output:
- 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:
- Example: #redirect gsutil acl ch
- Use == or === to create sub titles
Related[edit]
See also[edit]
Advertising: