Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:WeaponBox: Difference between revisions

Template page
Created page with "{| class="wikitable" style="width: 100%;" |- ! colspan="2" style="text-align: center; font-size: 150%;" | {{{name}}} |- | style="vertical-align: top;" | {| class="wikitable" style="width: 100%;" |- ! Description | {{{description}}} |- ! Restrictions | {{{restrictions}}} |- ! Manufacturer | {{{manufacturer}}} |- ! Ammo & Ammo Types | {{{ammo}}} |- ! Feed System | {{{feed}}} |- ! Action | {{{action}}} |- ! Range | {{{range}}} |- ! Rate of Fire (RPM) | {{{rpm}}} |} | File..."
 
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 14: Line 14:
! Manufacturer
! Manufacturer
| {{{manufacturer}}}
| {{{manufacturer}}}
|-
! Length / Barrel Length
| {{{length}}}
|-
|-
! Ammo & Ammo Types
! Ammo & Ammo Types
Line 41: Line 44:
             "description": "",
             "description": "",
             "type": "string",
             "type": "string",
             "required": false
             "required": true
         },
         },
         "description": {
         "description": {
Line 47: Line 50:
             "description": "",
             "description": "",
             "type": "string",
             "type": "string",
             "required": false
             "required": true
         },
         },
         "restrictions": {
         "restrictions": {
Line 53: Line 56:
             "description": "",
             "description": "",
             "type": "string",
             "type": "string",
             "required": false
             "required": true
         },
         },
         "manufacturer": {
         "manufacturer": {
Line 59: Line 62:
             "description": "",
             "description": "",
             "type": "string",
             "type": "string",
             "required": false
             "required": true
        },
        "length": {
            "label": "Length / Barrel Length",
            "description": "",
            "type": "string",
            "required": true
         },
         },
         "ammo": {
         "ammo": {
Line 65: Line 74:
             "description": "",
             "description": "",
             "type": "string",
             "type": "string",
             "required": false
             "required": true
         },
         },
         "feed": {
         "feed": {
Line 71: Line 80:
             "description": "",
             "description": "",
             "type": "string",
             "type": "string",
             "required": false
             "required": true
         },
         },
         "action": {
         "action": {
Line 77: Line 86:
             "description": "",
             "description": "",
             "type": "string",
             "type": "string",
             "required": false
             "required": true
         },
         },
         "range": {
         "range": {
Line 83: Line 92:
             "description": "",
             "description": "",
             "type": "string",
             "type": "string",
             "required": false
             "required": true
         },
         },
         "rpm": {
         "rpm": {
Line 89: Line 98:
             "description": "",
             "description": "",
             "type": "string",
             "type": "string",
             "required": false
             "required": true
        },
        "image": {
            "label": "Image Filename",
            "description": "",
            "type": "string",
            "required": true
         }
         }



Latest revision as of 02:52, 10 December 2024

{{{name}}}
Description {{{description}}}
Restrictions {{{restrictions}}}
Manufacturer {{{manufacturer}}}
Length / Barrel Length {{{length}}}
Ammo & Ammo Types {{{ammo}}}
Feed System {{{feed}}}
Action {{{action}}}
Range {{{range}}}
Rate of Fire (RPM) {{{rpm}}}
[[File:{{{image}}}|300px|right]]

Template for weapon information

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Weapon Namename

Stringrequired
Descriptiondescription

Stringrequired
Restrictionsrestrictions

Stringrequired
Manufacturermanufacturer

Stringrequired
Length / Barrel Lengthlength

Stringrequired
Ammo & Ammo Typesammo

Stringrequired
Feed Systemfeed

Stringrequired
Actionaction

Stringrequired
Rangerange

Stringrequired
RPMrpm

Stringrequired
Image Filenameimage

Stringrequired