|
|
Line 1: |
Line 1: |
| <infobox>
| | {{InfoboxName |
| <title source="name"><default>{{PAGENAME}}</default></title>
| | | name = Example name |
| <image source="image_skyline"><caption source="skyline_caption" /></image>
| | | image_skyline = Example.svg |
| <group collapse="closed">
| | | skyline_caption = First image |
| <header>Other media</header>
| | | image_flag = Example.jpg |
| <image source="image_flag"><caption source="flag_caption"><default>Flag</default></caption></image>
| | | flag_caption = Second image |
| <image source="image_seal"><caption source="seal_caption"><default>Seal</default></caption></image>
| | | image_seal = Example.jpeg |
| <audio source="anthem"><caption source="anthem_caption" /></audio>
| | | seal_caption = Third image |
| </group>
| | | anthem = Example.ogg |
| <group>
| | | anthem_caption = First audio |
| <header>Group1</header>
| | | data1 = First |
| <data source="data1"><format>'''Example:''' {{{data1}}}</format></data>
| | | data2 = Second |
| <data source="data2"><format>'''Example:''' {{{data2}}}</format></data>
| | | data3 = Third |
| <data source="data3"><format>'''Example:''' {{{data3}}}</format></data>
| | }} |
| </group>
| |
| </infobox>
| |