Jump to content

Template:Infobox creature: Difference between revisions

From OkayXairen Wiki
imported>Ballswoman
asdfg
imported>AshleyGaye
mNo edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<infobox>
<infobox>
     <title source="Name">
     <title source="Name">
         <default>{{PAGENAME}}</default>
         <default><div style='text-align: center;'>{{PAGENAME}}</div></default>
     </title>
     </title>
     <image source="image">
     <image source="image">
         <default>changethisimage.jpg</default>
         <default>changethisimage.jpg</default>
     </image>
     </image>
     <header>Creature</header>
     <header><div style='text-align: center;'>Creature</div></header>
     <data source="name">
     <data source="name">
         <label>Name</label>
         <label>Name</label>
Line 14: Line 14:
     </data>
     </data>
     <data source="dob">
     <data source="dob">
         <label>Creation Year</label>
         <label>Date of Creation</label>
     </data>
     </data>
     <data source="age">
     <data source="age">
Line 23: Line 23:
     </data>
     </data>
     <data source="dead">
     <data source="dead">
         <label>Year of Death</label>
         <label>Date of Death</label>
     </data>
     </data>
     <data source="location">
     <data source="location">
Line 37: Line 37:
         <label>Active Subscription Services</label>
         <label>Active Subscription Services</label>
     </data>
     </data>
<templatedata>
 
{
    "description": "Infobox for a creature.",
    "params": {
        "name": {
            "label": "Name",
            "description": "The guy's name.",
            "type": "string"
        },
        "image": {
            "label": "Image",
            "description": "What the guy look like",
            "type": "string"
        },
        "pronouns": {
            "label": "Pronouns",
            "description": "The guy pronouns.",
            "type": "string"
        },
        "dob": {
            "label": "Creation year",
            "description": "When the guy made. Probably only for fictional characters.",
            "type": "string"
        },
        "age": {
            "label": "Age",
            "description": "How old the guy is.",
            "type": "string"
        },
        "kill count": {
            "label": "Kill count",
            "description": "How many people the guy has killed.",
            "type": "string"
        },
        "dead": {
            "label": "Year of Death",
            "description": "When the guy died.",
            "type": "string"
        },
        "location": {
            "label": "Location",
            "description": "Where the guy is.",
            "type": "string"
        },
        "species": {
            "label": "Species",
            "description": "What the guy is.",
            "type": "string"
        },
        "catchphrase": {
            "label": "Catchphrase",
            "description": "What the guy says.",
            "type": "string"
        },
        "subscriptions": {
            "label": "Active Subscription Services",
            "description": "What the guy is subscribed to.",
            "type": "string"
        }
    }
}
</templatedata>
</infobox>
</infobox>
<noinclude>{{documentation}}</noinclude>

Latest revision as of 19:36, 7 September 2025