Template:Infobox character: Difference between revisions
Creating infobox character (incomplete) Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
(11 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly><infobox layout="stacked" accent-color-default="#d99559"> | ||
<infobox layout="stacked" accent-color-default="#d99559"> | |||
<title source="name"> | <title source="name"> | ||
<default>{{PAGENAME}}</default> | <default>{{PAGENAME}}</default> | ||
</title> | </title> | ||
<image source="image" /> | <image source="image" /> | ||
< | <header>Basic Information</header> | ||
<data source="titles"> | |||
< | <label>Titles</label> | ||
</data> | |||
<data source="aliases"> | |||
<label> | <label>Aliases</label> | ||
</data> | |||
<data source="true-name"> | |||
<label> | <label>True Name</label> | ||
</data> | |||
<data source=" | <data source="ancestry"> | ||
<label>Ancestry</label> | |||
</data> | |||
<data source="born"> | |||
<label>Born</label> | |||
</data> | |||
<data source="died"> | |||
</infobox> | <label>Died</label> | ||
</includeonly> | </data> | ||
<data source="parents"> | |||
<label>Parents</label> | |||
<noinclude> | </data> | ||
<header>{{#if: {{{enemies|}}}{{{relatives|}}}{{{allies|}}}|Relationships }}</header> | |||
<data source="relatives"> | |||
<label>Relatives</label> | |||
</data> | |||
<data source="allies"> | |||
<label>Allies</label> | |||
</data> | |||
<data source="enemies"> | |||
<label>Enemies</label> | |||
</data> | |||
</infobox>[[Category:Characters]]</includeonly><noinclude> | |||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"titles": { | |||
"description": "What titles does the character have?", | |||
"type": "string", | |||
"label": "Titles" | |||
}, | |||
"aliases": { | "aliases": { | ||
"description": "What other names does the | "description": "What other names does the character have?", | ||
"type": "string", | "type": "string", | ||
"label": "Aliases" | "label": "Aliases" | ||
}, | }, | ||
" | "true-name": { | ||
"description": "What is the actual name of the character", | |||
"type": "string", | |||
"label": "True or Actual Name" | |||
}, | |||
"ancestry": { | |||
"description": "What is the ancestry of the character? Where do they originate from?", | |||
"type": "string", | |||
"label": "Ancestry" | |||
}, | |||
"born": { | |||
"description": "When and where was the character born?", | |||
"type": "string", | |||
"label": "Born" | |||
}, | |||
"died": { | |||
"description": "When and where did the character die?", | |||
"type": "string", | "type": "string", | ||
"label": " | "label": "Died" | ||
}, | }, | ||
" | "parents": { | ||
"description": "Who were the character's parents/creators?", | |||
"type": "string", | "type": "string", | ||
"label": " | "label": "Parents" | ||
}, | }, | ||
" | "relatives": { | ||
"description": " | "description": "Character's Family and their relationships", | ||
"type": "string", | "type": "string", | ||
"label": " | "label": "Relatives" | ||
}, | }, | ||
" | "allies": { | ||
"description": " | "description": "Other Character's or factions allied to the character", | ||
"type": "string", | "type": "string", | ||
"label": " | "label": "Allies" | ||
}, | }, | ||
" | "enemies": { | ||
"description": " | "description": "Other Character's or factions in opposition with the character", | ||
"type": "string", | "type": "string", | ||
"label": " | "label": "Enemies" | ||
} | } | ||
} | } | ||
Line 62: | Line 94: | ||
</templatedata> | </templatedata> | ||
<infobox layout="stacked" accent-color-default="#d99559"> | |||
<title source="name"> | |||
<default>Ajax</default> | |||
</title> | |||
<image source="image" /> | |||
<header>Basic Information</header> | |||
<data source="titles"> | |||
<label>Titles</label> | |||
<default>The Invincible Overlord, The Iron Saint</default> | |||
</data> | |||
<data source="ancestry"> | |||
<label>Ancestry</label> | |||
<default>Human (Phaedran)</default> | |||
</data> | |||
<header>Relationships</header> | |||
<data source="allies"> | |||
<label>Allies</label> | |||
<default>Hawklords</default> | |||
</data> | |||
</infobox> | |||
<nowiki> | <nowiki> | ||
{{Infobox character | {{Infobox character | ||
| name = Ajax | | name = Ajax | ||
| | | titles = The Invincible Overlord, The Iron Saint | ||
| ancestry = Human | | ancestry = Human (Phaedran) | ||
}}</nowiki> | | allies = Hawklords | ||
}} | |||
</nowiki> | |||
[[Category:Infoboxes]] | |||
</noinclude> |
Latest revision as of 17:49, 17 November 2024
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Titles | titles | What titles does the character have? | String | optional |
Aliases | aliases | What other names does the character have? | String | optional |
True or Actual Name | true-name | What is the actual name of the character | String | optional |
Ancestry | ancestry | What is the ancestry of the character? Where do they originate from? | String | optional |
Born | born | When and where was the character born? | String | optional |
Died | died | When and where did the character die? | String | optional |
Parents | parents | Who were the character's parents/creators? | String | optional |
Relatives | relatives | Character's Family and their relationships | String | optional |
Allies | allies | Other Character's or factions allied to the character | String | optional |
Enemies | enemies | Other Character's or factions in opposition with the character | String | optional |
{{Infobox character | name = Ajax | titles = The Invincible Overlord, The Iron Saint | ancestry = Human (Phaedran) | allies = Hawklords }}