Template:DeviceInfoBox: Difference between revisions

From Night Vision Wiki
No edit summary
No edit summary
Line 2: Line 2:
<templatedata>
<templatedata>
{
{
"description": "Info box for a device {{subst:CURRENTYEAR}}",
"description": "Info box for a device",
"params": {
"params": {
"name": {
"name": {
Line 10: Line 10:
"suggested": true,
"suggested": true,
"example": "AN/PVS-14",
"example": "AN/PVS-14",
"type": "string",
"type": "string"
                        "autovalue": "{{subst:CURRENTYEAR}}"
},
},
"manufacturer": {
"manufacturer": {
Line 67: Line 66:
"suggested": true
"suggested": true
},
},
"format": {},
"format": {
"fov-ver": {},
"label": "Tube Format",
"fov-hor": {},
"description": "Image intensifier format used by the device",
"mount": {},
"example": "MX-10160",
"objectives": {},
"type": "string",
"eyepieces": {},
"required": true,
"weight": {}
"suggested": true
},
"fov-ver": {
"label": "Vertical Field of View",
"description": "The vertical field of view produced by the device",
"example": "40",
"type": "number",
"suggested": true,
"required": true
},
"fov-hor": {
"label": "Horizontal Field of View",
"description": "The horizontal field of view produced by the device",
"example": "40",
"type": "number",
"suggested": true,
"required": true
},
"mount": {
"label": "Mount",
"description": "The type of mount compatible to the device",
"example": "Dovetail",
"type": "string",
"suggested": true
},
"objectives": {
"label": "Objectives",
"description": "The type of objectives used by the device",
"example": "ANVIS-threaded",
"required": true,
"suggested": true
},
"eyepieces": {
"label": "Eyepieces",
"description": "The type of eyepieces used by the device",
"example": "ANVIS-threaded",
"type": "string",
"required": true,
"suggested": true
},
"weight": {
"label": "Weight",
"description": "The weight of the device in grams",
"type": "number",
"suggested": true
}
},
},
"paramOrder": [
"paramOrder": [
Line 96: Line 140:
}
}
</templatedata>
</templatedata>
== Parameters ==
# <code>image</code> (optional): Name of an image on the wiki (without <code>File:</code> prefix)
# <code>name</code>: Name of the device
# <code>manufacturer</code>: Page of the manufacturer
# <code>manufacturer-name</code> (optional): Manufacturer-specific name of the device
# <code>manufacturer</code> (optional): Page of the second manufacturer
# <code>manufacturer-name</code> (optional): Second manufacturer-specific name of the device
# <code>manufacturer</code> (optional): Page of the third manufacturer
# <code>manufacturer-name</code> (optional): Third manufacturer-specific name of the device
# <code>page</code> (optional): Product page URL
# <code>type</code>: Housing type, should be one of TODO
# <code>format</code>: Format, should be one of TODO
# <code>fov-ver</code>: Horizontal field of view (numeric)
# <code>fov-hor</code>: Vertical field of view (numeric)
# <code>mount</code>: Type of mount, should be one of TODO
# <code>objectives</code>: Type of objectives
# <code>eyepieces</code>: Type of eyepieces
# <code>weight</code>: Weight in g (numeric)
</noinclude><includeonly>
</noinclude><includeonly>
<templatestyles src="Template:Infobox/styles.css" />
<templatestyles src="Template:Infobox/styles.css" />

Revision as of 20:50, 22 February 2023

Info box for a device

[Edit template data]

Template parameters

ParameterDescriptionTypeStatus
Namename

Name of the device

Example
AN/PVS-14
Stringrequired
Manufacturer #1manufacturer

Page of the manufacturer of the device

Example
L3Harris
Page namerequired
Manufacturer #1 Device Namemanufacturer-name

Name of the device as used by the manufacturer

Example
M914A
Stringsuggested
Manufacturer #2manufacturer-2

Page of the manufacturer of the device

Example
L3Harris
Page namerequired
Manufacturer #2 Device Namemanufacturer-name-2

Name of the device as used by the manufacturer

Example
M914A
Stringsuggested
Manufacturer #3manufacturer-3

Page of the manufacturer of the device

Example
L3Harris
Page namerequired
Manufacturer #3 Device Namemanufacturer-name-3

Name of the device as used by the manufacturer

Example
M914A
Stringsuggested
Product pagepage

The main product page of the device

Example
https://www.abnightvision.com/pages/rnvg-ruggedized-night-vision-goggle
URLsuggested
Imageimage

Image of the device (without File: prefix)

Example
RNVG.jpg
Filesuggested
Housing Typetype

Housing Type

Stringrequired
Tube Formatformat

Image intensifier format used by the device

Example
MX-10160
Stringrequired
Vertical Field of Viewfov-ver

The vertical field of view produced by the device

Example
40
Numberrequired
Horizontal Field of Viewfov-hor

The horizontal field of view produced by the device

Example
40
Numberrequired
Mountmount

The type of mount compatible to the device

Example
Dovetail
Stringsuggested
Objectivesobjectives

The type of objectives used by the device

Example
ANVIS-threaded
Unknownrequired
Eyepieceseyepieces

The type of eyepieces used by the device

Example
ANVIS-threaded
Stringrequired
Weightweight

The weight of the device in grams

Numbersuggested