Template:Level Infobox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 9: | Line 9: | ||
</title> | </title> | ||
<header name="secondary_title">{{{title|}}}</header><!--Mobile Support--> | <header name="secondary_title">{{{title|}}}</header><!--Mobile Support--> | ||
<header name="community_item">{{#if:{{{community|}}}|Community Made Map}}</header> | |||
<image source="image" /> | <image source="image" /> | ||
<panel> | <panel> | ||
Latest revision as of 17:38, 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 |