Template:Date: Difference between revisions

From SGUTranscripts
Jump to navigation Jump to search
m (tweaks)
m (adding month template to match how month template uses date template in example)
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<includeonly>{{#switch: {{{1}}}
{{#switch: {{{date|}}}
  | 1 = 1<sup>st</sup>
  | 1 =  
  | 21 = 21<sup>st</sup>
  | 21 =  
  | 31 = 31<sup>st</sup>
  | 31 = {{{date}}}<sup>st</sup>
  | 2 = 2<sup>nd</sup>
  | 2 =  
  | 22 = 22<sup>nd</sup>  
  | 22 = {{{date}}}<sup>nd</sup>  
  | 3 = 3<sup>rd</sup>
  | 3 =  
  | 23 = 23<sup>rd</sup>
  | 23 = {{{date}}}<sup>rd</sup>
  | D = D<sup>th</sup>
  | 4 =
| #default = {{{1}}}<sup>th</sup>}}</includeonly><noinclude>
<!-- | #default = {{{date}}}<sup>th</sup> -->
}}
 
</includeonly><noinclude>
=== Description ===
=== Description ===
 
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 an entry 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,


  S: Our guest tonight is <nowiki> </nowiki>.
  <nowiki>{{month|2}} {{date|22}}</nowiki> 2022.
 
will produce
 
:S: Our guest tonight is .
 


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.