Template:Infobox level: Difference between revisions

From Pizza Tower Wiki
Content added Content deleted
m (fix)
mNo edit summary
 
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<includeonly><templatestyles src="Template:Infobox.css" /><templatestyles src="Template:Infobox level/styles.css" /><div class="infoboxWrap" id="levelBox"><infobox>
<includeonly><infobox>
<!-- this is correct block! -->
<!-- this is correct block! -->
<title source="title">
<title source="title">
Line 49: Line 49:
</data>
</data>
<data source="demo_appearance">
<data source="demo_appearance">
<label>First Demo Appearance</label>
<label>First Build Appearance</label>
</data>
</data>
<!-- this is correct block! -->
<!-- this is correct block! -->
<data source="window_title">
<label>Window title</label>
</data>
<data source="codename">
<label>Codename</label>
<format><tt>{{{codename}}}</tt></format>
</data>
<group layout="horizontal">
<group layout="horizontal">
<header>Level order</header>
<header>Level order</header>
Line 82: Line 89:
</data>
</data>
</group>
</group>
</infobox></div><!--
</infobox>{{#ifeq:{{NAMESPACENUMBER}}|0|[[Category:Levels]]}}</includeonly><noinclude>{{documentation}}[[Category:Infobox templates]]</noinclude>
-->{{#seo:
|description = {{#if: {{{title|}}}|{{{title|}}}|{{PAGENAME}}}} is {{#if: {{{unused|}}}|an unused|a}} level in Pizza Tower{{#if: {{{description|}}}|. {{{description|}}}}}
|image = {{#if: {{{image1|}}}|{{{image1|}}}|{{#if:{{{image|}}}|{{{image|}}}|PTWiki-Logo2023.png}}}}<!--
-->}}<!--
-->{{#ifeq:{{NAMESPACENUMBER}}|0|{{#if: {{{unused|}}}|[[Category:Scrapped levels]]|[[Category:Levels]]}}}}</includeonly><noinclude>{{documentation}}[[Category:Infobox templates]][[Category:Templates under maintenance]]</noinclude>

Latest revision as of 15:28, 11 January 2024

How do I use this thing?

This is documentation about a Template. Portions of this template may not display properly without certain values provided.

Edit this documentation | About the Documentation template

Description
This infobox must be used in articles about levels.
Template will also add the page to Category:Levels or Category:Scrapped levels automatically (unless the page doesn't belong to the main namespace), and will add web metadata elements to the page (using WikiSEO parser function).
This infobox was created with Extension:PortableInfobox.
Syntax
Copy this boilerplate code to the page and fill up its parameters:
{{Infobox_level
|title = 
|image = 
|caption = 
|world = 
|escape_time = 
|srank = 
|transformation = 
|soundtrack = 
|window_title = 
|codename = 
|previous = 
|next = 
|first_appearance = 
|first_playable = 
|unused = yes
}}
  • title is optional; by default uses page name.
  • transformation should be a link to corresponding section of Transformations or Transformations/Pre-release pages.
  • window_title must be added in italic text.
  • codename must always have its first letter be in lower case, unless it starts in the game's files with a capital letter.
  • unused (must be "yes") should be used if level didn't appear in the final version of the game.


Usage example
Code:
{{Infobox_level
|title = Pizzascape
|image = Spr_titlecards_1.png
|world = [[Tower Lobby]]
|escape_time = 2:50
|srank = 19500
|transformation = 
* [[Transformations#Ball|Ball]]
* [[Transformations#Knight|Knight]]
|soundtrack = 
* Hot Spaghetti
* Cold Spaghetti
* hmmm look what u done did you found a secret :)
|window_title = ''Ye olde Pizza Tower''
|codename = medieval
|previous = [[John Gutter]]
|next = [[Ancient Cheese]]
|first_appearance = Blue Block Land
|first_playable = Blue Block Land}}