34 lines
459 B
Markdown
34 lines
459 B
Markdown
<infobox>
|
||
|
||
<title source="title1">
|
||
|
||
<default>
|
||
|
||
</default>
|
||
|
||
</title>
|
||
|
||
` `<image source="image1">
|
||
` `
|
||
|
||
<caption source="caption1"/>
|
||
|
||
` `</image>
|
||
` `<data source="row1">
|
||
` `<label>`Label`</label>
|
||
` `</data>
|
||
` `<data source="row2">
|
||
` `<label>`Label`</label>
|
||
` `</data>
|
||
|
||
</infobox> <noinclude> Example usage:
|
||
|
||
{{Ideology
|
||
|title1=Example
|
||
|image1=Example
|
||
|caption1=Example
|
||
|row1=Example
|
||
|row2=Example
|
||
}}
|
||
|
||
</noinclude> |