|
|
Line 1: |
Line 1: |
| <includeonly>
| | <infobox layout="stacked"> |
| <infobox> | | <title source="name"> |
| <title source="title1"> | |
| <default>{{PAGENAME}}</default> | | <default>{{PAGENAME}}</default> |
| </title> | | </title> |
| <image source="image1"> | | <image source="image" /> |
| <caption source="caption-image1"/>
| |
| </image>
| |
| <data source="location">
| |
| <label>Location</label>
| |
| </data>
| |
| <data source="gender">
| |
| <label>Gender</label>
| |
| </data>
| |
| <data source="flag">
| |
| <label>Flag</label>
| |
| </data>
| |
| </infobox> | | </infobox> |
| </includeonly>
| |
| <noinclude>
| |
| Example usage:
| |
| {{Country
| |
| | title1=Example
| |
| | image1=Example.jpg
| |
| | caption-image1=Example
| |
| | location=Example
| |
| | gender=Example
| |
| | flag=Example}}
| |
| <pre>
| |
| {{Country
| |
| | title1=Example
| |
| | image1=Example.jpg
| |
| | caption-image1=Example
| |
| | location=Example
| |
| | gender=Example
| |
| | flag=Example}}
| |
| </pre>
| |
| <templatedata>
| |
| {"params":{"title1":{"suggested":true},"image1":{"suggested":true},"caption-image1":{"suggested":true},"location":{"suggested":true},"gender":{"suggested":true},"flag":{"suggested":true}},"sets":[],"maps":{}}
| |
| </templatedata>
| |
Revision as of 18:01, 21 January 2025
<infobox layout="stacked">
<title source="name">
<default>Country</default>
</title>
<image source="image" />
</infobox>