Template:Level Infobox: Difference between revisions
Jump to navigation
Jump to search
Created page with "<includeonly><!-- -->{{#switch:{{{type}}} |Upcoming = {{Upcoming}} |#default = }}<!-- --><infobox type="Level" theme-source="game"> <title source="name"> <default>{{PAGENAME}}</default> </title> <header name="secondary_title">{{{title|}}}</header><!--Mobile Support--> <image source="image" /> <panel> <section> <data source="creator"> <label>Map Creator</label> </data> <data source="size"> <label>Map Size</label> <..." |
No edit summary |
||
| Line 44: | Line 44: | ||
Level Category | Level Category | ||
-->[[Category:Maps]]<!-- | -->[[Category:Maps]]<!-- | ||
-->{{#if:{{{mode|}}}|[[Category:{{{mode}}}]]}}<!-- | |||
Other Types | Other Types | ||
-->{{#if:{{{type2|}}}|[[Category:{{{type2}}}]]}}<!-- | -->{{#if:{{{type2|}}}|[[Category:{{{type2}}}]]}}<!-- | ||
Revision as of 17:12, 12 June 2025
Note: parts of or the entire template might not be visible without values provided.
| Main | Documentation | Usage |
Examples
{{Level Infobox
|image = <gallery>
zps_asylum Thumb.png|Portrait
</gallery>
|community = true
|type = Playable
|name = Asylum
|title = zpo_asylum
|creator = Eugene
|size = Small-Medium
|players = 8-20
|mode = Objective
|game = Zombie Panic! Source
|releaseDate = 2008-11-28
}}
Template Data
Infobox used to display information about a map.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Image (Gallery) | image | no description
| Content | suggested |
| Type | type | The Type of level (Playable or Upcoming)
| String | required |
| Title | title | the actual name of the map file.
| String | optional |
| Name | name | Name of the level.
| String | optional |
| Map Creator | creator | Who created this level?
| String | optional |
| Map Size | size | The size of this map
| String | optional |
| Recommended Players | players | The recommended amount of players for this map
| String | optional |
| GameModed | mode | What type of gamemode is this map for?
| Page name | optional |
| Game | game | The game this level is available in.
| Page name | optional |
| Release Date | releaseDate | Date the agent was released in yyyy-mm-dd format
| Date | optional |