Template:MONTHNAME

From FlightGear wiki
Revision as of 16:37, 18 August 2014 by Johan G (talk | contribs) (Doc)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Missing required parameter month

The following template description is not displayed when the template is inserted in an article.

Goal

This template will convert input to the full English name of the month.

Usage

{{MONTHNAME|month}}
month
Input to be converted to a month number. The template is case insensitive. Valid inputs are:
  • Full month names (January..December)
  • Three letter abbreviations of month names (Jan..Dec)
  • Integer numbers, positive and negative
  • Decimal numbers, positive and negative

Examples

{{MONTHNAME|January}}

January

{{MONTHNAME|Feb}}

February

{{MONTHNAME|3}}

March

{{MONTHNAME|-8}}

April

{{MONTHNAME|5.3}}

May

{{MONTHNAME|-5.3}}

June

Related templates