Template:Infobox User: Difference between revisions

From Frontierpedia, the Microsoft Agent encyclopedia
frontierpediav5>WikiSysop
No edit summary
frontierpediav5>WikiSysop
No edit summary
Line 1: Line 1:
{{Infobox|child={{{child|}}}
<infobox>
| bodyclass  = biography vcard
  <title source="title1">
 
    <default>{{PAGENAME}}</default>
| above      = {{Br separated entries
  </title>
| title1 = {{{title1|}}}
  <image source="image1">
}}
    <caption source="caption1"/>
| abovestyle = {{{abovestyle|}}}
  </image>
 
  <data source="name">
| image      = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|size={{{image_size=256px|sizedefault=frameless|upright={{{image_upright|1}}}|alt={{{alt|}}}|suppressplaceholder=yes}}
     <label>Name</label>
| caption   = {{{image caption|{{{caption|{{{image_caption|}}}}}}}}}
  </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="nationality">
| label10    = DOB/Age
  <label>Nationality</label>
| data10    = {{{age|}}}
  </data>
 
  <data source="friends">
| label13    = Friends
     <label>Friends</label>
| data13     = {{{friends|}}}
  </data>
 
  <data source="netural">
| label14    = Neutral
     <label>Neutral</label>
| data14     = {{{neutral|}}}
  </data>
 
  <data source="enemies">
| label15    = Enemies
     <label>Enemies</label>
| data15     = {{{enemies|}}}
  </data>
 
  <data source="likes">
| label16    = Likes
     <label>Likes</label>
| data16     = {{{likes|}}}
  </data>
 
  <data source="dislikes">
| label17    = Dislikes
     <label>Dislikes</label>
| data17     = {{{dislikes|}}}
  </data>
 
  <data source="status">
| label18    = Status
     <label>Status</label>
| data18     = {{{status|}}}
  </data>
 
</infobox>
}}{{Infoboxend}}
 
<noinclude>
<noinclude>
Example usage:<pre>
Example usage:<pre>
Line 57: Line 55:
}}
}}
</pre>
</pre>
[[Category:Legacy Templates]]
</noinclude>
</noinclude>

Revision as of 02:07, 2 August 2021

<infobox>

 <title source="title1">
   <default>Infobox User</default>
 </title>
 <image source="image1">

</image> <label>Name</label> <label>Nickname</label> <label>Age</label> <label>Nationality</label> <label>Friends</label> <label>Neutral</label> <label>Enemies</label> <label>Likes</label> <label>Dislikes</label> <label>Status</label> </infobox> Example usage:

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