Template:Infobox level: Difference between revisions

From Pizza Tower Wiki
Content deleted Content added
Antnatchr (talk | contribs)
Still testing.
Antnatchr (talk | contribs)
No edit summary
Line 55:
"description": "The time limit of the escape sequence in the level.",
"example": "3:00",
"suggested": true,
"type": "string"
},
"states_used": {
Line 69 ⟶ 70:
"example": "Cold Spaghetti",
"type": "string",
"suggested": true
},
"title1": {
"label": "Level Name",
"description": "The name of the level. (Don't edit unless the page name doesn't match)",
"example": "Entrance",
"type": "string",
"default": "{{PAGENAME}}",
"required": true
},
"image1": {
"label": "Level screenshot",
"description": "A screenshot of the level.",
"type": "wiki-file-name",
"default": "Placeholder.png",
"suggested": true
}
Line 75 ⟶ 91:
"format": "block",
"paramOrder": [
"title1",
"image1",
"escape_time_limit",
"states_used",

Revision as of 11:36, 24 September 2020

Example usage:

{{Level information
|title1=Example
|image1=Example
|caption1=Example
|world=Example
|level_number=Example
|setting=Example
|states_used=Example
|soundtrack_used=Example
|previous_level=Example
|next_level=Example
}}

To be used on level pages.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Level Nametitle1

The name of the level. (Don't edit unless the page name doesn't match)

Default
{{PAGENAME}}
Example
Entrance
Stringrequired
Level screenshotimage1

A screenshot of the level.

Default
Placeholder.png
Filesuggested
Escape time limitescape_time_limit

The time limit of the escape sequence in the level.

Example
3:00
Stringsuggested
States usedstates_used

List of transformations in the level.

Example
Knight, Bomb
Stringsuggested
Soundtracksoundtrack_used

List of music that plays in the level.

Example
Cold Spaghetti
Stringsuggested