Template:Infobox build/doc

From Pizza Tower Wiki
Description
This infobox is used for pages documenting various builds of Pizza Tower. It lists basic information about a build.
Syntax
{{Infobox build
|title =
|image =
|build date = 
|release date = 
|build type = 
|file size = 
|download = 
|previous = 
|next =
}}
  • title is the build's name. See Pre-release build name guidelines on how to properly name a build.
    • If left empty, default text Title missing will display.
  • image is a screenshot of the build's title screen or when a playable character is present.
  • build date is the date the build was compiled, found within the game's data.win file. These dates must be in the GMT+0 format.
    • If a build has one or more revisions, list them and the revisions the times are associated with.
  • release date is the publication of the build(s).
    • Leaked builds will not have this field filled.
  • build type utilizes the Buildtype template. It can have one of three values:
    • Private, where the build was shared with a small group of people
    • Patreon, where the build was shared with Patreon users
    • Public, where the build was accessible by anyone
  • file size is the size of the compressed .zip file
  • download links a safe download to the build with the Availability template at the end
  • previous is optional; links the chronological previous build
  • next is optional; links the chronological next build

Examples

Code and result:

{{Infobox build
|title = Early Test Build
|image = Earlytestbuild.PNG
|build date = 14-7-2018 23:50:39 '''(v1)'''<br>
16-7-2018 05:47:57 '''(v2)'''<br>
16-7-2018 08:57:04 '''(v211)'''
|release date = July 15th, 2018
|build type = {{buildtype|public}}
|file size = 24,3MB '''(v1, v2, v211)'''<br>25,6MB '''(Peter Griffin)'''
|download = [https://archive.org/download/pizzatowerdemobuildspublic/Public/pizzatowerearlybuildtest.zip v1] {{availability|yes}}<br>[https://archive.org/download/pizzatowerdemobuildspublic/Public/pizzatowerearlybuildtest_v2.zip v2] {{availability|yes}}<br>
v21 {{availability|no}}<br>
[https://archive.org/download/pizzatowerdemobuildspublic/Public/pizzatowerearlybuildtest_v211.zip v211] {{availability|yes}}<br>
[https://archive.org/download/pizzatowerdemobuildspublic/Public/pizzatowerdemo.zip Peter Griffin] {{availability|yes}}
|previous = [[Pizza_Tower_test]]
|next = [[Tester Build]]
}}