Template:Currency: Difference between revisions
Appearance
 |
Cdjensen94 (talk | contribs) |
||
| Line 1: | Line 1: | ||
<includeonly> | |||
<infobox> | <infobox> | ||
<title source="name"> | <title source="name"> | ||
| Line 4: | Line 5: | ||
</title> | </title> | ||
<image source="image"/> | <image source="image"/> | ||
  <group> | |||
<header>Creator / Users</header> | <header>Creator / Users</header> | ||
<data source="creator"> | <data source="creator"> | ||
<label>Creator</label> | <label>Creator</label> | ||
</data> | |||
  <data source="universe"> | |||
<label>Universe</label> | |||
    <format>[[{{{universe}}}]]</format> | |||
</data> | </data> | ||
<data source="issuer"> | <data source="issuer"> | ||
| Line 20: | Line 26: | ||
<label>Used In</label> | <label>Used In</label> | ||
</data> | </data> | ||
<data source="minted_by"> | |||
<label>Minted By</label> | |||
</data> | |||
<data source="current_status"> | |||
<label>Current Status</label> | |||
</data> | |||
  </group> | |||
  <group> | |||
<header>Details / Appearance</header> | <header>Details / Appearance</header> | ||
<data source="symbol"> | <data source="symbol"> | ||
| Line 39: | Line 53: | ||
<label>Notable Features</label> | <label>Notable Features</label> | ||
</data> | </data> | ||
  </group> | |||
</infobox> | </infobox> | ||
</includeonly> | |||
<noinclude> | |||
{{Documentation}} | |||
<templatedata> | |||
{ | |||
"params": { | |||
"universe": { | |||
"type": "wiki-page-name" | |||
}, | |||
"name": { | |||
"aliases": [ | |||
"title" | |||
], | |||
"type": "string", | |||
"required": true | |||
}, | |||
"image": { | |||
"type": "wiki-file-name" | |||
}, | |||
"imagecaption": {}, | |||
"creator": {}, | |||
"issuer": {}, | |||
"introduced": {}, | |||
"value_base": {}, | |||
"used_in": {}, | |||
"symbol": { | |||
"type": "string" | |||
}, | |||
"denomination": {}, | |||
"subunit_name": {}, | |||
"material": {}, | |||
"shapes": {}, | |||
"notable_features": {}, | |||
"minted_by": {}, | |||
"current_status": {} | |||
}, | |||
"paramOrder": [ | |||
"name", | |||
"image", | |||
"imagecaption", | |||
"creator", | |||
"universe", | |||
"issuer", | |||
"introduced", | |||
"value_base", | |||
"used_in", | |||
"minted_by", | |||
"current_status", | |||
"symbol", | |||
"denomination", | |||
"subunit_name", | |||
"material", | |||
"shapes", | |||
"notable_features" | |||
], | |||
"format": "block" | |||
} | |||
</templatedata> | |||
[[Category:Infobox templates]] [[Category:Templates]] | |||
</noinclude> | |||