Template:Infobox weapon: Difference between revisions
label crosshair |
Infobox weapon with grenade as example |
||
Line 1: | Line 1: | ||
<includeonly><infobox> | <includeonly><infobox> | ||
<title source="name"><default>{{PAGENAME}}</default></title> | <title source="name"><default>{{PAGENAME}}</default></title> | ||
<image source=" | <image source="image"><caption source="caption"/></image> | ||
<image source="crosshair"><label>Crosshair</label></ | <image source="gameskin"></image> | ||
< | <data source="crosshair"> | ||
<label>Crosshair</label> | |||
</data> | |||
<data source="projectile"> | |||
<label>Projectile</label> | |||
</data> | |||
<data source="delay"> | <data source="delay"> | ||
<label>Fire delay</label> | <label>Fire delay</label> | ||
Line 19: | Line 24: | ||
<label>Disabled</label> | <label>Disabled</label> | ||
</data> | </data> | ||
</infobox></includeonly> | </infobox></includeonly><noinclude> | ||
<pre> | |||
{{Infobox weapon | |||
| image = Rocket arc.png | |||
| caption = Rocket arc | |||
| gameskin = {{Game.png|Grenade}} | |||
| crosshair = {{Game.png|Grenade crosshair}} | |||
| delay = 500 | |||
}} | |||
</pre> | |||
{{Infobox weapon | |||
| name = Grenade Launcher | |||
| image = Rocket-arc.png | |||
| caption = Rocket arc | |||
| gameskin = Grenade.png | |||
| crosshair = {{Game.png|Grenade crosshair}} | |||
| projectile = {{Game.png|Grenade projectile}} | |||
| delay = 500ms | |||
}} | |||
</noinclude> |
Revision as of 10:48, 20 August 2022
{{Infobox weapon | image = Rocket arc.png | caption = Rocket arc | gameskin = {{Game.png|Grenade}} | crosshair = {{Game.png|Grenade crosshair}} | delay = 500 }}