This is a mirror host of the KP Official Wiki on Miraheze. We dont actually mirror we host the same content

Template:Locations: Difference between revisions

From Kaiju Paradise Official Wiki
Created page with "<infobox> <title source="title1"/> <image source="image1"> <caption source="caption-image1"/> </image> <data source="hazard"> <label>Hazards?</label> </data> <data source="gootraxavailable"> <label>Gootraxians</label> </data> </infobox> <noinclude> Example usage: <pre> {{Locations | title1=Example | image1=Example | caption-image1=Example | hazard=Example | gootraxavailable=Example }} </pre> <templatedata> {"params":{"title1":{"s..."
 
No edit summary
Line 1: Line 1:
<infobox>
<infobox>
   <title source="title1"/>
   <title source="name"/>
   <image source="image1">
   <image source="image1">
     <caption source="caption-image1"/>
     <caption source="caption-image1"/>
Line 10: Line 10:
     <label>Gootraxians</label>
     <label>Gootraxians</label>
   </data>
   </data>
  <title source="title2"/>
</infobox>
</infobox>
<noinclude>
<noinclude>
Line 16: Line 17:
{{Locations
{{Locations


   | title1=Example
   | name=Example


   | image1=Example
   | image1=Example
Line 25: Line 26:


   | gootraxavailable=Example
   | gootraxavailable=Example
  | title2=Example


}}
}}
</pre>
</pre>
<templatedata>
<templatedata>
{"params":{"title1":{"suggested":true},"image1":{"suggested":true},"caption-image1":{"suggested":true},"hazard":{"suggested":true},"gootraxavailable":{"suggested":true}},"sets":[],"maps":{}}
{"params":{"name":{"suggested":true},"image1":{"suggested":true},"caption-image1":{"suggested":true},"hazard":{"suggested":true},"gootraxavailable":{"suggested":true},"title2":{"suggested":true}},"sets":[],"maps":{}}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Revision as of 11:02, 21 June 2023

Example usage:

{{Locations

  | name=Example

  | image1=Example

  | caption-image1=Example

  | hazard=Example

  | gootraxavailable=Example

  | title2=Example

}}

<templatedata> {"params":{"name":{"suggested":true},"image1":{"suggested":true},"caption-image1":{"suggested":true},"hazard":{"suggested":true},"gootraxavailable":{"suggested":true},"title2":{"suggested":true}},"sets":[],"maps":{}} </templatedata>