Template:Subsystem infobox: Difference between revisions
Jump to navigation
Jump to search
no edit summary
imported>Leoetlino No edit summary |
imported>Leoetlino No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox | {{Infobox | ||
| above = Subsystem | |||
| title = {{{name}}} | | title = {{{name}}} | ||
| label1 = Official name | | label1 = Official name | ||
Line 6: | Line 7: | ||
| data2 = {{{description|}}} | | data2 = {{{description|}}} | ||
| label3 = Init function | | label3 = Init function | ||
| data3 = Switch 1.5.0: {{{init_addr_switch150}}} | | data3 = Switch 1.5.0: {{{init_addr_switch150|???}}}<br>Wii U 1.5.0: {{{init_addr_wiiu150|???}}} | ||
| label4 = Instance | | label4 = Instance | ||
| data4 = {{#if: {{{inst_addr_switch150|}}}|Switch 1.5.0: {{{inst_addr_switch150|}}}|}} | | data4 = {{#if: {{{inst_addr_switch150|}}}|Switch 1.5.0: {{{inst_addr_switch150|}}}|}}{{#if: {{{inst_addr_wiiu150|}}}|<br>Wii U 1.5.0: {{{inst_addr_wiiu150|}}}|}} | ||
| label5 = Debug only | | label5 = Debug only | ||
| data5 = {{#ifexpr: {{{debug_only|}}}|Yes|No}} | | data5 = {{#ifexpr: {{{debug_only|}}}|Yes|No}} | ||
Line 41: | 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 51: | Line 60: | ||
"init_addr_switch150", | "init_addr_switch150", | ||
"inst_addr_switch150", | "inst_addr_switch150", | ||
"init_addr_wiiu150", | |||
"inst_addr_wiiu150", | |||
"debug_only" | "debug_only" | ||
] | ] |