ಟೆಂಪ್ಲೇಟ್:Monthyear-1/doc
ತೊಜುನ
| This is a documentation subpage for ಟೆಂಪ್ಲೇಟ್:Monthyear-1. It may contain usage information, categories and other content that is not part of the original ಟೆಂಪ್ಲೇಟ್ page. |
| This template is used on approximately ೫೬,೦೦೦ pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them. |
The {{Monthyear-1}} template takes no parameters and returns the name of the month and the year as they were a month ago, like this:
{{Monthyear-1}}renders: ಜನವರಿ ೨೦೨೬
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}} – renders this: ಪೆಬ್ರವರಿ ೨೦೨೬
- {{Monthyear+1}} – renders this: ಮಾರ್ಚಿ ೨೦೨೬
Don't do this yourself
[ಸಂಪೊಲಿಪುಲೆ]The code for this template is not exactly trivial! {{#time:F Y|-1 month}} can fail near the end of some month:
{{#time:F Y|2000-03-29 -1 month}}→ ಪೆಬ್ರವರಿ ೨೦೦೦{{#time:F Y|2001-03-29 -1 month}}→ ಮಾರ್ಚಿ ೨೦೦೧{{#time:F Y|2026-05-31 -1 month}}→ ಮೇ ೨೦೨೬{{#time:F Y|-1 month}}→ ಜನವರಿ ೨೦೨೬{{Monthyear-1}}→ ಜನವರಿ ೨೦೨೬
See here to learn more about time parser functions.