Anonymous user
Template:Infobox: Difference between revisions
no edit summary
imported>DaWhiteLouise mNo edit summary |
imported>DaWhiteLouise No edit summary |
||
| (23 intermediate revisions by 5 users not shown) | |||
| Line 15: | Line 15: | ||
<div style="{{#if: {{{Knownas|}}} | | display: none; }}"> | <div style="{{#if: {{{Knownas|}}} | | display: none; }}"> | ||
<div style="padding: 0 3px 0; border-top: 1px solid #aaa;"><b>Aliases</b>: {{{Knownas}}}</div> | <div style="padding: 0 3px 0; border-top: 1px solid #aaa;"><b>Aliases</b>: {{{Knownas}}}</div> | ||
</div> | |||
<div style="{{#if: {{{timeActive|}}} | | display: none; }}"> | |||
<div style="margin: 5px 0 0; text-align: center; border-top: 1px solid #aaa;">'''Time Active''': {{{timeActive}}}</div> | |||
</div> | </div> | ||
<div style="{{#if: {{{Alignment|}}} | | display: none; }}"> | <div style="{{#if: {{{Alignment|}}} | | display: none; }}"> | ||
| Line 39: | Line 42: | ||
<div style="{{#if: {{{Siblings|}}} | | display: none; }}"> | <div style="{{#if: {{{Siblings|}}} | | display: none; }}"> | ||
<div style="padding: 0 3px 0; border-top: 1px solid #aaa;"><b>Siblings</b>: {{{Siblings}}}</div> | <div style="padding: 0 3px 0; border-top: 1px solid #aaa;"><b>Siblings</b>: {{{Siblings}}}</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 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 125: | Line 134: | ||
"example": "#'#\" (# cm), # lbs (# kg)" | "example": "#'#\" (# cm), # lbs (# kg)" | ||
}, | }, | ||
"Siblings": {} | "Siblings": {}, | ||
"signature": { | |||
"example": "Signature.jpg", | |||
"type": "wiki-file-name" | |||
}, | |||
"timeActive": { | |||
"label": "Time Active", | |||
"description": "When this person was active", | |||
"example": "April 3rd, 2023 - June 5th, 2143", | |||
"suggested": true | |||
}, | |||
"Arcs": { | |||
"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", | |||
"required": true, | |||
"suggested": true | |||
} | |||
}, | }, | ||
"description": "This is a template meant to easily display information about a given person/character", | "description": "This is a template meant to easily display information about a given person/character", | ||
| Line 135: | Line 160: | ||
"name", | "name", | ||
"Knownas", | "Knownas", | ||
"timeActive", | |||
"Alignment", | "Alignment", | ||
"DOB", | "DOB", | ||
| Line 142: | Line 168: | ||
"Gender", | "Gender", | ||
"Parents", | "Parents", | ||
"Siblings" | "Siblings", | ||
"signature", | |||
"Arcs" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||