Template:Infobox character: Difference between revisions

From Timescape Wiki
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" />
   <infobox layout="stacked" accent-color-default="#d99559">
   <header>Basic Information</header>
  <title>
    <data source="titles">
     <default>Basic Information</default>
      <label>Titles</label>
  </title>
    </data>
  <data source="titles">
    <data source="aliases">
    <label>Titles</label>
      <label>Aliases</label>
  </data>
    </data>
  <data source="aliases">
     <data source="true-name">
    <label>Aliases</label>
      <label>True Name</label>
  </data>
    </data>
   <data source="true-name">
    <data source="ancestry">
    <label>True Name</label>
      <label>Ancestry</label>
  </data>
    </data>
  <data source="ancestry">
    <data source="lived-in">
    <label>Ancestry</label>
      <label>Lived in</label>
  </data>
    </data>
  </infobox>
   <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 manifold have?",
"description": "What other names does the character have?",
"type": "string",
"type": "string",
"label": "Aliases"
"label": "Aliases"
},
},
         "index": {
         "true-name": {
"description": "What is the actual name of the character",
"type": "string",
"type": "string",
"label": "Manifold Index"
"label": "True or Actual Name"
},
},
         "chronographic": {
         "ancestry": {
"description": "What is the ancestry of the character? Where do they originate from?",
"type": "string",
"type": "string",
"label": "Chronographic index"
"label": "Ancestry"
},
},
         "dialect": {
         "lived-in": {
"description": "The main dialect spoken in the manifold?",
"description": "When was the character born and when did they died? In which age did they live?",
"type": "string",
"type": "string",
"label": "Dialect"
"label": "Lived In"
},
},
         "interference": {
         "relatives": {
"description": "Greatest constructive interference",
"description": "Character's Family and their relationships",
"type": "string",
"type": "string",
"label": "Interference"
"label": "Relatives"
},
},
         "native-ancestries": {
         "allies": {
"description": "Ancestries which originate from this manifold",
"description": "Other Character's or factions allied to the character",
"type": "string",
"type": "string",
"label": "Native Ancestries"
"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
  | aliases      = Invincible Overlord
  | 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
  | aliases      = Invincible Overlord
  | 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.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Titlestitles

What titles does the character have?

Stringoptional
Aliasesaliases

What other names does the character have?

Stringoptional
True or Actual Nametrue-name

What is the actual name of the character

Stringoptional
Ancestryancestry

What is the ancestry of the character? Where do they originate from?

Stringoptional
Lived Inlived-in

When was the character born and when did they died? In which age did they live?

Stringoptional
Relativesrelatives

Character's Family and their relationships

Stringoptional
Alliesallies

Other Character's or factions allied to the character

Stringoptional
Enemiesenemies

Other Character's or factions in opposition with the character

Stringoptional




{{Infobox character
 | name         = Ajax
 | titles       = The Invincible Overlord, The Iron Saint
 | ancestry     = Human (Phaedran)
 | allies       = Hawklords
}}