Template:Monthyear/doc: Difference between revisions
Jump to navigation
Jump to search
m →You can do this yourself: clean up per WP:CAT#T and WP:AWBREQ add template:Sandbox other |
(No difference)
|
Revision as of 01:32, 26 April 2020
Lua error: Internal error: The interpreter exited with status 1.
The {{Monthyear}} template takes no parameters and returns the name of the month and the year, like this:
{{Monthyear}}renders: November 2025
Note that the same date can be shown for up to a week on a page since Wikipedia caches pages and only re-renders them under one of the follow circumstances:
- Someone visits the page and it has not been re-rendered in a week;
- Someone visits the page and manually purges or edits it.
See also
- {{Monthyear-1}} – renders this: October 2025
- {{Monthyear+1}} – renders this: December 2025
You can do this yourself
The code for this template is very simple! Just type
{{#time:F Y}}
See here to learn more about time parser functions.