Spintires Wiki

To ensure the best experience, easier readability and the ease of use on mobile devices, we highly recommend using either:
  • the official desktop mode here
  • a third-party high-performance mode here.

READ MORE

Spintires Wiki
Spintires Wiki

This page contains all the useful information for the Spintires Wiki editors.

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>