Difference between revisions of "Template:MONTHNAME"

From SVR Wiki
Jump to: navigation, search
m
m
Line 1: Line 1:
<includeonly>{{#if:{{{1|}}}|{{#switch:{{#expr:{{{1|}}}mod 12-0.5 round 0}}|1=january|2=february|3=march|4=april|5=may|6=june|7=july|8=august|9=september|10=october|11=november|=december|Incorrect required parameter 1=''month''!}}|Missing required parameter 1=''month''!}}</includeonly><noinclude>{{Template documentation}}
+
<includeonly>{{#if:{{{1|}}}|{{#switch:{{#expr:(({{{1|}}}-1)mod 12+12)mod 12+0.5 round 0}}|1=january|2=february|3=march|4=april|5=may|6=june|7=july|8=august|9=september|10=october|11=november|12=december|Incorrect required parameter 1=''month''!}}|Missing required parameter 1=''month''!}}</includeonly><noinclude>{{Template documentation}}
 
This template returns the name of the month whose number is in parameter.
 
This template returns the name of the month whose number is in parameter.
 
; Syntax<nowiki>:</nowiki>
 
; Syntax<nowiki>:</nowiki>

Revision as of 23:47, 22 April 2006

Template:Template documentation This template returns the name of the month whose number is in parameter.

Syntax:
{{MONTHNAME|month}}
  • The month value is interpreted modulo 12 (extra leading zeroes and decimals are ignored).
Examples for all months:
{{MONTHNAME|0}} returns December
{{MONTHNAME|1}} returns January
{{MONTHNAME|2}} returns February
{{MONTHNAME|3}} returns March
{{MONTHNAME|4}} returns April
{{MONTHNAME|5}} returns May
{{MONTHNAME|6}} returns June
{{MONTHNAME|7}} returns July
{{MONTHNAME|8}} returns August
{{MONTHNAME|9}} returns September
{{MONTHNAME|10}} returns October
{{MONTHNAME|11}} returns November
{{MONTHNAME|12}} returns December
{{MONTHNAME|13}} returns January
See also:
Template:CURRENTMONTHNAMEfr:Modèle:MONTHNAME