Help:Game-specific templates
From modwiki
There are templates for use with game-specific pages, sections and notes, they look like this (the lines in codeboxes is the markup for the things immediately below:
Contents |
Page headers
These should only be used for pages that are entirely exclusive to one game, put it on the very top of the page:
The information on this page is specific to Doom 3.{{D3page}}
The information on this page is specific to Doom 3: Resurrection of Evil.{{D3ROEpage}}
The information on this page is specific to Quake 4.{{Q4page}}
The information on this page is specific to Prey.{{Preypage}}
The information on this page is specific to Enemy Territory: Quake Wars.{{ETQWpage}}
Section headers
These should be used in cases where an entire section is valid to only one game, typically this would be used to indicate things that are different from the norm in the engine. Always include the game name in the section heading.
For example:
Doom 3: Observe these differences from the main article
- The information in this section is specific to Doom 3.
===Doom 3: Observe these differences from the main article===
{{D3section}}
Doom 3: Resurrection of Evil: Observe these differences from the main article
The information in this section is specific to Doom 3: Resurrection of Evil.
===Doom 3: Resurrection of Evil: Observe these differences from the main article===
{{D3ROEsection}}
Quake 4: Observe these differences from the main article
- The information in this section is specific to Quake 4.
===Quake 4: Observe these differences from the main article===
{{Q4section}}
Prey: Observe these differences from the main article
The information in this section is specific to Prey.
===Prey: Observe these differences from the main article===
{{Preysection}}
ETQW: Observe these differences from the main article
The information in this section is specific to Enemy Territory: Quake Wars.
===ETQW: Observe these differences from the main article===
{{ETQWsection}}
Notes
For cases where the information is too small to have its own section, or where it applies directly to the info on a certain line, for example, one can use note templates:
{{D3note|note=Important stuff}}
{{D3ROEnote|note=Important stuff}}
{{Q4note|note=Important stuff}}
{{Preynote|note=Important stuff}}
{{ETQWnote|note=Important stuff}}
Please note that there is not yet any solution for pages that are valid to multiple games, but not all (apart from mentioning it in the article, or sectioning).

