Template:Level Infobox/doc: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{Documentation/Header}} ==Examples== <div style="display:inline-block;"> {{Level Infobox |image = <gallery> zps_asylum Thumb.png|Portrait </gallery> |type = Playable |name = Asylum |title = zps_asylum |creator = Eugene |size = Small-Medium |players = 8-20 |mode = Survival |game = Zombie Panic! Source |releaseDate = 2007-11-28 }} <pre> {{Level Infobox |image..." |
No edit summary |
||
| Line 4: | Line 4: | ||
{{Level Infobox | {{Level Infobox | ||
|image = <gallery> | |image = <gallery> | ||
zpp_asylum Thumb.png|Portrait | |||
</gallery> | </gallery> | ||
|community = true | |||
|type = Playable | |type = Playable | ||
|name = Asylum | |name = Asylum | ||
|title = | |title = zpo_asylum | ||
|creator = Eugene | |creator = Eugene | ||
|size = Small-Medium | |size = Small-Medium | ||
|players = 8-20 | |players = 8-20 | ||
|mode = | |mode = Objective | ||
|game = Zombie Panic! Source | |game = Zombie Panic! Source | ||
|releaseDate = | |releaseDate = 2008-11-28 | ||
}} | }} | ||
<pre> | <pre> | ||
| Line 21: | Line 22: | ||
zps_asylum Thumb.png|Portrait | zps_asylum Thumb.png|Portrait | ||
</gallery> | </gallery> | ||
|community = true | |||
|type = Playable | |type = Playable | ||
|name = Asylum | |name = Asylum | ||
|title = | |title = zpo_asylum | ||
|creator = Eugene | |creator = Eugene | ||
|size = Small-Medium | |size = Small-Medium | ||
|players = 8-20 | |players = 8-20 | ||
|mode = | |mode = Objective | ||
|game = Zombie Panic! Source | |game = Zombie Panic! Source | ||
|releaseDate = | |releaseDate = 2008-11-28 | ||
}} | }} | ||
</pre> | </pre> | ||
Latest revision as of 17:25, 12 June 2025
This is the documentation page for Level Infobox. It contains usage information, categories, and other content not part of the original template page. | ||
|---|---|---|
| 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 |