Template:Player Infobox: Difference between revisions

From Blockate Wiki
Content added Content deleted
(Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <data source="row1">...")
 
No edit summary
Line 6: Line 6:
<caption source="caption1"/>
<caption source="caption1"/>
</image>
</image>
<data source="row1">
<data source="age">
<label>Label</label>
<label>Age</label>
</data>
</data>
<data source="row2">
<data source="birthday">
<label>Label</label>
<label>Birthday</label>
</data>
</data>
</infobox>
</infobox>
<noinclude>
Example usage:<pre>
{{Person
|title1=Example
|image1=Example
|caption1=Example
|row1=Example
|row2=Example
}}
</pre>
</noinclude>

Revision as of 18:11, 23 December 2017

<infobox>

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

</image> <label>Age</label> <label>Birthday</label> </infobox>