Jump to content

Template:Date: Difference between revisions

From Joepedia
Semantic MediaWikiThis message will disappear after all relevant tasks have been resolved.

There are 1 incomplete or pending task to finish installation of Semantic MediaWiki. An administrator or user with sufficient rights can complete it. This should be done before adding new data to avoid inconsistencies.

Created page with "<includeonly>{{#if:{{{1|}}}|{{#timef:{{{1|}}}|date}}}}</includeonly><noinclude> Example: <code><nowiki>{{Date|2025-01-25}}</nowiki></code> {{Date|2025-01-25}} <templatedata> { "params": { "1": { "label": "Date", "description": "The date, given in ISO 8601 format (YYYY-MM-DD).", "type": "date", "required": true } }, "description": "Shows a date, localised to the user's preference.", "format": "inline" } </templatedata></noinclude>"
 
No edit summary
Line 3: Line 3:
   <code><nowiki>{{Date|2025-01-25}}</nowiki></code>
   <code><nowiki>{{Date|2025-01-25}}</nowiki></code>
{{Date|2025-01-25}}
{{Date|2025-01-25}}
 
  <code><nowiki>{{Date|{{CURRENTYEAR}}-{{CURRENTMONTH2}}-{{CURRENTDAY2}}}}</nowiki></code>
{{Date|{{CURRENTYEAR}}-{{CURRENTMONTH2}}-{{CURRENTDAY2}}}}
<templatedata>
<templatedata>
{
{

Revision as of 08:34, 25 January 2025

Example:

 {{Date|2025-01-25}}

25 January 2025

 {{Date|{{CURRENTYEAR}}-{{CURRENTMONTH2}}-{{CURRENTDAY2}}}}

21 October 2025

Shows a date, localised to the user's preference.

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Date1

The date, given in ISO 8601 format (YYYY-MM-DD).

Daterequired