More actions
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 |
||
| Line 41: | Line 41: | ||
"description": "", | "description": "", | ||
"type": "string", | "type": "string", | ||
"required": | "required": true | ||
}, | }, | ||
"description": { | "description": { | ||
| Line 47: | Line 47: | ||
"description": "", | "description": "", | ||
"type": "string", | "type": "string", | ||
"required": | "required": true | ||
}, | }, | ||
"restrictions": { | "restrictions": { | ||
| Line 53: | Line 53: | ||
"description": "", | "description": "", | ||
"type": "string", | "type": "string", | ||
"required": | "required": true | ||
}, | }, | ||
"manufacturer": { | "manufacturer": { | ||
| Line 59: | Line 59: | ||
"description": "", | "description": "", | ||
"type": "string", | "type": "string", | ||
"required": | "required": true | ||
}, | }, | ||
"ammo": { | "ammo": { | ||
| Line 65: | Line 65: | ||
"description": "", | "description": "", | ||
"type": "string", | "type": "string", | ||
"required": | "required": true | ||
}, | }, | ||
"feed": { | "feed": { | ||
| Line 71: | Line 71: | ||
"description": "", | "description": "", | ||
"type": "string", | "type": "string", | ||
"required": | "required": true | ||
}, | }, | ||
"action": { | "action": { | ||
| Line 77: | Line 77: | ||
"description": "", | "description": "", | ||
"type": "string", | "type": "string", | ||
"required": | "required": true | ||
}, | }, | ||
"range": { | "range": { | ||
| Line 83: | Line 83: | ||
"description": "", | "description": "", | ||
"type": "string", | "type": "string", | ||
"required": | "required": true | ||
}, | }, | ||
"rpm": { | "rpm": { | ||
| Line 89: | Line 89: | ||
"description": "", | "description": "", | ||
"type": "string", | "type": "string", | ||
"required": | "required": true | ||
}, | |||
"image": { | |||
"label": "Image Filename", | |||
"description": "", | |||
"type": "string", | |||
"required": true | |||
} | } | ||
Revision as of 02:22, 10 December 2024
| {{{name}}} | |||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
[[File:{{{image}}}|300px|right]] | ||||||||||||||||
Template for weapon information
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Weapon Name | name | String | required | |
| Description | description | String | required | |
| Restrictions | restrictions | String | required | |
| Manufacturer | manufacturer | String | required | |
| Ammo & Ammo Types | ammo | String | required | |
| Feed System | feed | String | required | |
| Action | action | String | required | |
| Range | range | String | required | |
| RPM | rpm | String | required | |
| Image Filename | image | String | required | |