Template:BerryTable: Difference between revisions

From Pokemon Revolution Online Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
Line 8: Line 8:
<tr style="background-color: {{#var:cell}}; color: {{#var:border}}; font-weight: bold; border: 1px solid {{#var:border}};">
<tr style="background-color: {{#var:cell}}; color: {{#var:border}}; font-weight: bold; border: 1px solid {{#var:border}};">
<th colspan="2" style="border-top-left-radius: 25px; border: 1px solid {{#var:border}};">Berry</th>
<th colspan="2" style="border-top-left-radius: 25px; border: 1px solid {{#var:border}};">Berry</th>
<th style="border: 1px solid {{#var:border}}; width: 14%;">Tree</th>
<th style="border: 1px solid {{#var:border}}; width: 7%;">Tree</th>
<th style="border-top-right-radius: 25px; border: 1px solid {{#var:border}}; width: 66%;">Description</th>
<th style="border-top-right-radius: 25px; border: 1px solid {{#var:border}}; width: 66%;">Function</th>
</tr>
</tr>
{{{Contents|}}}
{{{Contents|}}}
</table>
</table>
</includeonly>
</includeonly>

Latest revision as of 22:44, 21 February 2017

This is used to tabulate data for berries; as such, it is principally used on the namesake page in Berries to give a descriptive overview over all berry functions.

Use this in conjunction with Template:BerryRow as an argument to {{{Contents}}}.