Template:File format: Difference between revisions
Jump to navigation
Jump to search
imported>Leoetlino Created page with "{{Infobox | title = {{{type}}} | above = File format | label1 = Format | data1 = | label2 = Version | data2 = {{{version|}}} | below = This article is about the file format i..." |
imported>Leoetlino No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{Infobox | {{Infobox | ||
| title = {{{ | | title = {{{name}}} | ||
| above = File format | | above = File format | ||
| label1 = | | label1 = Magic | ||
| data1 = | | data1 = {{{magic|}}} | ||
| label2 = Version | | label2 = Endianness | ||
| | | data2 = {{{endianness}}} | ||
| label3 = Version | |||
| data3 = {{{version|}}} | |||
| below = This article is about the file format in general. For actual values, check the game RomFS. | | below = This article is about the file format in general. For actual values, check the game RomFS. | ||
}} | }} | ||
<noinclude>[[Category: ZeldaMods templates]] | <noinclude>[[Category: ZeldaMods templates]]<templatedata> | ||
{ | |||
"params": { | |||
"name": { | |||
"type": "string", | |||
"required": true | |||
}, | |||
"version": { | |||
"suggested": true | |||
}, | |||
"magic": { | |||
"suggested": true | |||
}, | |||
"endianness": { | |||
"example": "big/little", | |||
"type": "string", | |||
"required": true | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> | </noinclude> | ||
Latest revision as of 13:55, 27 October 2019
| File format | |
|---|---|
| Endianness | {{{endianness}}} |
| This article is about the file format in general. For actual values, check the game RomFS. | |
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| name | name | no description | String | required |
| version | version | no description | Unknown | suggested |
| magic | magic | no description | Unknown | suggested |
| endianness | endianness | no description
| String | required |