قالب:Monthyear-1
خطأ: زمن غير صحيح.
| This template is used on many pages, so changes to it will be widely noticed. Please test any changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Please consider discussing changes on the talk page قبل تنفيذهم. |
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: مايو 2026
- {{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}}→ فبراير 2000{{#time:F Y|2001-03-29 -1 month}}→ مارس 2001{{#time:F Y|2026-05-31 -1 month}}→ مايو 2026{{#time:F Y|-1 month}}→ أبريل 2026{{Monthyear-1}}→ خطأ: زمن غير صحيح.
See here to learn more about time parser functions.
| The above documentation is transcluded from قالب:Monthyear-1/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |