| Line 1: |
Line 1: |
| − | <infobox layout="stacked"> | + | <table class="infobox"> |
| − | <title source="name"> | + | <caption class="infobox-title">{{{title}}}</caption> |
| − | <default>{{PAGENAME}}</default> | + | <tr><td class="infobox-above" colspan="2">{{{above}}}</td></tr> |
| − | </title> | + | <tr><td class="infobox-subheader" colspan="2">{{{subheader}}}</td></tr> |
| − | <image source="image" /> | + | <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> |