Template:Infobox character: Difference between revisions
Creating infobox character (incomplete) Tag: 2017 source edit |
Added the missing parameters | Character Category Tag: 2017 source edit |
||
Line 5: | Line 5: | ||
</title> | </title> | ||
<image source="image" /> | <image source="image" /> | ||
< | <header>Basic Information</header> | ||
<data source="titles"> | |||
< | <label>Titles</label> | ||
</data> | |||
<data source="aliases"> | |||
<label>Aliases</label> | |||
</data> | |||
<data source="true-name"> | |||
<label>True Name</label> | |||
</data> | |||
<data source=" | <data source="ancestry"> | ||
<label>Ancestry</label> | |||
</data> | |||
<data source="lived-in"> | |||
<label>Lived in</label> | |||
</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> | </infobox> | ||
[[Category:Character]] | |||
</includeonly> | </includeonly> | ||
Line 30: | Line 40: | ||
{ | { | ||
"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", | "type": "string", | ||
"label": " | "label": "True or Actual Name" | ||
}, | }, | ||
" | "ancestry": { | ||
"description": "What is the ancestry of the character? Where do they originate from?", | |||
"type": "string", | "type": "string", | ||
"label": " | "label": "Ancestry" | ||
}, | }, | ||
" | "lived-in": { | ||
"description": " | "description": "When was the character born and when did they died? In which age did they live?", | ||
"type": "string", | "type": "string", | ||
"label": " | "label": "Lived In" | ||
}, | }, | ||
" | "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": "Other Character's or factions in opposition with the character", | |||
"type": "string", | |||
"label": "Enemies" | |||
} | } | ||
} | } | ||
Line 64: | Line 86: | ||
{{Infobox character | {{Infobox character | ||
| name = Ajax | | name = Ajax | ||
| | | titles = The Invincible Overlord, The Iron Saint | ||
| ancestry = Human | | ancestry = Human (Phaedran) | ||
| allies = Hawklords | |||
}} | }} | ||
Line 71: | Line 94: | ||
{{Infobox character | {{Infobox character | ||
| name = Ajax | | name = Ajax | ||
| | | titles = The Invincible Overlord, The Iron Saint | ||
| ancestry = Human | | ancestry = Human (Phaedran) | ||
}}</nowiki> | | allies = Hawklords | ||
}} | |||
</nowiki> | |||
</noinclude> | </noinclude> |
Revision as of 11:39, 26 August 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 |
Lived In | lived-in | When was the character born and when did they died? In which age did they live? | 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 }}