Difference between revisions of "Template:Infobox/Queen"
From Machina Main Cluster Official Wiki
Line 1: | Line 1: | ||
− | <infobox | + | <table class="infobox"> |
− | < | + | <caption class="infobox-title">{{{title}}}</caption> |
− | < | + | <tr><td class="infobox-above" colspan="2">{{{above}}}</td></tr> |
− | </ | + | <tr><td class="infobox-subheader" colspan="2">{{{subheader}}}</td></tr> |
− | < | + | <tr><td class="infobox-image" colspan="2">{{{image}}}</td></tr> |
− | </infobox> | + | <tr><td class="infobox-caption" colspan="2">{{{caption}}}</td></tr> |
+ | <tr><td class="infobox-header" colspan="2">{{{header}}}</td></tr> | ||
+ | <tr> | ||
+ | <th class="infobox-label">{{{label}}}</th> | ||
+ | <td class="infobox-data">{{{data}}}</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td class="infobox-data-full" colspan="2">{{{data2}}}</td> | ||
+ | </tr> | ||
+ | ... repeat for N rows | ||
+ | <tr> | ||
+ | <td class="infobox-below" colspan="2">{{{below}}}</td> | ||
+ | </tr> | ||
+ | </table> |
Revision as of 22:08, 22 August 2021
... repeat for N rows
{{{above}}} | |
{{{subheader}}} | |
{{{image}}} | |
{{{caption}}} | |
{{{header}}} | |
{{{label}}} | {{{data}}} |
---|---|
{{{data2}}} | |
{{{below}}} |