Template:Subsystem infobox: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
imported>Leoetlino
(Created page with "{{Infobox | title = {{{name}}} | label1 = Official name | data1 = {{{is_name_official}}} | label2 = Description | data2 = {{{description|}}} | label3 = Address of init functio...")
 
imported>Leoetlino
No edit summary
Line 2: Line 2:
| title = {{{name}}}
| title = {{{name}}}
| label1 = Official name
| label1 = Official name
| data1 = {{{is_name_official}}}
| data1 = {{#ifexpr: {{{is_name_official|1}}}|Yes|No}}
| label2 = Description
| label2 = Description
| data2 = {{{description|}}}
| data2 = {{{description|}}}
Line 8: Line 8:
| data3 = {{{init_address}}}
| data3 = {{{init_address}}}
| label4 = Debug only
| label4 = Debug only
| data4 = {{{debug_only|No}}}
| data4 = {{#ifexpr: {{{debug_only|1}}}|Yes|No}}
}}<noinclude>[[Category: ZeldaMods templates]]<templatedata>
}}<noinclude>[[Category: ZeldaMods templates]]<templatedata>
{
{
Line 35: Line 35:
"label": "Debug only subsystem",
"label": "Debug only subsystem",
"type": "boolean",
"type": "boolean",
"default": "No"
"default": "0"
}
}
},
},

Revision as of 18:40, 27 September 2018

{{{name}}}
Official name Yes
Address of init function (Switch 1.5.0) {{{init_address}}}
Debug only Yes

Infobox for articles on BotW subsystems

Template parameters

ParameterDescriptionTypeStatus
Name of the subsystemname

no description

Stringrequired
Is the name official?is_name_official

no description

Booleanrequired
Descriptiondescription

no description

Stringsuggested
Address of the init function (Switch 1.5.0)init_address

no description

Stringrequired
Debug only subsystemdebug_only

no description

Default
0
Booleanoptional