Difference between revisions of "Template:Airport-Statistics/doc"

From blackwiki
Jump to navigation Jump to search
blackwiki>Bouzinac
(Created page with '{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> ==...')
 
blackwiki>Bouzinac
Line 8: Line 8:
  
 
}}</includeonly>
 
}}</includeonly>
 +
 +
 +
<templatedata>
 +
{
 +
"params": {
 +
"iata": {
 +
"label": "IATA Code ",
 +
"description": "On three letters embedded with brackets",
 +
"example": "\"CDG\" \"NCE\"",
 +
"type": "string",
 +
"suggested": true
 +
},
 +
"icao": {
 +
"label": "ICAO Code",
 +
"description": "On four letters embedded with brackets",
 +
"example": "\"KDEN\" \"KLAX\"",
 +
"type": "string",
 +
"suggested": true
 +
},
 +
"faa": {
 +
"label": "FAA Code (USA)",
 +
"description": "On three letters embedded with brackets",
 +
"example": "\"PDX\" \"LAX\"",
 +
"type": "string",
 +
"suggested": true
 +
},
 +
"start": {
 +
"label": "Start year",
 +
"example": "2000",
 +
"type": "number",
 +
"suggested": true
 +
},
 +
"caption": {
 +
"label": "With caption (\"-\") or (leave the field blank)",
 +
"example": "-",
 +
"type": "string"
 +
},
 +
"width": {
 +
"label": "largeur du graphique en pixels",
 +
"type": "number"
 +
},
 +
"title": {
 +
"label": "Graph title",
 +
"example": "Annual traffic on XXX airport"
 +
}
 +
}
 +
}
 +
</templatedata>

Revision as of 20:32, 14 June 2019

Usage

No description.

Template parameters

ParameterDescriptionTypeStatus
IATA Code iata

On three letters embedded with brackets

Example
"CDG" "NCE"
Stringsuggested
ICAO Codeicao

On four letters embedded with brackets

Example
"KDEN" "KLAX"
Stringsuggested
FAA Code (USA)faa

On three letters embedded with brackets

Example
"PDX" "LAX"
Stringsuggested
Start yearstart

no description

Example
2000
Numbersuggested
With caption ("-") or (leave the field blank)caption

no description

Example
-
Stringoptional
largeur du graphique en pixelswidth

no description

Numberoptional
Graph titletitle

no description

Example
Annual traffic on XXX airport
Unknownoptional