Difference between revisions of "Template:Weapon infobox"

From Valve Cut Content
Jump to: navigation, search
(if statements 6)
(fix condition)
Line 57: Line 57:
 
| data27 = {{#if: {{{wmodel_name}}} | {{{wmodel_name}}} |}}
 
| data27 = {{#if: {{{wmodel_name}}} | {{{wmodel_name}}} |}}
 
| label28 = {{#if: {{{ammo_type}}} | Weapon Entity(s) |}}
 
| label28 = {{#if: {{{ammo_type}}} | Weapon Entity(s) |}}
| data28 = {{#if: {{{weapon_ent_info}}} | weapon_ent_info |}}
+
| data28 = {{#if: {{{weapon_ent_info}}} | {{{weapon_ent_info}}} |}}
 
| label29 = {{#if: {{{ammo_type}}} | Ammo Entity(s) |}}
 
| label29 = {{#if: {{{ammo_type}}} | Ammo Entity(s) |}}
| data29 = {{#if: {{{ammo_ent_info}}} | ammo_ent_info |}}
+
| data29 = {{#if: {{{ammo_ent_info}}} | {{{ammo_ent_info}}} |}}
 
| label30 = {{#if: {{{ammo_type}}} | Ammo Type |}}
 
| label30 = {{#if: {{{ammo_type}}} | Ammo Type |}}
 
| data30 = {{#if: {{{ammo_type}}} | {{{ammo_type}}} |}}
 
| data30 = {{#if: {{{ammo_type}}} | {{{ammo_type}}} |}}

Revision as of 19:44, 21 November 2018

Weapon infobox
Basic Information
Name {{{name}}}
Faction {{{faction}}}
Origin {{{origin}}}
Usage {{{ugroup1}}}
Technical Specifications
Fire Rate {{{fire_rate}}}
Damage {{{damage}}}
Accuracy {{{accuracy}}}
Fire Mode {{{firemode}}}
Recoil {{{recoil}}}
Ammo Type {{{ammo_type}}}
Clip Size {{{clipsize}}}
Max. Clips (including active) clips
Ammo on weapon pickup {{{faction}}}
Ammo on ammopack pickup {{{origin}}}
Technical Specifications (Altfire)
Fire Rate {{{fire_rate2}}}
Damage {{{damage2}}}
Accuracy {{{accuracy2}}}
Fire Mode {{{firemode2}}}
Recoil {{{recoil2}}}
Ammo Type {{{ammo_type2}}}
Clip Size {{{clipsize2}}}
Game Information
View Model {{{vmodel_name}}}
World Model {{{wmodel_name}}}
Weapon Entity(s) {{{weapon_ent_info}}}
Ammo Entity(s) {{{ammo_ent_info}}}
Ammo Type {{{ammo_type}}}

Example usage:

{{Weapon infobox
|title1=Example<!-- Article title -->
|image1=Example<!-- Viewmodel front -->
|caption1=Viewmodel front
|image2=Example<!-- Viewmodel side-->
|caption2=Viewmodel side
|image3=Example<!-- Worldmodel -->
|caption3=Worldmodel
<!--- Basic Information --->
|name=Example <!-- technical name -->
|faction=Example <!---(combine, rebels, conscripts, etc)--->
|origin=Example <!---What faction it originates from--->
<!--- Technical specifications --->
|alt_fire= <!---(Yes/No) "is there altfire?"--->
|fire_rate=
|damage= <!--- Enter like this: 
*100 (To you)
*20 (To enemies)
--->
|accuracy= <!---(aka spread)--->
|range= <!-- Maximum range of the weapon, in HU. Generally intended for melee weapons. -->
|firemode= <!---(i.e. full-auto; semi-auto; burst-fire)--->
|recoil=
|clipsize= 
|clips= <!---(max qty of clips, including "active" one)--->
|ammo_on_wpickup= <!---(when you pick this weapon up how much ammo do you get)--->
|ammo_on_apickup= <!---(when you pick an ammopack (if applicable) up how much ammo do you get)--->
|ammo_on_apickuplrg= <!---How much ammo is gained when a large ammopack for this is picked up--->
<!--- Technical specifications for ALTFIRE--->
|fire_rate2=
|damage2=
|accuracy2=
|range2=
|firemode2=
|recoil2=
|clipsize2= 
|clips2=
|ammo_on_apickup2= <!---(when you pick an ammopack (for the altfire!) up how much ammo do you get)--->
<!--- Usage --->
|ugroup1= <!---Who uses the weapon?, in "normal" circumstances? Enter like this: (bulleted list)
*combine
*monkey boy
*shit on my floor
*god damn it
--->
<!--- Game Info --->
|vmodel_name=Example <!---(the .mdl file; view model)--->
|wmodel_name=Example <!---(the .mdl file; world model)--->
|weapon_ent_info=<!---The weapon's entity name in hammer--->
|ammo_ent_info=<!---Entities related to the weapon's ammo; Enter like this: (bulleted list)
*item_ammo_ar2<br>(ammo entity)
*item_ammo_ar2_large<br>(ammo entity, large)
*item_ammo_ar2_altfire<br>(ball ammo entity)
If there's only one ammo entity, just put that one without any bulleting.--->
|ammo_type=<!---What type of "leak-era" ammo it uses. Buckshot, Medium round, Small round, Sniper round, etc.--->
}}