Test Infobox: Difference between revisions
Jump to navigation
Jump to search
Deathstrike (talk | contribs) Created page with "{{infobox character | title = Flowa | image = Example.jpg | imagecaption = Flowa, at rest | position = Legal Secretary | age = 2 months | status = Active | height = 5 inches | weight = 20 grams }}" |
Deathstrike (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
{{ | <infobox> | ||
<title source="title"> | |||
<default>{{PAGENAME}}</default> | |||
</title> | |||
<panel> | |||
<section> | |||
<label>Panel 1</label> | |||
<data source="parameter-1"> | |||
<label>Label 1</label></data> | |||
<data source="parameter-2"> | |||
<label>Label 2</label></data> | |||
</section> | |||
<section> | |||
<label>Panel 2</label> | |||
<data source="parameter-3"> | |||
<label>Label 3</label></data> | |||
<data source="parameter-4"> | |||
<label>Label 4</label></data> | |||
<group> | |||
<header>Header</header> | |||
<data source="parameter-5"> | |||
<label>Label 5</label></data> | |||
<data source="parameter-6"> | |||
<label>Label 6</label></data> | |||
</group> | |||
</section> | |||
</panel> | |||
</infobox> | |||
Revision as of 12:27, 31 January 2023
<infobox>
<title source="title">
<default>Test Infobox</default>
</title>
<panel>
<section>
<label>Panel 1</label>
<label>Label 1</label>
<label>Label 2</label>
</section>
<section>
<label>Panel 2</label>
<label>Label 3</label>
<label>Label 4</label>
<group>
<header>Header</header>
<label>Label 5</label>
<label>Label 6</label>
</group>
</section>
</panel>
</infobox>