Difference between revisions of "Template:Datewarn"

From blackwiki
Jump to navigation Jump to search
imported>OlEnglish
(this template doesn't seem very useful...)
imported>Thumperward
(doc)
Line 1: Line 1:
 
{{month+1|{{{1|{{CURRENTMONTHNAME}}}}}}}{{{4| }}}{{daycap|{{{1|{{CURRENTMONTHNAME}}}}}|{{{2|{{CURRENTDAY}}}}}|{{{3|{{CURRENTYEAR}}}}}}},{{{4| }}}{{#ifeq: {{{1|{{CURRENTMONTHNAME}}}}}|December|{{#expr:{{{3|{{CURRENTYEAR}}}}}+1}}|{{{3|{{CURRENTYEAR}}}}}}}
 
{{month+1|{{{1|{{CURRENTMONTHNAME}}}}}}}{{{4| }}}{{daycap|{{{1|{{CURRENTMONTHNAME}}}}}|{{{2|{{CURRENTDAY}}}}}|{{{3|{{CURRENTYEAR}}}}}}},{{{4| }}}{{#ifeq: {{{1|{{CURRENTMONTHNAME}}}}}|December|{{#expr:{{{3|{{CURRENTYEAR}}}}}+1}}|{{{3|{{CURRENTYEAR}}}}}}}
<noinclude>
+
<noinclude>{{doc|content=
:''See [[Template talk:Datewarn|talk page]] for usage documentation.''
+
 
 +
<code>{&#123;[[Template:{{PAGENAME}}|{{lcfirst:{{PAGENAME}}}}]]&#125;}</code> increases a date by one month
 +
 
 +
== Usage ==
 +
<!-- Abstract usage of the template -->
 +
 
 +
<code>{&#123;{{PAGENAME}}&#125;}</code> - displays a date one month after the current date
 +
 
 +
<code>{&#123;{{PAGENAME}}|monthname|day|year|spacingchar&#125;}</code> - displays a date one month after the specified date
 +
 
 +
== Example ==
 +
<!-- for the documentation don't subst the result -->
 +
{| class="wikitable"
 +
| '''Code'''
 +
| '''Result'''
 +
|-
 +
| valign="top" | <code>{&#123;{{PAGENAME}}&#125;}</code>
 +
| {{msg:{{PAGENAME}}}}
 +
|-
 +
| valign="top" | <code>{&#123;{{PAGENAME}}&#124;December|31&#125;}</code>
 +
| {{msg:{{PAGENAME}}|December|31}}
 +
|-
 +
| valign="top" | <code>{&#123;{{PAGENAME}}&#124;January|30|2004|_&#125;}</code>
 +
| {{msg:{{PAGENAME}}|January|30|2004|_}}
 +
|}
 +
 
 +
== See also ==
 +
<!-- self-listing for quick access on edit history -->
 +
 
 +
* {{Lts|{{PAGENAME}}}}
 +
* <!-- links to simlar of linked templates -->
  
 
[[Category:Date mathematics templates|{{PAGENAME}}]]
 
[[Category:Date mathematics templates|{{PAGENAME}}]]
  
</noinclude>
+
}}</noinclude>

Revision as of 11:51, 21 February 2012

Template:Month+1 20, 2026

Template documentation[create]

{{datewarn}} increases a date by one month

Usage

{{Datewarn}} - displays a date one month after the current date

{{Datewarn