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..."
 
miraheze-user->Googol101
No edit summary
 
(3 intermediate revisions by 2 users not shown)
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 7: Line 7:
     <label>Hazards?</label>
     <label>Hazards?</label>
   </data>
   </data>
   <data source="gootraxavailable">
   <data source="raytraxavailable">
     <label>Gootraxians</label>
     <label>Raytraxians</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 24: Line 25:
   | hazard=Example
   | hazard=Example


   | gootraxavailable=Example
   | raytraxavailable=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
},
"title2": {
"suggested": true
},
"raytraxavailable": {
"suggested": true
}
},
"sets": [],
"paramOrder": [
"name",
"image1",
"caption-image1",
"hazard",
"raytraxavailable",
"title2"
]
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Latest revision as of 03:40, 4 July 2025

Example usage:

{{Locations

  | name=Example

  | image1=Example

  | caption-image1=Example

  | hazard=Example

  | raytraxavailable=Example

  | title2=Example

}}

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