Template:Character: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
(22 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | <templatestyles src=" |
+ | <templatestyles src="Character/styles.css" /> |
− | |||
<includeonly>{{Infobox/begin}} |
<includeonly>{{Infobox/begin}} |
||
− | {{Infobox/Header|title={{{name}}}|subtitle={{{known_for}}}}} |
+ | {{Infobox/Header|title={{{name|{{PAGENAME}}}}}|subtitle={{{known_for|}}}}} |
− | {{Infobox/Illustration|file=[[File:{{{photo}}}]]|caption={{{ |
+ | {{Infobox/Illustration|file={{#if:{{{photo|}}}|[[File:{{{photo}}}]]|}}|caption={{{photo_caption|}}}}} |
{{Infobox/SectionHeader|section=Personal Details}} |
{{Infobox/SectionHeader|section=Personal Details}} |
||
− | {{Infobox/Item|key=Born|value={{{birth_date}}}</br>{{{birth_location}}}}} |
+ | {{Infobox/Item|key=Born|value={{#if:{{{birth_date|}}}|{{#if:{{{birth_location|}}}|{{{birth_date}}}</br>{{{birth_location}}}|{{{status}}}}}|}}}} |
− | {{Infobox/Item|key=Died|value={{{death_date}}}</br>{{{death_location}}}}} |
+ | {{Infobox/Item|key=Died|value={{#if:{{{death_date|}}}|{{#if:{{{death_location|}}}|{{{death_date}}}</br>{{{death_location}}}|{{{status}}}}}|}}}} |
{{Infobox/Item|key=Nationality|value={{{nationality}}}}} |
{{Infobox/Item|key=Nationality|value={{{nationality}}}}} |
||
− | {{Infobox/Item|key=Cause|value={{{cause}}}}} |
+ | {{Infobox/Item|key=Cause of Death|value={{{cause|}}}}} |
− | {{Infobox/Item|key=Relatives|value={{{relatives}}}}} |
+ | {{Infobox/Item|key=Relatives|value={{{relatives|}}}}} |
− | {{Infobox/Item|key=Signature|value=[[Image:{{{signature}}}| |
+ | {{Infobox/Item|key=Signature|value={{#if:{{{signature|}}}|[[Image:{{{signature}}}|left|130px]]|}}}} |
+ | {{Infobox/Item|key=Nicknames|value={{{nicknames|}}}}} |
||
{{Infobox/end}}</includeonly> |
{{Infobox/end}}</includeonly> |
||
+ | <noinclude> |
||
− | |||
+ | {{Character}} |
||
− | |
||
+ | |||
− | <noinclude>{{Infobox/begin}} |
||
+ | {{Character |
||
− | {{Infobox/Header|title={{{name}}}|subtitle={{{known_for}}}}} |
||
+ | | name=[name] |
||
− | {{Infobox/Illustration|file=[[File:KP_dark.png]]|caption={{{photoodesc}}}}} |
||
+ | | known_for=[known_for • known_for] |
||
− | {{Infobox/SectionHeader|section=Personal Details}} |
||
+ | | photo=placeholderkerbal.png|photo_caption=[photo_caption] |
||
− | {{Infobox/Item|key=Born|value={{{birth_date}}}</br>{{{birth_location}}}}} |
||
+ | | birth_date=[birth_date]|birth_location=[birth_location] |
||
− | {{Infobox/Item|key=Died|value={{{death_date}}}</br>{{{death_location}}}}} |
||
+ | | death_date=[death_date]|death_location=[death_location] |
||
− | {{Infobox/Item|key=Nationality|value={{{nationality}}}}} |
||
+ | | nationality=[nationality] |
||
− | {{Infobox/Item|key=Cause of Death|value={{{cause}}}}} |
||
+ | | cause=[cause of death] |
||
− | {{Infobox/Item|key=Relatives|value={{{relatives}}}}} |
||
+ | | relatives=[relatives] |
||
− | {{Infobox/Item|key=Signature|value=[[Image:KP_dark.png|center]]}} |
||
+ | | signature=KP_dark.png |
||
− | {{Infobox/end}} |
||
+ | | nicknames=[nicknames] |
||
+ | {{Character/Government Position |
||
+ | | position_title=[position] |
||
+ | | start_date=[start]|end_date=[end] |
||
+ | | predecessor=[predecessor] |
||
+ | | sucessor=[successor] |
||
+ | }} |
||
+ | {{Character/Military Service |
||
+ | | alligiance=[nation] |
||
+ | | branch=[branch] |
||
+ | | periods=[periods] |
||
+ | | rank=[rank] |
||
+ | | conflicts=[wars in] |
||
+ | | awards=[medals/etc] |
||
+ | }} |
||
+ | {{Character/Criminal Conviction |
||
+ | |criminal_status=[released/pardoned/executed/etc] |
||
+ | |convictions=[convictions] |
||
+ | |penalty=[penalty] |
||
+ | }} |
||
+ | }} |
||
[[Category:Infoboxes]] |
[[Category:Infoboxes]] |
||
[[Category:Templates]] |
[[Category:Templates]] |
||
+ | <templatedata> |
||
+ | { |
||
+ | "params": { |
||
+ | "name": { |
||
+ | "label": "Name", |
||
+ | "description": "The character's usual name", |
||
+ | "autovalue": "{{PAGENAME}}", |
||
+ | "required": true, |
||
+ | "suggested": true, |
||
+ | "type": "string" |
||
+ | }, |
||
+ | "known_for": { |
||
+ | "label": "Known For", |
||
+ | "description": "What the character is known for, position, status, etc...", |
||
+ | "example": "President of Example, Local Konigger, Avid warcrimes comitter", |
||
+ | "type": "string", |
||
+ | "suggested": true |
||
+ | }, |
||
+ | "photo": { |
||
+ | "label": "Photo", |
||
+ | "description": "A picture of the character", |
||
+ | "type": "wiki-file-name", |
||
+ | "suggested": true |
||
+ | }, |
||
+ | "birth_date": { |
||
+ | "label": "Date of birth", |
||
+ | "description": "The character's birth date, if applicable", |
||
+ | "type": "date", |
||
+ | "suggested": true |
||
+ | }, |
||
+ | "birth_location": { |
||
+ | "label": "Birthplace", |
||
+ | "description": "The character's birth place", |
||
+ | "type": "string" |
||
+ | }, |
||
+ | "death_date": { |
||
+ | "label": "Date of death", |
||
+ | "description": "The character's date of death, if applicable", |
||
+ | "type": "date", |
||
+ | "suggested": true |
||
+ | }, |
||
+ | "death_location": { |
||
+ | "label": "Deathplace", |
||
+ | "description": "The character's place of death, if applicable", |
||
+ | "type": "string" |
||
+ | }, |
||
+ | "nationality": { |
||
+ | "label": "Nationality", |
||
+ | "type": "string", |
||
+ | "required": true |
||
+ | }, |
||
+ | "cause": { |
||
+ | "label": "Cause of death", |
||
+ | "description": "The cause of their death, if applicable ", |
||
+ | "type": "string" |
||
+ | }, |
||
+ | "relatives": { |
||
+ | "label": "Relatives", |
||
+ | "description": "A set of character's relatives, if any (may include pages not yet created)", |
||
+ | "type": "string" |
||
+ | }, |
||
+ | "signature": { |
||
+ | "label": "Signature", |
||
+ | "description": "The character's signature", |
||
+ | "type": "wiki-file-name" |
||
+ | }, |
||
+ | "nicknames": { |
||
+ | "label": "Nickname(s)", |
||
+ | "description": "The character's nicknames", |
||
+ | "type": "string", |
||
+ | "suggested": true |
||
+ | }, |
||
+ | "photo_caption": { |
||
+ | "label": "Photo Caption", |
||
+ | "description": "A caption, description or context for the character's picture, if included", |
||
+ | "type": "string", |
||
+ | "suggested": true |
||
+ | }, |
||
+ | "status": { |
||
+ | "label": "Status", |
||
+ | "description": "The character's current status", |
||
+ | "example": "Alive, Missing in Action, Reigning...", |
||
+ | "type": "string", |
||
+ | "suggested": true |
||
+ | } |
||
+ | }, |
||
+ | "description": "Infobox template for any character", |
||
+ | "paramOrder": [ |
||
+ | "name", |
||
+ | "known_for", |
||
+ | "photo", |
||
+ | "photo_caption", |
||
+ | "nationality", |
||
+ | "birth_date", |
||
+ | "birth_location", |
||
+ | "status", |
||
+ | "death_date", |
||
+ | "death_location", |
||
+ | "cause", |
||
+ | "relatives", |
||
+ | "signature", |
||
+ | "nicknames" |
||
+ | ], |
||
+ | "format": "block" |
||
+ | } |
||
+ | </templatedata> |
||
</noinclude> |
</noinclude> |
Latest revision as of 03:50, 7 May 2024
Character
|
|||||
---|---|---|---|---|---|
Personal Details | |||||
Nationality | {{{nationality}}} |
Infobox template for any character
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | The character's usual name
| String | required |
Known For | known_for | What the character is known for, position, status, etc...
| String | suggested |
Photo | photo | A picture of the character | File | suggested |
Photo Caption | photo_caption | A caption, description or context for the character's picture, if included | String | suggested |
Nationality | nationality | no description | String | required |
Date of birth | birth_date | The character's birth date, if applicable | Date | suggested |
Birthplace | birth_location | The character's birth place | String | optional |
Status | status | The character's current status
| String | suggested |
Date of death | death_date | The character's date of death, if applicable | Date | suggested |
Deathplace | death_location | The character's place of death, if applicable | String | optional |
Cause of death | cause | The cause of their death, if applicable | String | optional |
Relatives | relatives | A set of character's relatives, if any (may include pages not yet created) | String | optional |
Signature | signature | The character's signature | File | optional |
Nickname(s) | nicknames | The character's nicknames | String | suggested |