Template:TwitterSnowflake
Appearance
![]() | This template uses Lua: |
Related pages |
---|
This is a template that wraps and simplifies Module:TwitterSnowflake.
Usage
[change source]The template accepts a single positional parameter and returns a timestamp based on the ID passed. The timestamp is by default in the format of "January 1, 2021", but if |format=dmy
is passed, it's instead presented as "1 January 2021".
Examples
[change source]{{TwitterSnowflake|1345021162959503360}}
returns January 1, 2021.
{{TwitterSnowflake|1345021162959503360|format=dmy}}
returns 1 January 2021.
Notes
[change source]When no date is provided, the date "November 4, 2010" is returned. This also occurs if a number lower than that of a valid snowflake is provided.