Template:Subsystem infobox: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
imported>Leoetlino
No edit summary
imported>Leoetlino
No edit summary
Line 7: Line 7:
| label3 = Init function
| label3 = Init function
| data3 = Switch 1.5.0: {{{init_addr_switch150}}}
| data3 = Switch 1.5.0: {{{init_addr_switch150}}}
| label4 = Debug only
| label4 = Instance
| data4 = {{#ifexpr: {{{debug_only|}}}|Yes|No}}
| data4 = Switch 1.5.0: {{{inst_addr_switch150|}}}
| label5 = Debug only
| data5 = {{#ifexpr: {{{debug_only|}}}|Yes|No}}
}}<noinclude>[[Category: ZeldaMods templates]]<templatedata>
}}<noinclude>[[Category: ZeldaMods templates]]<templatedata>
{
{
Line 36: Line 38:
"type": "boolean",
"type": "boolean",
"default": "0"
"default": "0"
},
"inst_addr_switch150": {
"label": "Address of the global instance (Switch 1.5.0)",
"type": "string"
}
}
},
},
"description": "Infobox for articles on BotW subsystems"
"description": "Infobox for articles on BotW subsystems",
"paramOrder": [
"name",
"is_name_official",
"description",
"init_addr_switch150",
"inst_addr_switch150",
"debug_only"
]
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Revision as of 18:55, 27 September 2018

{{{name}}}
Official name Yes
Init function Switch 1.5.0: {{{init_addr_switch150}}}
Instance Switch 1.5.0:
Debug only No

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_addr_switch150

no description

Stringrequired
Address of the global instance (Switch 1.5.0)inst_addr_switch150

no description

Stringoptional
Debug only subsystemdebug_only

no description

Default
0
Booleanoptional