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

Template:Guns: Difference between revisions

From Kaiju Paradise Official Wiki
miraheze-user->Ssmixx
mNo edit summary
miraheze-user->Ssmixx
mNo edit summary
 
Line 9: Line 9:
   <data source="damage">
   <data source="damage">
     <label>Damage</label>
     <label>Damage</label>
  </data>
    <data source="firerate">
    <label>Firerate</label>
   </data>
   </data>
   <data source="rounds">
   <data source="rounds">
Line 31: Line 34:


   | damage=Example
   | damage=Example
 
  | firerate=Example
    
    
   | rounds=Example
   | rounds=Example
Line 54: Line 59:
     },
     },
     "damage": {
     "damage": {
      "suggested": true
    },
    "firerate": {
       "suggested": true
       "suggested": true
     },
     },

Latest revision as of 21:59, 23 July 2024

Example usage:

{{Material

  | title1=Example

  | image1=Example

  | caption=Example

  | type=Example

  | damage=Example
  
  | firerate=Example
  
  | rounds=Example
  
  | effects=Example

}}

<templatedata> {

 "params": {
   "title1": {
     "suggested": true
   },
   "image1": {
     "suggested": true
   },
   "caption": {
     "suggested": true
   },
   "type": {
     "suggested": true
   },
   "damage": {
     "suggested": true
   },
   "firerate": {
     "suggested": true
   },
   "rounds": {
     "suggested": true
   },
   "effects": {
    "suggested": true
   }
 },
 "sets": [],
 "maps": {}

} </templatedata>