Template:Parameter archive infobox: Difference between revisions
Jump to navigation
Jump to search
imported>Leoetlino No edit summary |
imported>Leoetlino No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox | |||
| title = {{{param_type}}} | |||
| label1 = Format | |||
| data1 = [[AAMP]] | |||
| label2 = Version | |||
| data2 = {{{version}}} | |||
| label3 = Type | |||
| data3 = {{{type}}} | |||
| below = This article is about the structure in general. For actual values, check the GameROM or the [https://github.com/leoetlino/botw pseudo-source]. | |||
</ | }} | ||
<noinclude>[[Category: ZeldaMods templates]]<templatedata> | |||
{ | |||
"params": { | |||
"param_type": { | |||
"label": "File type (extension to keep things simple)", | |||
"example": "bgparamlist", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"version": { | |||
"label": "Parameter root version (optional)", | |||
"example": "0", | |||
"type": "number", | |||
"suggested": true | |||
}, | |||
"type": { | |||
"label": "Parameter root type (optional)", | |||
"example": "xml", | |||
"type": "string", | |||
"suggested": true | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> |
Latest revision as of 20:30, 26 October 2019
Format | AAMP |
---|---|
Version | {{{version}}} |
Type | {{{type}}} |
This article is about the structure in general. For actual values, check the GameROM or the pseudo-source. |
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
File type (extension to keep things simple) | param_type | no description
| String | required |
Parameter root version (optional) | version | no description
| Number | suggested |
Parameter root type (optional) | type | no description
| String | suggested |