Template:WeaponInfobox/doc: Difference between revisions

From The World of Gotha
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
<div id="usage" style="background-color: transparent; width: 350px;">
<div id="usage" style="background-color: transparent; width: 350px;">
<pre><nowiki>{{</nowiki>WeaponInfobox
<pre><nowiki>{{</nowiki>WeaponInfobox
| name              =
| name              =  
| image              =
| image              =  
| image_size        =
| image_size        =  
| alt                =
| alt                =  
| caption            =
| caption            =  
| type              =
| type              =  
| origin            =
| origin            =  
<nowiki><!-- Production history --></nowiki>
<nowiki><!-- Production history --></nowiki>
| design_date        =
| design_date        =  
| manufacturer      =
| manufacturer      =  
| cost              =
| cost              =  
| production_dates  =
| production_dates  =  
| number            =
| number            =  
| variants          =
| variants          =  
<nowiki><!-- General specifications --></nowiki>
<nowiki><!-- General specifications --></nowiki>
| mass              =
| mass              =  
| length            =
| length            =  
| barrel_length      =
| barrel_length      =  
| width              =
| width              =  
| height            =
| height            =  
| diameter          =
| diameter          =  
| crew              =
| crew              =  
| passengers        =
| passengers        =  
<nowiki><!-- Ranged weapon specifications --></nowiki>
<nowiki><!-- Ranged weapon specifications --></nowiki>
| cartridge          =
| cartridge          =  
| caliber            =
| caliber            =  
| barrels            =
| barrels            =  
| action            =
| action            =  
| feed              =
| feed              =  
| rate              =
| rate              =  
| velocity          =
| velocity          =  
| muzzle_energy      =
| muzzle_energy      =  
| recoil_energy      =
| recoil_energy      =  
| range              =
| range              =  
| max_range          =
| max_range          =  
<nowiki><!-- Artillery weapon specification --></nowiki>
<nowiki><!-- Artillery weapon specification --></nowiki>
| shell              =
| shell              =  
| breech            =
| breech            =  
| carriage          =
| carriage          =  
| elevation          =
| elevation          =  
| carriage          =
| carriage          =  
<nowiki><!-- Bladed weapon specifications --></nowiki>
<nowiki><!-- Bladed weapon specifications --></nowiki>
| blade_type        =
| blade_type        =  
| hilt_type          =
| hilt_type          =  
| sheath_type        =
| sheath_type        =  
| head_type          =
| head_type          =  
| haft_type          =
| haft_type          =  
<nowiki><!-- Explosive specifications --></nowiki>
<nowiki><!-- Explosive specifications --></nowiki>
| filling            =
| filling            =  
| filling_weight    =
| filling_weight    =  
| detonation        =
| detonation        =  
| yield              =
| yield              =
<nowiki><!-- Vehicle/missile specifications --></nowiki>
| armour            =
| primary_armament  =
| secondary_armament =
| engine            =
| engine_power      =
| pw_ratio          =
| payload_capacity  =
| drive              =
| transmission      =
| suspension        =
| clearance          =
| fuel_capacity      =
| vehicle_range      =
| speed              =
| guidance          =
| steering          =  
<nowiki><!-- Features --></nowiki>
<nowiki><!-- Features --></nowiki>
| sights            =
| sights            =  
| modes              =
| modes              =  
| safety            =
| safety            =  
| material          =
| material          =  
| durability        =
| durability        =  
| accessories        =
| accessories        =  
| special_use        =
| special_use        =  
| features          =
| features          =  
| cultural_design    =
| cultural_design    =  
| notes              =
| notes              =  
|}
|}

Revision as of 06:05, 13 December 2024

This is a documentation subpage for Template:WeaponInfobox.
It may contain usage information, categories and other content that is not part of the original template page.

The {{WeaponInfobox}} is used to create an infobox for a weapon or weapon system.

Usage

To use the template, copy and paste the following at the top of the article. Then add the appropriate parameter values.

{{WeaponInfobox
| name               = 
| image              = 
| image_size         = 
| alt                = 
| caption            = 
| type               = 
| origin             = 
<!-- Production history -->
| design_date        = 
| manufacturer       = 
| cost               = 
| production_dates   = 
| number             = 
| variants           = 
<!-- General specifications -->
| mass               = 
| length             = 
| barrel_length      = 
| width              = 
| height             = 
| diameter           = 
| crew               = 
| passengers         = 
<!-- Ranged weapon specifications -->
| cartridge          = 
| caliber            = 
| barrels            = 
| action             = 
| feed               = 
| rate               = 
| velocity           = 
| muzzle_energy      = 
| recoil_energy      = 
| range              = 
| max_range          = 
<!-- Artillery weapon specification -->
| shell              = 
| breech             = 
| carriage           = 
| elevation          = 
| carriage           = 
<!-- Bladed weapon specifications -->
| blade_type         = 
| hilt_type          = 
| sheath_type        = 
| head_type          = 
| haft_type          = 
<!-- Explosive specifications -->
| filling            = 
| filling_weight     = 
| detonation         = 
| yield              = 
<!-- Vehicle/missile specifications -->
| armour             = 
| primary_armament   = 
| secondary_armament = 
| engine             = 
| engine_power       = 
| pw_ratio           = 
| payload_capacity   = 
| drive              =
| transmission       = 
| suspension         = 
| clearance          = 
| fuel_capacity      = 
| vehicle_range      = 
| speed              = 
| guidance           = 
| steering           = 
<!-- Features -->
| sights             = 
| modes              = 
| safety             = 
| material           = 
| durability         = 
| accessories        = 
| special_use        = 
| features           = 
| cultural_design    = 
| notes              = 
|}