GameCategory – Template

From Bohemia Interactive Community
Revision as of 16:41, 26 July 2020 by Lou Montana (talk | contribs) (Fix sort key)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Adds a game (sub-)category to the proper format and finds the page Category Sort key (e.g Arma 2: Editing gets sorted as EDITING).

Usage

{{GameCategory|game|subCategory}}

  • game: game id, see {{Name}}
  • subCategory: (Optional, default empty) sub-category (e.g Editing)
Examples
Code Result
{{GameCategory}} N/A
{{GameCategory|arma}} [[Category: {{Name|arma}}|SORTKEY]]
End result: [[Category: Arma|SORTKEY]]
{{GameCategory|arma3|Editing}} [[Category: {{Name|arma3}}: Editing|SORTKEY]]
End result: [[Category: Arma 3: Editing|SORTKEY]]