User:.vivien/Style guide: Difference between revisions
Created page with "==Sections== Item, relic and cosmetic pages should have the following sections: <syntaxhighlight lang="wikitext"> ==Obtaining== ==Effects== ==History== </syntaxhighlight> Only items with "special" obtaining conditions should have an Obtaining section. This includes: * Items obtained from goal rewards (e.g. reward #20 always gives 6 Cake Slices) * Hidden upgraded items (e.g. Rice Cracker) * Secret items (e.g. Omelette) * Unobtainable items (e.g. Ethereum)" |
No edit summary |
||
| Line 11: | Line 11: | ||
* Secret items (e.g. [[Omelette]]) | * Secret items (e.g. [[Omelette]]) | ||
* Unobtainable items (e.g. [[Ethereum]]) | * Unobtainable items (e.g. [[Ethereum]]) | ||
Only secret relics (e.g. [[API Key]]) should have an Obtaining section. If a relic is obtained from quests, the Obtaining section isn't needed. | |||
==Formatting== | |||
'''Bolden''' the subject of an article. | |||
<blockquote>'''Paintbrush''' is an item.</blockquote> | |||
Use <code><nowiki><code></code></nowiki></code> for terminal folders/files and <code><nowiki>{{cmd}}</nowiki></code> for terminal commands. | |||
<blockquote><syntaxhighlight lang="wikitext">The <code>/etc/calendar</code> folder contains the {{cmd|defer}} command.</syntaxhighlight></blockquote> | |||
Revision as of 15:48, 15 May 2024
Sections
Item, relic and cosmetic pages should have the following sections:
==Obtaining==
==Effects==
==History==
Only items with "special" obtaining conditions should have an Obtaining section. This includes:
- Items obtained from goal rewards (e.g. reward #20 always gives 6 Cake Slices)
- Hidden upgraded items (e.g. Rice Cracker)
- Secret items (e.g. Omelette)
- Unobtainable items (e.g. Ethereum)
Only secret relics (e.g. API Key) should have an Obtaining section. If a relic is obtained from quests, the Obtaining section isn't needed.
Formatting
Bolden the subject of an article.
Paintbrush is an item.
Use <code></code> for terminal folders/files and {{cmd}} for terminal commands.
The <code>/etc/calendar</code> folder contains the {{cmd|defer}} command.