Template:Date: Difference between revisions

From SGUTranscripts
Jump to navigation Jump to search
(fix?)
m (adding month template to match how month template uses date template in example)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<includeonly>{{#switch: {{{1}}}
{{#switch: {{{1}}}
  | 1 = 1<sup>st</sup>
  | 1 = {{{1}}}<sup>st</sup>
  | 21 = 21<sup>st</sup>
  | 21 = {{{1}}}<sup>st</sup>
  | 31 = 31<sup>st</sup>
  | 31 = {{{1}}}<sup>st</sup>
  | 2 = 2<sup>nd</sup>  
  | 2 = {{{1}}}<sup>nd</sup>  
  | 22 = 22<sup>nd</sup>  
  | 22 = {{{1}}}<sup>nd</sup>  
  | 3 = 3<sup>rd</sup>
  | 3 = {{{1}}}<sup>rd</sup>
  | 23 = 23<sup>rd</sup>
  | 23 = {{{1}}}<sup>rd</sup>
| D = D<sup>th</sup>
  | #default = {{{1}}}<sup>th</sup>}}
  | #default = {{{1}}}<sup>th</sup>}}</includeonly><noinclude>
 
</includeonly><noinclude>
=== Description ===
=== Description ===
This template inserts the appropriate two-letter superscript text for the ordinal abbreviation of the date of the month.
This template inserts the appropriate two-letter superscript text for the ordinal abbreviation of the date of the month.


=== Usage ===
=== Usage ===
To use this template, place <nowiki>{{date|##}}</nowiki> in the Infobox line for "episode date", where "##" is the number for the day of the month.
To use this template, place <code><nowiki>{{date|#}}</nowiki></code> in the Infobox line for "episode date", where <code>#</code> is the number for the day of the month.


For example,
For example,


  February <nowiki>{{date|22}}</nowiki> 2022.
  <nowiki>{{month|2}} {{date|22}}</nowiki> 2022.
 
will produce
 
February 22<sup>nd</sup> 2022.


renders as: February {{date|22}} 2022.
[[Category:Templates]]
</noinclude>
</noinclude>

Latest revision as of 17:22, 5 March 2023

Description

This template inserts the appropriate two-letter superscript text for the ordinal abbreviation of the date of the month.

Usage

To use this template, place {{date|#}} in the Infobox line for "episode date", where # is the number for the day of the month.

For example,

{{month|2}} {{date|22}} 2022.

renders as: February 22nd 2022.