قالب:Monthyear+1/doc

The {{Monthyear+1}} template takes no parameters and returns the name of the month and the year as they will be in another month, 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:

  1. Someone visits the page and it has not been re-rendered in a week;
  2. 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-01-29 +1 month}} → فبراير 2000
  • {{#time:F Y|2001-01-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.