Padron:Age in weeks: Pagkakaiba sa mga binago

Mula sa Wikipedia, ang malayang ensiklopedya
Content deleted Content added
Bagong pahina: <noinclude>This template returns the number of weeks that have elapsed between two dates. If the second set of parameters is not included it will automatically calculate the days b...
 
WhiteStar2000 (usapan | ambag)
No edit summary
Tatak: Binago sa mobile Pagbabago sa web gamit mobile
 
Linya 1: Linya 1:
<includeonly>{{#invoke:age|age_generic|template=age_w}}</includeonly><noinclude>{{documentation}}</noinclude>
<noinclude>This template returns the number of weeks that have elapsed between two dates. If the second set of parameters is not included it will automatically calculate the days between a given date and today. To use type: '''<nowiki>{{Age in weeks|month1= |day1= |year1= |month2= |day2= | year2=}}</nowiki>'''
</noinclude><includeonly>{{#expr:floor {{#expr:
(
+ {{Gregorian serial date
|month = {{{month2|{{CURRENTMONTH}}}}}
|day = {{{day2|{{CURRENTDAY}}}}}
|year = {{{year2|{{CURRENTYEAR}}}}}
}}
- {{Gregorian serial date
|month = {{{month1|{{CURRENTMONTH}}}}}
|day = {{{day1|{{CURRENTDAY}}}}}
|year = {{{year1|{{CURRENTYEAR}}}}}
}}
)
/ 7
}} }}</includeonly><noinclude>[[Category:Date mathematics templates|{{PAGENAME}}]]
</noinclude>

Kasalukuyang pagbabago noong 00:28, 5 Abril 2020

Dokumentasyon sa padron [tingnan] [baguhin] [nakaraan] [purga]

This template returns the number of weeks that have elapsed between two dates. If the second set of parameters is not included it will automatically calculate the days between a given date and today.

Usage[baguhin ang wikitext]

Each date can be entered in a single parameter, or each date can be entered as three parameters: year, month, day.

  • {{age in weeks|month1=6|day1=14|year1=1946|month2=8|day2=19|year2=1946}} → 9
  • {{age in weeks|1946|6|14|1946|8|19}} → 9
  • {{age in weeks|1946-6-14|1946-8-19}} → 9
  • {{age in weeks|14 June 1946|Aug 19, 1946}} → 9
  • {{age in weeks|month1=11|day1=07|year1=2012}} → 597
  • {{age in weeks|7 November 2012}} → 597

An error is shown if an entered date is not valid (1900 was not a leap year).

  • {{age in weeks|31 January 1899|29 February 1900}}Error: Second date should be year, month, day