Template:Date: Difference between revisions

From Fanon Wiki
(Created page with "{{{2}}} {{{1}}}<sup>{{#switch:{{{1}}}|1|21|31=st|2|22=nd|3|23=rd|#default=th}}</sup>{{#if:{{{3|}}}|, {{{3}}}}}<noinclude> ==Info== From {{c|Template:Date|Pikipedia}}. This template serves to standardize the way dates are displayed on the wiki. Feed the date values into the template, and it will write it in a specific format. ==Parameters== {| class = "wikitable" ! Parameter || Mandatory || Default || Purpose || Detailed description |- ! 1 | '''Yes''' || || Day || The...")
 
mNo edit summary
Line 2: Line 2:


==Info==
==Info==
From {{c|Template:Date|Pikipedia}}.
From [http://www.pikminwiki.com/Template:Date Pikipedia].


This template serves to standardize the way dates are displayed on the wiki. Feed the date values into the template, and it will write it in a specific format.
This template serves to standardize the way dates are displayed on the wiki. Feed the date values into the template, and it will write it in a specific format.

Revision as of 22:09, 9 May 2022

{{{2}}} {{{1}}}th

Info

From Pikipedia.

This template serves to standardize the way dates are displayed on the wiki. Feed the date values into the template, and it will write it in a specific format.

Parameters

Parameter Mandatory Default Purpose Detailed description
1 Yes Day The day number, from 1 to 31.
2 Yes Month The month's name, starting with a capital letter.
3 No Year The year number.

Skeleton

{{date|<day>|<month>|<year>}}

Examples

Code Result
{{date|1|February|2013}}
February 1st, 2013