This page contains all the useful information for the Spintires Wiki editors.
- Manual of Style;
- Manual for wiki markups on MediaWiki page;
- Ditto on Fandom page;
- Manual for using Magic Words on MediaWiki page;
- Custom wiki templates in use;
- Default Fandom templates;
- Recent changes on wiki;
- File upload log;
- List of new files (with preview images);
- Gallery of new files;
- List of all categories;
Quick references[]
Making redirects:
#redirect [[pageName]]
Adding external links:
[linkURL displayedContent]
Adding external links to Wikipedia articles:
[[:wikipedia:pageName|displayedContent]]
Adding internal links to special pages, such as categories:
[[:category:categoryName|displayedContent]]
Inserting templates:
{{templateName|parameter1|parameter2}} or {{templateName |parameterName1=parameterValue |parameterName2=parameterValue }}
Remove Table of Content from the page:
__NoTOC__
Remove edit buttons from section headers (one per page):
__NoEditSection__
For templates, content that is meant to be displayed only in the articles, not on the template page:
<includeonly> yourContentMarkups </includeonly>
For templates, content that is meant to be displayed only on the template page, not in the articles:
<noinclude> yourContentMarkups </noinclude>