Template:Variable

From Zelda Wiki, the Zelda encyclopedia
Jump to navigation Jump to search


Purpose

Used within Template:Cite to indicate a variable referenced in game text.

Usage

SyntaxBoilerplate
{{Variable|<var>}}
{{Variable}}
ParameterStatusDescriptionAccepted values
1varoptionalA variable name.See Template:Variable#Supported Variables

Used to indicate a variable in game transcripts

Template parameters

ParameterDescriptionTypeStatus
var1

A variable name.

Stringoptional
__

Dummy parameter. Do not use.

Unknownoptional

Examples

#InputOutputCategories added
1Your point total is {{Variable|PH BeedlePoints}} right now! Your point total is [#] right now!
Some numerical values include the noun being quantified, since the noun can be singular or plural depending on the value. Certain variables are also colored automatically.
2You, Mr. Customer, have saved up {{Variable|TWWHD BeedlePoints}}, haven't you? You, Mr. Customer, have saved up [# points], haven't you?
Some variables use an actual value instead of a placeholder.
3I washed {{Variable|TP Epona}} for you! I washed Epona for you!
Error: Invalid variable name
4{{Variable|NotAVariable}}

Supported Variables

To add or change supported variables, see Module:Variable/Data.

{{Variable|OoT ObstacleCourseTime}}
[#:##]
Link's completion time for the Obstacle Course.
{{Variable|OoT3D ObstacleCourseTime}}
[#:##]
Link's completion time for the Obstacle Course.
{{Variable|MM BombersCode}}
[#####]
The Secret Code to the Bombers' Secret Hideout.
{{Variable|OoS GoldensSlain}}
0
The number of Golden Monsters Link has slain.
{{Variable|TWW BeedlePoints}}
[# points]
The number of loyalty points Link has accrued at Beedle's Shop Ship
{{Variable|TWWHD BeedlePoints}}
[# points]
The number of loyalty points Link has accrued at Beedle's Shop Ship
{{Variable|TP Epona}}
Epona
{{Variable|TPHD Epona}}
Epona
{{Variable|PH BeedlePoints}}
[#]
The number of loyalty points Link has accrued at Beedle's Shop Ship
{{Variable|ST BeedlePoints}}
[# points]
The number of loyalty points Link has accrued at Beedle's Airshop

See Also

The above documentation is transcluded from Template:Variable/Documentation. (edit | history)