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 |
||
(One intermediate revision by the same user not shown) | |||
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"> | ||
<label>Rounds</label> | <label>Rounds</label> | ||
</data> | |||
<data source="effects"> | |||
<label>Effects</label> | |||
</data> | </data> | ||
</infobox> | </infobox> | ||
Line 28: | Line 34: | ||
| damage=Example | | damage=Example | ||
| firerate=Example | |||
| rounds=Example | | rounds=Example | ||
| effects=Example | |||
}} | }} | ||
Line 49: | Line 59: | ||
}, | }, | ||
"damage": { | "damage": { | ||
"suggested": true | |||
}, | |||
"firerate": { | |||
"suggested": true | "suggested": true | ||
}, | }, | ||
"rounds": { | "rounds": { | ||
"suggested": true | "suggested": true | ||
}, | |||
"effects": { | |||
"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>