Template:Equipment: Difference between revisions
Appearance
 |
Cdjensen94 (talk | contribs) Â |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | |||
<infobox> | <infobox> | ||
<title source="name"> | <title source="name"> | ||
<default>{{PAGENAME}}</default> | <default>{{PAGENAME}}</default> | ||
</title> | </title> | ||
<data source="ipa"> | |||
    <label>IPA Pronunciation</label> | |||
    <format>/ˈ{{{ipa}}}/</format> | |||
  </data> | |||
<data source="oed"> | |||
    <label>OED Pronunciation</label> | |||
    <format>{{{oed}}}</format> | |||
  </data> | |||
<image source="image"/> | <image source="image"/> | ||
<group> | |||
<header>Basic Identification</header> | <header>Basic Identification</header> | ||
<data source="type"> | <data source="type"> | ||
| Line 21: | Line 31: | ||
<label>Affiliation(s)</label> | <label>Affiliation(s)</label> | ||
</data> | </data> | ||
</group> | |||
<group> | |||
<header>Physical / Technical Specs</header> | <header>Physical / Technical Specs</header> | ||
<data source="composition"> | <data source="composition"> | ||
| Line 40: | Line 52: | ||
<label>Weight</label> | <label>Weight</label> | ||
</data> | </data> | ||
</group> | |||
<group> | |||
<header>Operational Information</header> | <header>Operational Information</header> | ||
<data source="users"> | <data source="users"> | ||
| Line 56: | Line 70: | ||
<label>Production</label> | <label>Production</label> | ||
</data> | </data> | ||
</group> | |||
<group> | |||
<header>Performance and Features</header> | <header>Performance and Features</header> | ||
<data source="features"> | <data source="features"> | ||
| Line 69: | Line 85: | ||
<label>Capabilities</label> | <label>Capabilities</label> | ||
</data> | </data> | ||
</group> | |||
<group> | |||
<header>Historical / Cultural Context</header> | <header>Historical / Cultural Context</header> | ||
<data source="notable_users"> | <data source="notable_users"> | ||
| Line 82: | Line 100: | ||
<label>Category</label> | <label>Category</label> | ||
</data> | </data> | ||
</group> | |||
</infobox> | </infobox> | ||
</includeonly> | |||
<noinclude> | |||
{{Documentation}} | |||
<templatedata> | |||
{ | |||
"params": { | |||
"name": { | |||
"type": "string" | |||
}, | |||
"image": { | |||
"type": "wiki-file-name" | |||
}, | |||
"universe": { | |||
"type": "wiki-page-name" | |||
}, | |||
"imagecaption": { | |||
"type": "string" | |||
}, | |||
"type": {}, | |||
"classification": {}, | |||
"manufacturer": {}, | |||
"affiliation": {}, | |||
"compositon": {}, | |||
"power_source": {}, | |||
"function": {}, | |||
"range": {}, | |||
"size": {}, | |||
"weight": {}, | |||
"users": {}, | |||
"introduced": {}, | |||
"status": {}, | |||
"value": {}, | |||
"production": {}, | |||
"features": {}, | |||
"capabilities": {}, | |||
"notable_users": {}, | |||
"notable_models": {}, | |||
"related_tech": {}, | |||
"category": {}, | |||
"ipa": {}, | |||
"oed": {} | |||
}, | |||
"paramOrder": [ | |||
"name", | |||
"ipa", | |||
"oed", | |||
"image", | |||
"imagecaption", | |||
"type", | |||
"classification", | |||
"universe", | |||
"manufacturer", | |||
"affiliation", | |||
"compositon", | |||
"power_source", | |||
"function", | |||
"range", | |||
"size", | |||
"weight", | |||
"users", | |||
"introduced", | |||
"status", | |||
"value", | |||
"production", | |||
"features", | |||
"capabilities", | |||
"notable_users", | |||
"notable_models", | |||
"related_tech", | |||
"category" | |||
], | |||
"format": "block" | |||
} | |||
</templatedata> | |||
</noinclude> | |||