Template:Parameter archive infobox: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
imported>Leoetlino
(fix syntax)
imported>Leoetlino
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="infobox">
{{Infobox
<div class="infobox-title">{{{param_type|{{PAGENAME}}}}}</div>
| title = {{{param_type}}}
<table>{{#if:{{{version|}}}|<tr>
| label1 = Format
    <th>Version</th>
| data1 = [[AAMP]]
    <td>{{{version}}}</td>
| label2 = Version
</tr>}}{{#if:{{{type|}}}|<tr>
| data2 = {{{version}}}
    <th>Type</th>
| label3 = Type
    <td>{{{type}}}</td>
| data3 = {{{type}}}
</tr>}}</table>
| below = This article is about the structure in general. For actual values, check the GameROM or the [https://github.com/leoetlino/botw pseudo-source].
</div>
}}
<noinclude>[[Category: ZeldaMods templates]]<templatedata>
<noinclude>[[Category: ZeldaMods templates]]<templatedata>
{
{
"params": {
"params": {
"param_type": {
"param_type": {
"label": "File type",
"label": "File type (extension to keep things simple)",
"example": "bgparamlist",
"example": "bgparamlist",
"type": "string",
"type": "string",

Latest revision as of 20:30, 26 October 2019

{{{param_type}}}
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.

Template parameters

ParameterDescriptionTypeStatus
File type (extension to keep things simple)param_type

no description

Example
bgparamlist
Stringrequired
Parameter root version (optional)version

no description

Example
0
Numbersuggested
Parameter root type (optional)type

no description

Example
xml
Stringsuggested