Changes

Jump to navigation Jump to search
no edit summary
{{documentation subpage}}

'''This graph's main version resides at [https://www.mediawiki.org/wiki/Template:Graph:Weather_monthly_history Template:Graph:Weather monthly history]. Please make or suggest all the changes there, and copy it everywhere else (until the copying is automated)'''

{| class="wikitable"
! style="text-align: left;" | <nowiki>{{</nowiki>{{BASEPAGENAME}}<br>
&#124; table=ncei.noaa.gov/weather/New York City.tab<br>
&#124; title=New York City weather<br>
<nowiki>}}</nowiki>
|-
| {{{{BASEPAGENAME}}
| table=ncei.noaa.gov/weather/New York City.tab
| title=New York City weather
}}
|}

<templatedata>
{
"params": {
"table": {
"description": "Name of the table on Commons",
"example": "ncei.noaa.gov/weather/New York City.tab",
"type": "string",
"required": true
},
"title": {
"description": "Optional graph title",
"type": "string"
},
"imperial": {
"description": "If set to a value, the graph will show data in Fahrenheits at first",
"type": "boolean"
},
"width": {
"type": "number"
},
"height": {
"type": "number"
},
"hideoverview": {
"description": "If set, will hide the bottom section of the graph",
"type": "boolean"
},
"debug": {
"description": "If set, shows JSON instead of the graph",
"type": "boolean"
}
},
"paramOrder": [
"table",
"title",
"imperial",
"height",
"width",
"hideoverview",
"debug"
]
}
</templatedata>
Anonymous user

Navigation menu