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:
| data2 = {{{description|}}}
| data2 = {{{description|}}}
| label3 = Init function
| label3 = Init function
| data3 = Switch 1.5.0: {{{init_addr_switch150}}} - Wii U 1.5.0: {{{init_addr_wiiu150|???}}}
| data3 = Switch 1.5.0: {{{init_addr_switch150|???}}} - Wii U 1.5.0: {{{init_addr_wiiu150|???}}}
| label4 = Instance
| label4 = Instance
| data4 = {{#if: {{{inst_addr_switch150|}}}|Switch 1.5.0: {{{inst_addr_switch150|}}}|}}{{#if: {{{inst_addr_wiiu150|}}}|Wii U 1.5.0: {{{inst_addr_wiiu150|}}}|}}
| data4 = {{#if: {{{inst_addr_switch150|}}}|Switch 1.5.0: {{{inst_addr_switch150|}}}|}}{{#if: {{{inst_addr_wiiu150|}}}|Wii U 1.5.0: {{{inst_addr_wiiu150|}}}|}}
Line 42: Line 42:
"inst_addr_switch150": {
"inst_addr_switch150": {
"label": "Address of the global instance (Switch 1.5.0)",
"label": "Address of the global instance (Switch 1.5.0)",
"type": "string"
},
"init_addr_wiiu150": {
"label": "Address of the init function (Wii U 1.5.0)",
"type": "string"
},
"inst_addr_wiiu150": {
"label": "Address of the global instance (Wii U 1.5.0)",
"type": "string"
"type": "string"
}
}
Line 52: Line 60:
"init_addr_switch150",
"init_addr_switch150",
"inst_addr_switch150",
"inst_addr_switch150",
"init_addr_wiiu150",
"inst_addr_wiiu150",
"debug_only"
"debug_only"
]
]

Revision as of 20:59, 11 February 2019

{{{name}}}
Subsystem
Official name Yes
Init function Switch 1.5.0: ??? - Wii U 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
Address of the init function (Wii U 1.5.0)init_addr_wiiu150

no description

Stringoptional
Address of the global instance (Wii U 1.5.0)inst_addr_wiiu150

no description

Stringoptional
Debug only subsystemdebug_only

no description

Default
0
Booleanoptional