Template:Country: Difference between revisions

Flipagoin (talk | contribs)
Created page with "<includeonly> <infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <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> </includeonly> <noinclude> Example usage: {{Country | title1=Example | image1=Example.jpg | caption-im..."
 
Flipagoin (talk | contribs)
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<infobox>
<infobox>
   <title source="title1">
   <title source="title1">
Line 17: Line 16:
   </data>
   </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>
</noinclude>