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 Created page with "<infobox> <title source="title1"/> <image source="image1"> <caption source="caption"/> </image> <data source="type"> <label>Type</label> </data> <data source="damage"> <label>Damage</label> </data> <data source="rounds"> <label>Rounds</label> </data> </infobox> <noinclude> Example usage: <pre> {{Material | title1=Example | image1=Example | caption=Example | type=Example | damage=Example | rounds=Example }} </pre> <te..." |
miraheze-user->Ssmixx mNo edit summary |
||
| Line 12: | Line 12: | ||
<data source="rounds"> | <data source="rounds"> | ||
<label>Rounds</label> | <label>Rounds</label> | ||
</data> | |||
<data source="effects"> | |||
<label>Effects</label> | |||
</data> | </data> | ||
</infobox> | </infobox> | ||
| Line 30: | Line 33: | ||
| rounds=Example | | rounds=Example | ||
| effects=Example | |||
}} | }} | ||
| Line 53: | Line 58: | ||
"rounds": { | "rounds": { | ||
"suggested": true | "suggested": true | ||
}, | |||
"effects": { | |||
"suggested": true | |||
} | } | ||
}, | }, | ||
Revision as of 21:56, 23 July 2024
Example usage:
{{Material
| title1=Example
| image1=Example
| caption=Example
| type=Example
| damage=Example
| rounds=Example
| effects=Example
}}
<templatedata> {
"params": {
"title1": {
"suggested": true
},
"image1": {
"suggested": true
},
"caption": {
"suggested": true
},
"type": {
"suggested": true
},
"damage": {
"suggested": true
},
"rounds": {
"suggested": true
},
"effects": {
"suggested": true
}
},
"sets": [],
"maps": {}
} </templatedata>
