Template:Subsystem infobox: Difference between revisions
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": " | "default": "0" | ||
} | } | ||
}, | }, |
Revision as of 18:40, 27 September 2018
Official name | Yes |
---|---|
Address of init function (Switch 1.5.0) | {{{init_address}}} |
Debug only | Yes |
Infobox for articles on BotW subsystems
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name of the subsystem | name | no description | String | required |
Is the name official? | is_name_official | no description | Boolean | required |
Description | description | no description | String | suggested |
Address of the init function (Switch 1.5.0) | init_address | no description | String | required |
Debug only subsystem | debug_only | no description
| Boolean | optional |