|
|
| (3 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| <includeonly>{{#if: {{{4|}}} | | <includeonly> |
| |{{#if: {{{5|}}}
| | {{#if:{{{1|}}}| |
| |{{padleft:{{{4}}}|2|0}}:{{padleft:{{{5}}}|2|0}}{{#if: {{{6|}}}
| | {{{1}}}-{{{2|}}}-{{{3|}}} |
| |:{{padleft:{{{6}}}|2|0}} }}, }} }}<!--ABOVE FOR TIME; BELOW FOR DATE
| | }} |
| -->{{#if: {{{1|}}}
| | </includeonly> |
| |{{#if: {{{2|}}}
| | |
| |{{#if: {{{3|}}}
| | <noinclude> |
| |{{#if: {{{df|}}}|{{#expr:{{{3}}}}} {{MONTHNAME|{{{2}}}}}|{{MONTHNAME|{{{2}}}}} {{#expr:{{{3}}}}},}} {{{1}}}|{{MONTHNAME|{{{2}}}}} {{{1}}}}}|{{{1}}}}}}}{{#if: {{{7|}}}
| | ==Usage== |
| | ({{#ifeq: {{{7}}}|Z|UTC|{{{7}}}}})}}<!-- BELOW FOR hCalendar
| | Used to format dates. |
| --><span style="display:none"> (<span class="bday dtstart published updated itvstart">{{#if: {{{1|}}}
| | |
| | {{{1}}}{{#if: {{{2|}}}
| | Example: |
| | -{{padleft:{{{2}}}|2|0}}{{#if: {{{3|}}}
| | <pre> |
| | -{{padleft:{{{3}}}|2|0}} }} }}<!--
| | {{Start date|2019|3|8}} |
| -->{{#if: {{{4|}}}
| | </pre> |
| | T{{padleft:{{{4}}}|2|0}}{{#if: {{{5|}}}
| | |
| | :{{padleft:{{{5}}}|2|0}}{{#if: {{{6|}}}
| | Result: |
| | :{{padleft:{{{6}}}|2|0}} }} }} }} }}{{{7|}}}</span>)</span></includeonly><noinclude>
| | 2019-3-8 |
| {{documentation}}
| |
| </noinclude> | | </noinclude> |