Template:Lunr-calendar/doc: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
Renders a negahex date from [[Lunarian]]. The first three unnamed arguments are the month, day, and year in decimal; you can also include an explicit year argument that replaces the final slash and the third number. For example, the page [[Tifa Kerʉnka]] uses this template with no third argument (defaulting it to the equivalent year to 2026, {{base|4721|-16| | Renders a negahex date from [[Lunarian]]. The first three unnamed arguments are the month, day, and year in decimal; you can also include an explicit year argument that replaces the final slash and the third number. For example, the page [[Tifa Kerʉnka]] uses this template with no third argument (defaulting it to the equivalent year to 2026, {{base|4721|-16|format=false}}) and with the year argument set to "/?". This can also be used to entirely remove the year, by setting year to an empty string. | ||
To be perfectly clear, this is not actually based on [[:Template:Base]], but reimplements it; this is because Base gives the decimal number formatting even if format is set to false. | |||
Revision as of 02:38, 25 July 2026
Renders a negahex date from Lunarian. The first three unnamed arguments are the month, day, and year in decimal; you can also include an explicit year argument that replaces the final slash and the third number. For example, the page Tifa Kerʉnka uses this template with no third argument (defaulting it to the equivalent year to 2026, 1F391-16) and with the year argument set to "/?". This can also be used to entirely remove the year, by setting year to an empty string.
To be perfectly clear, this is not actually based on Template:Base, but reimplements it; this is because Base gives the decimal number formatting even if format is set to false.