Mal:MONTHNAME
Read first chapter onlineMissing required parameter 1=måned!
Documentation
This template returns the name of the month whose number is in parameter. Alternatively, the English month name or abbreviation (with any letter case) can be given.
- Syntax:
- {{MONTHNAME|month}}
- The month value is interpreted modulo 12 (extra leading zeroes and decimals are ignored).
- Examples for all standard English month names:
- {{MONTHNAME|JANUARY}} returns Read first chapter onlinejanuar
- {{MONTHNAME|FEBRUARY}} returns Read first chapter onlinefebruar
- {{MONTHNAME|MARCH}} returns Read first chapter onlinemars
- {{MONTHNAME|APRIL}} returns Read first chapter onlineapril
- {{MONTHNAME|MAY}} returns Read first chapter onlinemai
- {{MONTHNAME|JUNE}} returns Read first chapter onlinejuni
- {{MONTHNAME|JULY}} returns Read first chapter onlinejuli
- {{MONTHNAME|AUGUST}} returns Read first chapter onlineaugust
- {{MONTHNAME|SEPTEMBER}} returns Read first chapter onlineseptember
- {{MONTHNAME|OCTOBER}} returns Read first chapter onlineoktober
- {{MONTHNAME|NOVEMBER}} returns Read first chapter onlinenovember
- {{MONTHNAME|DECEMBER}} returns Read first chapter onlinedesember
- Examples for all abbreviated English month names:
- {{MONTHNAME|jan}} returns Read first chapter onlinejanuar
- {{MONTHNAME|feb}} returns Read first chapter onlinefebruar
- {{MONTHNAME|mar}} returns Read first chapter onlinemars
- {{MONTHNAME|apr}} returns Read first chapter onlineapril
- {{MONTHNAME|may}} returns Read first chapter onlinemai
- {{MONTHNAME|jun}} returns Read first chapter onlinejuni
- {{MONTHNAME|jul}} returns Read first chapter onlinejuli
- {{MONTHNAME|aug}} returns Read first chapter onlineaugust
- {{MONTHNAME|sep}} returns Read first chapter onlineseptember
- {{MONTHNAME|oct}} returns Read first chapter onlineoktober
- {{MONTHNAME|nov}} returns Read first chapter onlinenovember
- {{MONTHNAME|dec}} returns Read first chapter onlinedesember
- Examples for all standard month numbers:
- {{MONTHNAME|1}} returns Read first chapter onlinejanuar
- {{MONTHNAME|2}} returns Read first chapter onlinefebruar
- {{MONTHNAME|3}} returns Read first chapter onlinemars
- {{MONTHNAME|4}} returns Read first chapter onlineapril
- {{MONTHNAME|5}} returns Read first chapter onlinemai
- {{MONTHNAME|6}} returns Read first chapter onlinejuni
- {{MONTHNAME|7}} returns Read first chapter onlinejuli
- {{MONTHNAME|8}} returns Read first chapter onlineaugust
- {{MONTHNAME|9}} returns Read first chapter onlineseptember
- {{MONTHNAME|10}} returns Read first chapter onlineoktober
- {{MONTHNAME|11}} returns Read first chapter onlinenovember
- {{MONTHNAME|12}} returns Read first chapter onlinedesember
- Examples for month numbers with extra leading zero:
- {{MONTHNAME|01}} returns Read first chapter onlinejanuar
- {{MONTHNAME|02}} returns Read first chapter onlinefebruar
- {{MONTHNAME|03}} returns Read first chapter onlinemars
- {{MONTHNAME|04}} returns Read first chapter onlineapril
- {{MONTHNAME|05}} returns Read first chapter onlinemai
- {{MONTHNAME|06}} returns Read first chapter onlinejuni
- {{MONTHNAME|07}} returns Read first chapter onlinejuli
- {{MONTHNAME|08}} returns Read first chapter onlineaugust
- {{MONTHNAME|09}} returns Read first chapter onlineseptember
- Examples for month number cyclic underflows and overflows, from computed values:
- {{MONTHNAME|-12}} returns Read first chapter onlinedesember
- {{MONTHNAME|-11}} returns Read first chapter onlinejanuar
- {{MONTHNAME|-10}} returns Read first chapter onlinefebruar
- {{MONTHNAME|-9}} returns Read first chapter onlinemars
- {{MONTHNAME|-3}} returns Read first chapter onlineoktober
- {{MONTHNAME|-2}} returns Read first chapter onlineoktober
- {{MONTHNAME|-1}} returns Read first chapter onlinenovember
- {{MONTHNAME|0}} returns Read first chapter onlinedesember
- {{MONTHNAME|13}} returns Read first chapter onlinejanuar
- {{MONTHNAME|14}} returns Read first chapter onlinefebruar
- {{MONTHNAME|15}} returns Read first chapter onlinemars
- {{MONTHNAME|16}} returns Read first chapter onlineapril
- {{MONTHNAME|23}} returns Read first chapter onlinenovember
- {{MONTHNAME|24}} returns Read first chapter onlinedesember
- {{MONTHNAME|25}} returns Read first chapter onlinejanuar
- {{MONTHNAME|1200}} returns Read first chapter onlinedesember
- {{MONTHNAME|1201}} returns Read first chapter onlinejanuar
- {{MONTHNAME|1212}} returns Read first chapter onlinedesember
{{subst:monthname|6|subst=subst:}} gives the wikitext June.
Se også
- Mal fra wikimedia:Template:Monthname