|
|
Line 12: |
Line 12: |
| |- | | |- |
| <!-- Faction --> | | <!-- Faction --> |
| {{#if:{{{faction|}}}| | | {{Infobox|entry|title={{{faction-title|Faction}}}|content={{{faction|}}}}} |
| {{!}} class="infoboxlabel" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}; width:100px" {{!}}
| |
| {{{faction-title|Faction}}}: | |
| {{!}} class="infoboxcell" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}" {{!}}
| |
| {{{faction}}}
| |
| }}
| |
| |-
| |
| <!-- Tier --> | | <!-- Tier --> |
| {{#if:{{{tier|}}}| | | {{Infobox|entry|title={{{tier-title|Weapon tier}}}|content={{{tier|}}}}} |
| {{!}} class="infoboxlabel" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}; width:100px" {{!}}
| |
| {{{tier-title|Weapon tier}}}: | |
| {{!}} class="infoboxcell" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}" {{!}}
| |
| {{{tier}}}
| |
| }}
| |
| |-
| |
| <!-- Role --> | | <!-- Role --> |
| {{#if:{{{class|}}}| | | {{Infobox|entry|title={{{class-title|Weapon class}}}|content={{{class|}}}}} |
| {{!}} class="infoboxlabel" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}; width:100px" {{!}}
| |
| {{{class-title|Weapon class}}}: | |
| {{!}} class="infoboxcell" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}" {{!}}
| |
| {{{class}}}
| |
| }}
| |
| |-
| |
| <!-- Type --> | | <!-- Type --> |
| {{#if:{{{type|}}}| | | {{Infobox|entry|title={{{type-title|Weapon type(s)}}}|content={{{type|}}}}} |
| {{!}} class="infoboxlabel" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}; width:100px" {{!}}
| |
| {{{type-title|Weapon type(s)}}}: | |
| {{!}} class="infoboxcell" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}" {{!}}
| |
| {{{type}}}
| |
| }}
| |
| |-
| |
| <!-- Firing mode --> | | <!-- Firing mode --> |
| {{#if:{{{mode|}}}| | | {{Infobox|entry|title={{{mode-title|Firing mode}}}|content={{{mode|}}}}} |
| {{!}} class="infoboxlabel" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}; width:100px" {{!}}
| |
| {{{mode-title|Firing mode}}}: | |
| {{!}} class="infoboxcell" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}" {{!}}
| |
| {{{mode}}}
| |
| }}
| |
| |-
| |
| <!-- Range --> | | <!-- Range --> |
| {{#if:{{{range|}}}| | | {{Infobox|entry|title={{{range-title|Effective range}}}|content={{{range|}}}}} |
| {{!}} class="infoboxlabel" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}; width:100px" {{!}}
| |
| {{{range-title|Effective range}}}: | |
| {{!}} class="infoboxcell" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}" {{!}}
| |
| {{{range}}}
| |
| }}
| |
| |-
| |
| <!-- Counterparts --> | | <!-- Counterparts --> |
| {{#if:{{{counterparts|}}}| | | {{Infobox|entry|title={{{counterparts-title|Counterparts}}}|content={{{counterparts|}}}}} |
| {{!}} class="infoboxlabel" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}; width:100px" {{!}}
| |
| {{{counterparts-title|Counterparts}}}: | |
| {{!}} class="infoboxcell" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}" {{!}}
| |
| {{{counterparts}}}
| |
| }}
| |
| |-
| |
| <!-- WEAPON STATISTICS --> | | <!-- WEAPON STATISTICS --> |
| {{#if:{{{hideb|}}}|| | | {{#if:{{{hideb|}}}|| |
Line 73: |
Line 31: |
| |- | | |- |
| <!-- Damage type --> | | <!-- Damage type --> |
| {{#if:{{{dmgtype|}}}| | | {{Infobox|entry|title={{{dmgtype-title|Damage type}}}|content={{{dmgtype|}}}}} |
| {{!}} class="infoboxlabel" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}; width:100px" {{!}}
| |
| {{{dmgtype-title|Damage type}}}: | |
| {{!}} class="infoboxcell" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}" {{!}}
| |
| {{{dmgtype}}}
| |
| }}
| |
| |-
| |
| <!-- Damage --> | | <!-- Damage --> |
| {{#if:{{{damage|}}}| | | {{Infobox|entry|title={{{damage-title|Damage}}}|content={{{damage|}}}}} |
| {{!}} class="infoboxlabel" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}; width:100px" {{!}}
| |
| {{{damage-title|Damage}}}: | |
| {{!}} class="infoboxcell" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}" {{!}}
| |
| {{{damage}}}
| |
| }}
| |
| |-
| |
| <!-- Splash damage --> | | <!-- Splash damage --> |
| {{#if:{{{aoedamage|}}}| | | {{Infobox|entry|title={{{aoedamage-title|Splash damage}}}|content={{{aoedamage|}}}}} |
| {{!}} class="infoboxlabel" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}; width:100px" {{!}}
| |
| {{{aoedamage-title|Splash damage}}}: | |
| {{!}} class="infoboxcell" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}" {{!}}
| |
| {{{aoedamage}}}
| |
| }}
| |
| |-
| |
| <!-- Splash radius --> | | <!-- Splash radius --> |
| {{#if:{{{aoeradius|}}}| | | {{Infobox|entry|title={{{aoeradius-title|Splash radius}}}|content={{{aoeradius|}}}}} |
| {{!}} class="infoboxlabel" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}; width:100px" {{!}}
| |
| {{{aoeradius-title|Splash radius}}}: | |
| {{!}} class="infoboxcell" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}" {{!}}
| |
| {{{aoeradius}}}
| |
| }}
| |
| |-
| |
| <!-- Projectile speed --> | | <!-- Projectile speed --> |
| {{#if:{{{projspeed|}}}| | | {{Infobox|entry|title={{{projspeed-title|Projectile speed}}}|content={{{projspeed|}}}}} |
| {{!}} class="infoboxlabel" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}; width:100px" {{!}}
| |
| {{{projspeed-title|Projectile speed}}}: | |
| {{!}} class="infoboxcell" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}" {{!}}
| |
| {{{projspeed}}}
| |
| }}
| |
| |-
| |
| <!-- Max range --> | | <!-- Max range --> |
| {{#if:{{{maxrange|}}}| | | {{Infobox|entry|title={{{maxrange-title|Max range}}}|content={{{maxrange|}}}}} |
| {{!}} class="infoboxlabel" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}; width:100px" {{!}}
| |
| {{{maxrange-title|Max range}}}: | |
| {{!}} class="infoboxcell" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}" {{!}}
| |
| {{{maxrange}}}
| |
| }}
| |
| |-
| |
| <!-- Rate of fire --> | | <!-- Rate of fire --> |
| {{#if:{{{rof|}}}| | | {{Infobox|entry|title={{{rof-title|Rate of fire}}}|content={{{rof|}}}}} |
| {{!}} class="infoboxlabel" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}; width:100px" {{!}}
| |
| {{{rof-title|Rate of fire}}}: | |
| {{!}} class="infoboxcell" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}" {{!}}
| |
| {{{rof}}}
| |
| }}
| |
| |-
| |
| <!-- Accuracy --> | | <!-- Accuracy --> |
| {{#if:{{{accuracy|}}}| | | {{Infobox|entry|title={{{accuracy-title|Accuracy}}}|content={{{accuracy|}}}}} |
| {{!}} class="infoboxlabel" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}; width:100px" {{!}}
| |
| {{{accuracy-title|Accuracy}}}: | |
| {{!}} class="infoboxcell" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}" {{!}}
| |
| {{{accuracy}}}
| |
| }}
| |
| |-
| |
| <!-- Spread --> | | <!-- Spread --> |
| {{#if:{{{spread|}}}| | | {{Infobox|entry|title={{{spread-title|Spread}}}|content={{{spread|}}}}} |
| {{!}} class="infoboxlabel" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}; width:100px" {{!}}
| |
| {{{spread-title|Spread}}}: | |
| {{!}} class="infoboxcell" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}" {{!}}
| |
| {{{spread}}}
| |
| }}
| |
| |-
| |
| <!-- Recoil --> | | <!-- Recoil --> |
| {{#if:{{{recoil|}}}| | | {{Infobox|entry|title={{{recoil-title|Recoil}}}|content={{{recoil|}}}}} |
| {{!}} class="infoboxlabel" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}; width:100px" {{!}}
| |
| {{{recoil-title|Recoil}}}: | |
| {{!}} class="infoboxcell" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}" {{!}}
| |
| {{{recoil}}}
| |
| }}
| |
| |-
| |
| <!-- Magazine size --> | | <!-- Magazine size --> |
| {{#if:{{{mag|}}}| | | {{Infobox|entry|title={{{mag-title|Magazine size}}}|content={{{mag|}}}}} |
| {{!}} class="infoboxlabel" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}; width:100px" {{!}}
| |
| {{{mag-title|Magazine size}}}: | |
| {{!}} class="infoboxcell" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}" {{!}}
| |
| {{{mag}}}
| |
| }}
| |
| |-
| |
| <!-- Max ammo capacity --> | | <!-- Max ammo capacity --> |
| {{#if:{{{maxammo|}}}| | | {{Infobox|entry|title={{{maxammo-title|Reserve ammo capacity}}}|content={{{maxammo|}}}}} |
| {{!}} class="infoboxlabel" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}; width:100px" {{!}}
| |
| {{{maxammo-title|Reserve ammo capacity}}}: | |
| {{!}} class="infoboxcell" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}" {{!}}
| |
| {{{maxammo}}}
| |
| }}
| |
| |-
| |
| <!-- Heat per shot --> | | <!-- Heat per shot --> |
| {{#if:{{{heat|}}}| | | {{Infobox|entry|title={{{heat-title|Heat per shot}}}|content={{{heat|}}}}} |
| {{!}} class="infoboxlabel" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}; width:100px" {{!}}
| |
| {{{heat-title|Heat per shot}}}: | |
| {{!}} class="infoboxcell" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}" {{!}}
| |
| {{{heat}}}
| |
| }}
| |
| |-
| |
| <!-- Shots per battery --> | | <!-- Shots per battery --> |
| {{#if:{{{battery|}}}| | | {{Infobox|entry|title={{{battery-title|Shots per battery}}}|content={{{battery|}}}}} |
| {{!}} class="infoboxlabel" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}; width:100px" {{!}}
| |
| {{{battery-title|Shots per battery}}}: | |
| {{!}} class="infoboxcell" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}" {{!}}
| |
| {{{battery}}}
| |
| }}
| |
| |-
| |
| <!-- Zoom --> | | <!-- Zoom --> |
| {{#if:{{{zoom|}}}| | | {{Infobox|entry|title={{{zoom-title|Zoom}}}|content={{{zoom|}}}}} |
| {{!}} class="infoboxlabel" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}; width:100px" {{!}}
| |
| {{{zoom-title|Zoom}}}: | |
| {{!}} class="infoboxcell" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}" {{!}}
| |
| {{{zoom}}}
| |
| }}
| |
| |-
| |
| <!-- Tag Name --> | | <!-- Tag Name --> |
| {{#if:{{{tagname|}}}| | | {{Infobox|entry|title={{{tagname-title|Tag name}}}|content={{{tagname|}}}}} |
| {{!}} class="infoboxlabel" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}; width:100px" {{!}}
| |
| {{{tagname-title|Tag name}}}: | |
| {{!}} class="infoboxcell" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}" {{!}}
| |
| {{{tagname}}}
| |
| }}
| |
| |-
| |
| <!-- WEAPON VARIANTS --> | | <!-- WEAPON VARIANTS --> |
| {{#if:{{{hidec|}}}|| | | {{#if:{{{hidec|}}}|| |
Line 206: |
Line 68: |
| |- | | |- |
| <!-- General variants --> | | <!-- General variants --> |
| {{#if:{{{generalvariants|}}}| | | {{Infobox|entry|title={{{generalvariants-title|Base variant(s)}}}|content={{{generalvariants|}}}}} |
| {{!}} class="infoboxlabel" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}; width:100px" {{!}}
| |
| {{{generalvariants-title|Base variant(s)}}}: | |
| {{!}} class="infoboxcell" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}" {{!}}
| |
| {{{generalvariants}}}
| |
| }}
| |
| |-
| |
| <!-- Halo Online variants --> | | <!-- Halo Online variants --> |
| {{#if:{{{hovariants|}}}| | | {{Infobox|entry|title={{{hovariants-title|''Halo Online'' variant(s)}}}|content={{{hovariants|}}}}} |
| {{!}} class="infoboxlabel" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}; width:100px" {{!}}
| |
| {{{hovariants-title|''Halo Online'' variant(s)}}}: | |
| {{!}} class="infoboxcell" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}" {{!}}
| |
| {{{hovariants}}}
| |
| }}
| |
| |-
| |
| <!-- Halo 5: Guardians REQ variants --> | | <!-- Halo 5: Guardians REQ variants --> |
| {{#if:{{{h5reqvariants|}}}| | | {{Infobox|entry|title={{{h5reqvariants-title|''Halo 5'' REQ variant(s)}}}|content={{{h5reqvariants|}}}}} |
| {{!}} class="infoboxlabel" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}; width:100px" {{!}}
| |
| {{{h5reqvariants-title|''Halo 5'' REQ variant(s)}}}: | |
| {{!}} class="infoboxcell" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}" {{!}}
| |
| {{{h5reqvariants}}}
| |
| }}
| |
| |-
| |
| <!-- Halo Infinite variants --> | | <!-- Halo Infinite variants --> |
| {{#if:{{{hinfvariants|}}}| | | {{Infobox|entry|title={{{hinfvariants-title|''Halo Infinite'' variant(s)}}}|content={{{hinfvariants|}}}}} |
| {{!}} class="infoboxlabel" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}; width:100px" {{!}}
| |
| {{{hinfvariants-title|''Halo Infinite'' variant(s)}}}: | |
| {{!}} class="infoboxcell" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}" {{!}}
| |
| {{{hinfvariants}}}
| |
| }}
| |
| |-
| |
| <!-- Scope options --> | | <!-- Scope options --> |
| {{#if:{{{scopes|}}}| | | {{Infobox|entry|title={{{scopes-title|Scope options}}}|content={{{scopes|}}}}} |
| {{!}} class="infoboxlabel" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}; width:100px" {{!}}
| |
| {{{scopes-title|Scope options}}}: | |
| {{!}} class="infoboxcell" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}" {{!}}
| |
| {{{scopes}}}
| |
| }}
| |
| |-
| |
| <!-- Other attachments --> | | <!-- Other attachments --> |
| {{#if:{{{attachments|}}}| | | {{Infobox|entry|title={{{attachments-title|Attachments}}}|content={{{attachments|}}}}} |
| {{!}} class="infoboxlabel" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}; width:100px" {{!}}
| |
| {{{attachments-title|Attachments}}}: | |
| {{!}} class="infoboxcell" style="background:{{{fieldBG|#F0F0F0}}}; border-color:{{{lineBG|#999}}}" {{!}}
| |
| {{{attachments}}}
| |
| }}
| |
| |-
| |
| {{Infobox|end}}{{pagetitle|{{{pagename|{{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}}}} - {{{pagelabel|Weapon {{#ifeq:{{SUBPAGENAME}}|Silver|(Silver Timeline)}}}}}}}</includeonly><noinclude>{{Doc/Template}} [[Category:Infobox templates]]</noinclude> | | {{Infobox|end}}{{pagetitle|{{{pagename|{{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}}}} - {{{pagelabel|Weapon {{#ifeq:{{SUBPAGENAME}}|Silver|(Silver Timeline)}}}}}}}</includeonly><noinclude>{{Doc/Template}} [[Category:Infobox templates]]</noinclude> |