Template:Screenshot: Difference between revisions

From Pizza Tower Wiki
Content added Content deleted
mNo edit summary
m (updated parameters)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Box|This is an in-game '''screenshot''' from {{#if: {{{1|}}}|'''{{{1|}}}''' build|'''a playable build'''}}.}}<!--
<includeonly>{{Box|This is an in-game '''screenshot''' from {{#if:{{{build|}}}|'''[[{{{build|}}}{{#if:{{{build-name|}}}|{{!}}{{{build-name|}}}|}}]]'''|{{#if: {{{1|}}}|'''{{{1|}}}'''|'''a playable build'''}}}}.}}<!--
-->{{#ifeq:{{NAMESPACE}}|File|[[Category:Screenshots of the game]]}}<noinclude>{{documentation}}[[Category:File_tags]]</noinclude>
-->{{#ifeq:{{NAMESPACE}}|File|[[Category:Screenshots of the game]]}}</includeonly><noinclude>{{documentation}}[[Category:File_tags]]</noinclude>

Latest revision as of 15:07, 8 March 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 template is used for screenshots taken from the game. Do not use this tag if you're posting a screenshot taken by one of the developers, use {{devscreenshot}} instead.
Template will also add file to Category:Screenshots of the game.
Syntax
{{Screenshot
|build = 
|build-name = 
}}
  • build links to the relevant build page.
    • build-name is optional; it can name the specific version of the build if necessary.
If sourcing from a release version of the game, there is no need to fill the build and build-name parameters. Instead, a manual citation is preferable. See below for details.

Examples

Sourcing with build and build-name

Sourcing a screenshot from Eggplant v15, code:

{{Screenshot
|build = Eggplant
|build-name = Eggplant v15
}}

Result:

This is an in-game screenshot from Eggplant v15.

Sourcing Noise's Hardoween, code:

{{Screenshot
|build = Noise's Hardoween
}}

Result:

This is an in-game screenshot from Noise's Hardoween.

Manual citation

Sourcing from release version 1.0.184, code:

{{screenshot|v1.0.184}}

Result:

This is an in-game screenshot from v1.0.184.

No citation

As a fail-safe, there is text that displays when no citation is given:

This is an in-game screenshot from a playable build.