Template:Infobox: Difference between revisions

From Ashea Wiki
(Created page with "{{Infobox | name = {{{name|{{PAGENAME}}}}} | image = {{{image|}}} | caption1 = {{{caption|}}} | label1 = Former names | data1 = {{{former_names|}}} | header2 = General information | label3 = Status | data3 = {{{status|}}} ... <!-- etc. --> }}")
Tag: Reverted
No edit summary
Tag: Manual revert
 
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Infobox
<infobox>
| name     = {{{name|{{PAGENAME}}}}}
     <title source="title">
| image   = {{{image|}}}
        <default>{{PAGENAME}}</default>
| caption1 = {{{caption|}}}
    </title>
 
    <image source="image">
| label1  = Former names
        <caption source="imagecaption" />
|  data1  = {{{former_names|}}}
    </image>
 
    <data source="position">
| header2  = General information
        <label>Position</label>
 
    </data>
| label3  = Status
    <data source="age">
|  data3  = {{{status|}}}
        <label>Age</label>
... <!-- etc. -->
    </data>
}}
    <data source="status">
        <label>Status</label>
    </data>
    <data source="height">
        <label>Height</label>
        <format>{{{height}}} inches</format>
    </data>
    <data source="weight">
        <label>Weight</label>
        <format>{{{weight}}} grams</format>
    </data>
</infobox>

Latest revision as of 12:42, 27 March 2024