Here’s a rudimentary style guide for the Wiki. Nothing here is set in stone or enforced, and it’ll see many changes as the Wiki develops.
Its main purpose is to keep the initial set of pages semi-consistent with each other.
The Wiki already includes the page’s title and short description as part of its page layout. It’s unnecessary to add a second title stating the same right underneath it.
There are 6 different header sizes available. #
will give you the largest title, while ######
will be the smallest.
Note that using any header will allow for direct linking to that section of a page e.g.:
https://wiki.sp-tarkov.com/en/Style_Guide#header-sizes
You can copy the direct link to a header by hovering over it, right clicking ¶
and copying the link.
# Largest heading
Useful for the "See also" section. If a section on a page could use this header size, consider making it a separate page instead.
## Second largest
The perfect size for section headings. All headings on this page use this size.
### Third largest
To separate larger lists which might required external linking to. Use instead of ordered/unordered lists.
#### Forth largest
It's too small to work as a heading. Same applies for the two smaller headings.
##### Fifth largest
###### Sixth largest
Ordered lists should be used for a series of steps, while unordered lists should be used in all other cases.
Full stops should be used if a bulletpoint is a longer sentence, however this determination should mostly be made by how it looks on the page.
Images are best handled by using HTML:
<img src="/image_filename.png" alt="image title" width=400 style="display: block; margin: 0 auto;">
This will imbed the image in the middle of the screen, with a width of 400 px. Use 600 for images with smaller text.
However, this will put the image directly next to the text with no space in-between. Use the non-breakable space’s HTML code of
to seperate images from non-header text surrounding it. Header text doesn’t need it as it already spaces itself from images.
The most subjective section. Use of bold and italicised text should still be standardised across the wiki.
BepInEx
or user
or both folders, drag and drop the contents of the archive to the empty space in your SPT folder.”Code blocks
should be used when referring to folder names, file names, values and text strings from config files:
user\mods\order.json
.”leveledClothing
to false in user\mods\AlgorithmicLevelProgression\config\config.json
.”