Template:Date: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created template which allows the date to be translated to other languages. Need alot of testing through.)
 
(comma is unnecessary when doing DMY, only needed for MDY)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{#time:{{Autolang|j xg, Y|zh=Y 年 n 月 j 日}}|{{#if:{{{year|}}}|{{{year}}}|2024}}-{{#if:{{{month|}}}|{{{month}}}|12}}-{{#if:{{{day|}}}|{{{day}}}|01}}|{{#if:{{{lang|}}}|{{{lang}}}|{{uselang}}}}}}
{{Doc}}
 
<includeonly>
 
<onlyinclude><!--
 
-->{{#time:{{#switch: {{language}}
| #default = j M Y
| vi = j F, Y
| zh = Y 年 n 月 j 日
}}|{{#if:{{{y|}}}|{{{y}}}|2024}}-{{#if:{{{m|}}}|{{{m}}}|12}}-{{#if:{{{d|}}}|{{{d}}}|01}}|{{#if:{{{lang|}}}|{{{lang}}}|{{language}}}}}}<!--


<noinclude>
--></onlyinclude>
{{Doc}}
 
</noinclude>
</includeonly>

Latest revision as of 10:45, 27 August 2024

English (en)Deutsch (de)Esperanto (eo)Español (es)Français (fr)Suomi (fi)Hrvatski (hr)Magyar (hu)Italiano (it)日本語 (ja)한국어 (ko)Nederlands (nl)Polski (pl)Português (pt)Português do Brasil (pt-br)Русский (ru)Slovenčina (sk)Svenska (sv)Türkçe (tr)Українська (uk)Tiếng Việt (vi)中文 (zh)中文(臺灣) (zh-tw)
Curly brackets white.pngTemplate Documentation [view] [edit]
Icon-translate.png Available doc translations
View
Page history

This template allows you to input the date (time is currently not supported yet), with support for localization.

Preview

Note.pngNote:To preview how this look on other templates, change the language on top right.

{{Date|y=2025|m=01|d=02}} ► 2 Jan 2025

{{Date|d=19|m=11|y=1998}} ► 19 Nov 1998