Template:File format: Difference between revisions
imported>Leoetlino No edit summary |
imported>Leoetlino No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 2: | Line 2: | ||
| title = {{{name}}} | | 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. | ||
}} | }} | ||
| Line 15: | Line 17: | ||
"required": true | "required": true | ||
}, | }, | ||
"version": {} | "version": { | ||
"suggested": true | |||
}, | |||
"magic": { | |||
"suggested": true | |||
}, | |||
"endianness": { | |||
"example": "big/little", | |||
"type": "string", | |||
"required": true | |||
} | |||
} | } | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||