Template:CharacterTemplate1.1: Difference between revisions

From Frontierpedia, the Microsoft Agent encyclopedia
frontierpediav5>WikiSysop
No edit summary
frontierpediav5>Mintman21
(just had a brilliant idea. testing)
Line 1: Line 1:
<div style="padding: 0.5em; margin: 1em 0.5em 0; border: 1px solid #AAA; border-width: 1px 1px; background-color:#f8f9fa; ">[[File:673px-MediaWiki_upgrade.svg_png.png|64px]] This page contains a legacy template that uses the legacy <nowiki><infobox></nowiki> tag. After MediaWiki 1.36.0, this template will no longer be supported.</div>
{{Infobox|child={{{child|}}}
<infobox>
| bodyclass  = biography vcard
  <title source="title1">
 
    <default>{{PAGENAME}}</default>
| above      = {{Br separated entries
  </title>
| 2 = {{{2|}}}
  <image source="image1">
}}
    <caption source="caption1"/>
| abovestyle = {{{abovestyle|}}}
  </image>
 
  <data source="name">
| image      = {{#invoke:InfoboxImage|InfoboxImage|image={{{image1|}}}|size={{{image size|{{{image_size|{{{imagesize|}}}}}}}}}|sizedefault=frameless|upright={{{image_upright|1}}}|alt={{{alt|}}}|suppressplaceholder=yes}}
     <label>Name</label>
| caption   = {{{caption1|}}}
  </data>
 
  <data source="nickname">
| label2    = Name
    <label>Nickname</label>
| data2      = {{{name|}}}
  </data>
 
  <data source="age">
| label3     = Nickname
    <label>Age</label>
| data3      = {{{nickname|}}}
  </data>
 
  <data source="friends">
| label10    = DOB/Age
     <label>Friends</label>
| data10    = {{{age|}}}
  </data>
 
  <data source="netural">
| label13    = Friends
     <label>Neutral</label>
| data13     = {{{friends|}}}
  </data>
 
  <data source="enemies">
| label14    = Neutral
     <label>Enemies</label>
| data14     = {{{neutral|}}}
  </data>
 
  <data source="likes">
| label15    = Enemies
     <label>Likes</label>
| data15     = {{{enemies|}}}
  </data>
 
  <data source="dislikes">
| label16    = Likes
     <label>Dislikes</label>
| data16     = {{{likes|}}}
  </data>
 
  <data source="status">
| label17    = Dislikes
     <label>Status</label>
| data17     = {{{dislikes|}}}
  </data>
 
</infobox>
| label18    = Status
| data18     = {{{status|}}}
 
}}
<noinclude>
<noinclude>
Example usage:<pre>
Example usage:<pre>

Revision as of 20:50, 26 July 2021

Example usage:

{{CharacterTemplate1.1
|title1=Example
|image1=Example
|caption1=Example
|name=Example
|nickname=Example
|age=Example
|friends=Example
|netural=Example
|enemies=Example
|likes=Example
|dislikes=Example
|status=Example
}}