Template:Start date and age: Difference between revisions

Nothing to hide, but nothing to show you either.
Jump to navigation Jump to search
Content added Content deleted
(Add optional parameter to display age within parentheses as is done in Template:Start date and years ago. Does not change output of any current transclusions. Previously implemented in /sandbox and tested in /testcases.)
(Fix calculation of years or months ago when input is year/month (no day) or year only (no month or day). Previously implemented in /sandbox and tested in /testcases.)
Line 1: Line 1:
<includeonly><!--
<includeonly><!--



IMPLEMENTATION OF DATE
IMPLEMENTATION OF DATE



-->{{#if: {{{1|}}}<!--
-->{{#if: {{{1|}}}<!--
Line 11: Line 9:
-->|{{#expr:{{{3}}}}}&nbsp;{{MONTHNAME|{{{2}}}}}<!--
-->|{{#expr:{{{3}}}}}&nbsp;{{MONTHNAME|{{{2}}}}}<!--
-->|{{MONTHNAME|{{{2}}}}}&nbsp;{{#expr:{{{3}}}}},<!--
-->|{{MONTHNAME|{{{2}}}}}&nbsp;{{#expr:{{{3}}}}},<!--
-->}} {{{1}}}<!--
-->}} {{{1}}}<!--
-->|{{MONTHNAME|{{{2}}}}}&nbsp;{{{1}}}<!--
-->|{{MONTHNAME|{{{2}}}}}&nbsp;{{{1}}}<!--
-->}}<!--
-->}}<!--
-->|{{{1}}}<!--
-->|{{{1}}}<!--
-->}}<!--
-->}}<!--
--><span class="noprint">{{#ifeq:{{{paren|}}}|yes||&#059;}}<!--
--><span class="noprint">{{#ifeq:{{{paren|}}}|yes||&#059;}}<!--
-->{{#ifeq:{{{br|}}}|yes|<br/>|&#032;}}<!--
-->{{#ifeq:{{{br|}}}|yes|<br/>|&#032;}}<!--
-->{{#ifeq:{{{paren|}}}|yes|(}}<!--
-->{{#ifeq:{{{paren|}}}|yes|(}}<!--
-->{{time ago<!--
-->{{#if: {{{3|}}}<!--
-->|{{{1}}}<!--
-->|{{time ago|{{{1}}}-{{{2}}}-{{{3}}}|min_magnitude=days}}<!--
-->-<!--
-->|{{#if:{{{2|}}}<!--
-->{{{2|{{CURRENTMONTH}}}}}<!--
-->|{{years or months ago|{{{1}}}|{{{2}}}}}<!--
-->-<!--
-->|{{years or months ago|{{{1}}}}}<!--
-->{{{3|{{CURRENTDAY}}}}}<!--
-->}}<!--
-->|min_magnitude=days<!--
-->}}<!--
-->}}<!--
-->{{#ifeq:{{{paren|}}}|yes|)}}</span><!--
-->{{#ifeq:{{{paren|}}}|yes|)}}</span><!--
-->|'''{{color|red|Error: No parameters}}'''<!--
-->|'''{{color|red|Error: No parameters}}'''<!--
-->}}<!--
-->}}<!--



IMPLEMENTATION OF microformat date classes
IMPLEMENTATION OF microformat date classes



--><span style="display:none">&#160;(<span class="bday dtstart published updated"><!--
--><span style="display:none">&#160;(<span class="bday dtstart published updated"><!--
Line 40: Line 35:
-->{{#if: {{{2|}}}<!--
-->{{#if: {{{2|}}}<!--
-->| -{{padleft:{{{2}}}|2|0}}<!--
-->| -{{padleft:{{{2}}}|2|0}}<!--
-->{{#if: {{{3|}}}<!--
-->{{#if: {{{3|}}}<!--
-->| -{{padleft:{{{3}}}|2|0}}<!--
-->| -{{padleft:{{{3}}}|2|0}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
-->}}<!--
--></span>)</span></includeonly><noinclude>
--></span>)</span></includeonly><noinclude>
{{being merged|2013 July 31|merge=Template:Start date and years ago}}
{{being merged|2013 July 31|merge=Template:Start date and years ago}}

Revision as of 21:16, 29 September 2013

Template:Being merged