Editing Template:Infobox Person
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 10: | Line 10: | ||
<small><div style="margin: 5px 0 0; padding: 0 2px 0; text-align: center; max-width:270px">''{{{imageDesc}}}''</div></small> | <small><div style="margin: 5px 0 0; padding: 0 2px 0; text-align: center; max-width:270px">''{{{imageDesc}}}''</div></small> | ||
</div> | </div> | ||
<div style="{{#if: {{{ | <div style="{{#if: {{{name|}}} | | display: none; }}"> | ||
<div style="margin: 5px 0 0; padding: 0 3px 0; border-top: 1px solid #aaa;"><b> | <div style="margin: 5px 0 0; padding: 0 3px 0; border-top: 1px solid #aaa;"><b>Name</b>: {{{name}}}</div> | ||
</div> | </div> | ||
<div style="{{#if: {{{ | <div style="{{#if: {{{Knownas|}}} | | display: none; }}"> | ||
<div style="padding: 0 3px 0; border-top: 1px solid #aaa;"><b>Aliases</b>: {{{ | <div style="padding: 0 3px 0; border-top: 1px solid #aaa;"><b>Aliases</b>: {{{Knownas}}}</div> | ||
</div> | </div> | ||
<div style="{{#if: {{{ | <div style="{{#if: {{{timeActive|}}} | | display: none; }}"> | ||
<div style=" | <div style="margin: 5px 0 0; text-align: center; border-top: 1px solid #aaa;">'''Time Active''': {{{timeActive}}}</div> | ||
</div> | </div> | ||
<div style="{{#if: {{{ | <div style="{{#if: {{{Alignment|}}} | | display: none; }}"> | ||
<div style="padding: 0 3px 0; border-top: 1px solid #aaa;"><b> | <div style="padding: 0 3px 0; border-top: 1px solid #aaa;"><b>Alignment</b>: {{{Alignment}}}{{#ifeq: {{{Alignment}}}|Management|[[Category:Management]]|}}{{#ifeq: {{{Alignment}}}|Manager|[[Category:Management]]|}}{{#ifeq: {{{Alignment}}}|Troll|[[Category:Trolls]]|}}{{#ifeq: {{{Alignment}}}|Enabler|[[Category:Enablers]]|}}{{#ifeq: {{{Alignment}}}|White Knight|[[Category:Enablers]]|}}</div> | ||
</div> | </div> | ||
<div style="{{#if: {{{ | <div style="{{#if: {{{DOB|}}} | | display: none; }}"> | ||
<div style="padding: 0 3px 0; border-top: 1px solid #aaa;"><b> | <div style="padding: 0 3px 0; border-top: 1px solid #aaa;"><b>DOB</b>: {{{DOB}}}</div> | ||
</div> | </div> | ||
<div style="{{#if: {{{ | <div style="{{#if: {{{Gender|}}} | | display: none; }}"> | ||
<div style="padding: 0 3px 0; border-top: 1px solid #aaa;"><b> | <div style="padding: 0 3px 0; border-top: 1px solid #aaa;"><b>Gender</b>: {{{Gender}}}</div> | ||
</div> | </div> | ||
<div style="{{#if: {{{ | <div style="{{#if: {{{Race|}}} | | display: none; }}"> | ||
<div style="padding: 0 3px 0; border-top: 1px solid #aaa;"><b> | <div style="padding: 0 3px 0; border-top: 1px solid #aaa;"><b>Race</b>: {{{Race}}}</div> | ||
</div> | </div> | ||
<div style="{{#if: {{{ | <div style="{{#if: {{{Nationality|}}} | | display: none; }}"> | ||
<div style="padding: 0 3px 0; border-top: 1px solid #aaa;"><b> | <div style="padding: 0 3px 0; border-top: 1px solid #aaa;"><b>Nationality</b>: {{{Nationality}}}</div> | ||
</div> | </div> | ||
<div style="{{#if: {{{ | <div style="{{#if: {{{HeightnWeight|}}} | | display: none; }}"> | ||
<div style="padding: 0 3px 0; border-top: 1px solid #aaa;"><b> | <div style="padding: 0 3px 0; border-top: 1px solid #aaa;"><b>Height and Weight</b>: {{{HeightnWeight}}}</div> | ||
</div> | </div> | ||
<div style="{{#if: {{{ | <div style="{{#if: {{{Parents|}}} | | display: none; }}"> | ||
<div style="padding: 0 3px 0; border-top: 1px solid #aaa;"><b> | <div style="padding: 0 3px 0; border-top: 1px solid #aaa;"><b>Parents</b>: {{{Parents}}}</div> | ||
</div> | </div> | ||
<div style="{{#if: {{{ | <div style="{{#if: {{{Siblings|}}} | | display: none; }}"> | ||
<div style="padding: 0 3px 0; border-top: 1px solid #aaa;"><b> | <div style="padding: 0 3px 0; border-top: 1px solid #aaa;"><b>Siblings</b>: {{{Siblings}}}</div> | ||
</div> | </div> | ||
<div style="{{#if: {{{signature|}}} | | display: none; }}"> | |||
<div style="margin: 5px 0 0; text-align: center; border-top: 1px solid #aaa;">'''Signature''':<br>[[File:Daniel Larson Signature.png|160px]]</br></div> | |||
</div> | </div> | ||
<div style="{{#if: {{{signature|}}} | | display: none; }}"> | |||
<div style="margin: 5px 0 0; text-align: center; border-top: 1px solid #aaa;">'''Arcs Involved''': {{{Arcs}}}</div> | |||
</div> | </div> | ||
</div> | </div> | ||
Line 70: | Line 56: | ||
"params": { | "params": { | ||
"image": { | "image": { | ||
"description": "Image, | "description": "Image, width and height is automatically assigned", | ||
"example": " | "example": "Danderson.png", | ||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
"suggested": true, | "suggested": true, | ||
"label": "Image" | "label": "Image" | ||
}, | |||
"name": { | |||
"description": "The name of whoever this is", | |||
"example": "Tony Chase", | |||
"type": "string", | |||
"required": true, | |||
"label": "Name" | |||
}, | |||
"Knownas": { | |||
"label": "Aliases/Also Known As", | |||
"description": "Other names for a person", | |||
"example": "Prince Rockefeller Hughes", | |||
"type": "string" | |||
}, | |||
"DOB": { | |||
"label": "Date of Birth", | |||
"description": "In M-D-Y format, please", | |||
"suggested": true | |||
}, | |||
"Gender": { | |||
"type": "string", | |||
"description": "This is exclusively the biological gender of a given character. If a character is transgender, put their expressed gender in parenthesis formatted like the example below.", | |||
"example": "Male (transitioned to female)" | |||
}, | }, | ||
"infoboxHeader": { | "infoboxHeader": { | ||
"label": "Infobox Header", | "label": "Infobox Header", | ||
"description": "This is the header of the infobox. This is not required as it will just be the pagename if left blank", | "description": "This is the header of the infobox. This is not required as it will just be the pagename if left blank", | ||
"type": "string" | |||
}, | |||
"Nationality": { | |||
"description": "Place of origin", | |||
"type": "string" | "type": "string" | ||
}, | }, | ||
Line 94: | Line 107: | ||
"label": "Image Description", | "label": "Image Description", | ||
"suggested": true, | "suggested": true, | ||
"description": " | "description": "The description of the image" | ||
}, | }, | ||
" | "Parents": { | ||
" | "description": "If they're unconfirmed to be parents, then explain that in parenthesis after the name.", | ||
"example": "Melissa, Jack (claimed), Jason (unconfirmed)", | |||
"example": " | |||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "Alignment": { | ||
"label": " | "label": "Alignment", | ||
" | "description": "The alignment of this character in relation to Daniel Larson,", | ||
"example": "(You need these if you want them to be automatically categorized) Troll, Management, White Knight, Enabler", | |||
" | |||
"type": "unknown", | "type": "unknown", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
Line 124: | Line 127: | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "Race": { | ||
"label": " | "label": "Race" | ||
}, | }, | ||
" | "HeightnWeight": { | ||
"label": " | "label": "Weight and Weight", | ||
"example": "#'#\" (# cm), # lbs (# kg)" | |||
}, | }, | ||
" | "Siblings": {}, | ||
"signature": { | |||
" | "example": "Signature.jpg", | ||
"type": " | "type": "wiki-file-name" | ||
}, | }, | ||
" | "timeActive": { | ||
"label": " | "label": "Time Active", | ||
"description": " | "description": "When this person was active", | ||
"example": "April 3rd, 2023 - June 5th, 2143", | |||
"suggested": true | |||
}, | }, | ||
" | "Arcs": { | ||
"description": " | "description": "The arcs in which this person was active during, listed in chronological order. If a person is active for the entirety of an Era, just list that Era instead of each individual arc.", | ||
"type": "string", | |||
"type": "string" | "required": true, | ||
"suggested": true | |||
" | |||
" | |||
} | } | ||
}, | }, | ||
Line 172: | Line 158: | ||
"image", | "image", | ||
"imageDesc", | "imageDesc", | ||
" | "name", | ||
" | "Knownas", | ||
" | "timeActive", | ||
" | "Alignment", | ||
" | "DOB", | ||
"HeightnWeight", | |||
" | "Nationality", | ||
" | "Race", | ||
" | "Gender", | ||
" | "Parents", | ||
" | "Siblings", | ||
" | "signature", | ||
"Arcs" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |