Template:Event Infobox: Difference between revisions

From Blockate Wiki
Content added Content deleted
(Created page with "<infobox> <title source="username"> <default>{{PAGENAME}}</default> </title> <image source="image"> <caption source="caption"/> </image> <data source="rank...")
 
No edit summary
Line 1: Line 1:
<infobox>
<infobox>
<title source="username">
<title source="title">
<default>{{PAGENAME}}</default>
<default>{{PAGENAME}}</default>
</title>
</title>
Line 6: Line 6:
<caption source="caption"/>
<caption source="caption"/>
</image>
</image>
<data source="rank">
<data source="date">
<label>Rank</label>
<label>Date</label>
</data>
</data>
<data source="started">
<data source="effect">
<label>Date Started Blockate</label>
<label>Effect</label>
</data>
</data>
<data source="alias">
<data source="world">
<label>Alias(es)</label>
<label>Worlds Involved</label>
</data>
</data>
</infobox>
</infobox>
<noinclude>
<noinclude>
Example usage:<pre>
Example usage:<pre>
{{Player Infobox
{{Event Infobox
|username=Example
|title=Example
|image=Example
|image=Example
|caption=Example
|caption=Example
|rank=Example
|date=Example
|started=Example
|effect=Example
|alias=Example
|world=Example
}}
}}
</pre>
</pre>