More actions
imported>MechanicalDog Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <data source="row1">..." |
imported>MechanicalDog No edit summary |
||
Line 6: | Line 6: | ||
<caption source="caption1"/> | <caption source="caption1"/> | ||
</image> | </image> | ||
<data source=" | <data source="era"> | ||
<label> | <label>Era</label> | ||
</data> | </data> | ||
<data source=" | <data source="conflict"> | ||
<label> | <label>Conflict</label> | ||
</data> | </data> | ||
<data source="stakes"> | |||
<label>Stakes</label> | |||
</data> | |||
<data source="time"> | |||
<label>Time</label> | |||
</data> | |||
<data source="location"> | |||
<label>Location</label> | |||
</data> | |||
<group layout="horizontal"> | |||
<header>Combatants</header> | |||
<data source="side1"> | |||
<label></label> | |||
</data> | |||
<data source="side2"> | |||
<label></label> | |||
</data> | |||
</group> | |||
<group layout="horizontal"> | |||
<header>Abilities</header> | |||
<data source="powers1"> | |||
<label></label> | |||
</data> | |||
<data source="powers2"> | |||
<label></label> | |||
</data> | |||
</group> | |||
<group layout="horizontal"> | |||
<header>Injuries</header> | |||
<data source="injuries1"> | |||
<label></label> | |||
</data> | |||
<data source="injuries2"> | |||
<label></label> | |||
</data> | |||
</group> | |||
</infobox> | </infobox> | ||
<noinclude> | <noinclude> | ||
Example usage:<pre> | Example usage:<pre> | ||
{{ | {{Battles | ||
|title1=Example | |title1=Example | ||
|image1=Example | |image1=Example | ||
| | |conflict=Example | ||
| | |stakes=Example | ||
| | |era=Example | ||
|time=Time | |||
|location=Location | |||
|side1=Side 1 in the conflict | |||
|side2=Side 2 in the conflict | |||
|powers1 = The powers used by side 1 | |||
|powers2 = The powers used by side 2 | |||
|injuries1 = Injuries recieved by side 1 | |||
|injuries2 = Injuries recieved by side 2 | |||
}} | }} | ||
</pre> | </pre> | ||
{{Documentation}} | |||
</noinclude> | </noinclude> |
Revision as of 19:48, 17 October 2018
Example usage:
{{Battles |title1=Example |image1=Example |conflict=Example |stakes=Example |era=Example |time=Time |location=Location |side1=Side 1 in the conflict |side2=Side 2 in the conflict |powers1 = The powers used by side 1 |powers2 = The powers used by side 2 |injuries1 = Injuries recieved by side 1 |injuries2 = Injuries recieved by side 2 }}
Template documentation
|
---|
Note: portions of the template sample may not be visible without values provided. |
View or edit this documentation. (About template documentation) |
Editors can experiment in this template's sandbox and test case pages. |