Template:Infobox map: Difference between revisions

From TF2 Classic Wiki
Jump to navigation Jump to search
m (optimization attempt?)
(added support for describing maps as medieval mode)
Line 9: Line 9:
{{#if: {{{game-type|}}} |
{{#if: {{{game-type|}}} |
{{!}}-
{{!}}-
{{!}} Map type {{!!}} [[{{{game-type|}}}]] {{#if: {{{four-team|}}} | ([[Four-Team]])}}
{{!}} Map type {{!!}} [[{{{game-type|}}}]] {{#if: {{{four-team|}}} | ([[Four-Team]])}} {{#if: {{{medieval|}}} | ([[Medieval]])}}
}}
}}
{{#if: {{{file-name|}}} |
{{#if: {{{file-name|}}} |
Line 41: Line 41:
[[Category:Maps]]
[[Category:Maps]]
{{#if: {{{game-type|}}} | [[Category:{{{game-type}}} maps]]}}
{{#if: {{{game-type|}}} | [[Category:{{{game-type}}} maps]]}}
{{#if: {{{medieval|}}} | [[Category:Medieval maps]]}}
{{#if: {{{four-team|}}} | [[Category:Four-Team maps]] {{#if: {{{game-type|}}} | [[Category:{{{game-type}}} (Four-Team) maps]]}}}}
{{#if: {{{four-team|}}} | [[Category:Four-Team maps]] {{#if: {{{game-type|}}} | [[Category:{{{game-type}}} (Four-Team) maps]]}}}}
}} </includeonly>
}} </includeonly>
Line 62: Line 63:
"four-team": {
"four-team": {
"description": "Map is four-team",
"description": "Map is four-team",
"type": "boolean"
},
"medieval": {
"description": "Map is in Medieval mode",
"type": "boolean"
"type": "boolean"
},
},

Revision as of 17:23, 1 May 2023

Infobox for map pages.

Template parameters

ParameterDescriptionTypeStatus
map-name-overridemap-name-override

Title of the map.

Stringoptional
map-imagemap-image

In-game image of the map.

Filesuggested
game-typegame-type

Which gamemode(s) the map is.

Stringsuggested
four-teamfour-team

Map is four-team

Booleanoptional
medievalmedieval

Map is in Medieval mode

Booleanoptional
file-namefile-name

File name of the map (excluding the extension).

Stringsuggested
developerdeveloper

Developer(s) of the map, whether person, company, or project.

Stringsuggested
linklink

Link(s) to the map

Stringoptional
release-daterelease-date

The date in which the map was released.

Stringsuggested
map-environmentmap-environment

What environment is the map in.

Stringsuggested
map-settingmap-setting

What setting is the map in.

Stringsuggested