Infobox - World of T-Shirts Wiki

From World of T-Shirts Wiki
Jump to navigation Jump to search
Imported from lolcow.city
 
Gamer (talk | contribs)
Editing template parameter descriptions for clarity and consistency, also making examples more relevant to WOTS.
 
Line 20: Line 20:
         </div>
         </div>
         <div style="{{#if: {{{Alignment|}}} | | display: none; }}">
         <div style="{{#if: {{{Alignment|}}} | | display: none; }}">
             <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 style="padding: 0 3px 0; border-top: 1px solid #aaa;"><b>Alignment</b>: {{{Alignment}}}{{#ifeq: {{{Alignment}}}|Handler|[[Category:Handlers]]|}}{{#ifeq: {{{Alignment}}}|Family|[[Category:Family]]|}}{{#ifeq: {{{Alignment}}}|Troll|[[Category:Trolls]]|}}{{#ifeq: {{{Alignment}}}|Enabler|[[Category:Enablers]]|}}{{#ifeq: {{{Alignment}}}|White Knight|[[Category:Enablers]]|}}</div>
         </div>
         </div>
         <div style="{{#if: {{{DOB|}}} | | display: none; }}">
         <div style="{{#if: {{{DOB|}}} | | display: none; }}">
Line 57: Line 57:
"image": {
"image": {
"description": "Image, width and height is automatically assigned",
"description": "Image, width and height is automatically assigned",
"example": "Danderson.png",
"example": "Captain.png",
"type": "wiki-file-name",
"type": "wiki-file-name",
"suggested": true,
"suggested": true,
Line 63: Line 63:
},
},
"name": {
"name": {
"description": "The name of whoever this is",
"description": "The full / legal name (if publicly known) of whoever this is",
"example": "Tony Chase",
"example": "Joshua Paul Block",
"type": "string",
"type": "string",
"required": true,
"required": true,
Line 72: Line 72:
"label": "Aliases/Also Known As",
"label": "Aliases/Also Known As",
"description": "Other names for a person",
"description": "Other names for a person",
"example": "Prince Rockefeller Hughes",
"example": "World of T-Shirts • Captain of New York • King of New York",
"type": "string"
"type": "string",
            "suggested": true
},
},
"DOB": {
"DOB": {
"label": "Date of Birth",
"label": "Date of Birth",
"description": "In M-D-Y format, please",
"description": "Please use Month Day, Year format, for consistency.",
            "example": "August 7, 2001",
"suggested": true
"suggested": true
},
},
Line 87: Line 89:
"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. If left blank, the infobox will use the page name (Recommended)",
"type": "string"
"type": "string"
},
},
Line 107: Line 109:
"label": "Image Description",
"label": "Image Description",
"suggested": true,
"suggested": true,
"description": "The description of the image"
"description": "The description of the image",
            "example": "Josh as seen in March 2025"
},
},
"Parents": {
"Parents": {
Line 116: Line 119:
"Alignment": {
"Alignment": {
"label": "Alignment",
"label": "Alignment",
"description": "The alignment of this character in relation to Daniel Larson,",
"description": "The alignment of this character in relation to Joshua Block. The suggested values allow the page to be automatically categorized.",
"example": "(You need these if you want them to be automatically categorized) Troll, Management, White Knight, Enabler",
"example": "Troll",
"type": "unknown",
"type": "unknown",
"suggestedvalues": [
"suggestedvalues": [
"Enabler",
"Handler",
"Family",
"Troll",
"Troll",
"White Knight",
"Enabler"
"Management"
],
],
"suggested": true
"suggested": true
Line 131: Line 134:
},
},
"HeightnWeight": {
"HeightnWeight": {
"label": "Weight and Weight",
"label": "Height and Weight",
"example": "#'#\" (# cm), # lbs (# kg)"
"example": "#'#\" (# cm), # lbs (# kg)"
},
},
Line 141: Line 144:
"timeActive": {
"timeActive": {
"label": "Time Active",
"label": "Time Active",
"description": "When this person was active",
"description": "When this person was active in the lore. If precise dates are unavailable, indicate the approximate period with \"c.\" (circa) followed by the month and year. If the person has ceased to be relevant within the lore entirely, the end date should correspond to their last known appearance.",
"example": "April 3rd, 2023 - June 5th, 2143",
"example": "c. January 2021 - present, August 23, 2023 - March 8, 2024",
"suggested": true
"suggested": true
},
},
"Arcs": {
"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.",
"description": "The specific arcs in which this person was active during, listed in chronological order. If a person is active for the entirety of a wider Era, just list that Era instead of each individual arc.",
"type": "string",
"type": "string",
"required": true,
"required": true,

Latest revision as of 02:10, 11 April 2025


Infobox
{{{imageDesc}}}
Name: {{{name}}}
Aliases: {{{Knownas}}}
Time Active: {{{timeActive}}}
Alignment: {{{Alignment}}}
DOB: {{{DOB}}}
Gender: {{{Gender}}}
Race: {{{Race}}}
Nationality: {{{Nationality}}}
Height and Weight: {{{HeightnWeight}}}
Parents: {{{Parents}}}
Siblings: {{{Siblings}}}
Arcs Involved: {{{Arcs}}}

This is a template meant to easily display information about a given person/character

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Max Widthmaxwidth

The maximum width of the infobox

Suggested values
280px 30em
Default
280px
Unknownoptional
Infobox HeaderinfoboxHeader

This is the header of the infobox. If left blank, the infobox will use the page name (Recommended)

Stringoptional
Imageimage

Image, width and height is automatically assigned

Example
Captain.png
Filesuggested
Image DescriptionimageDesc

The description of the image

Example
Josh as seen in March 2025
Unknownsuggested
Namename

The full / legal name (if publicly known) of whoever this is

Example
Joshua Paul Block
Stringrequired
Aliases/Also Known AsKnownas

Other names for a person

Example
World of T-Shirts • Captain of New York • King of New York
Stringsuggested
Time ActivetimeActive

When this person was active in the lore. If precise dates are unavailable, indicate the approximate period with "c." (circa) followed by the month and year. If the person has ceased to be relevant within the lore entirely, the end date should correspond to their last known appearance.

Example
c. January 2021 - present, August 23, 2023 - March 8, 2024
Unknownsuggested
AlignmentAlignment

The alignment of this character in relation to Joshua Block. The suggested values allow the page to be automatically categorized.

Suggested values
Handler Family Troll Enabler
Example
Troll
Unknownsuggested
Date of BirthDOB

Please use Month Day, Year format, for consistency.

Example
August 7, 2001
Unknownsuggested
Height and WeightHeightnWeight

no description

Example
#'#" (# cm), # lbs (# kg)
Unknownoptional
NationalityNationality

Place of origin

Stringoptional
RaceRace

no description

Unknownoptional
GenderGender

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)
Stringoptional
ParentsParents

If they're unconfirmed to be parents, then explain that in parenthesis after the name.

Example
Melissa, Jack (claimed), Jason (unconfirmed)
Stringoptional
SiblingsSiblings

no description

Unknownoptional
signaturesignature

no description

Example
Signature.jpg
Fileoptional
ArcsArcs

The specific arcs in which this person was active during, listed in chronological order. If a person is active for the entirety of a wider Era, just list that Era instead of each individual arc.

Stringrequired