Templat:ISOCALENDAR/doc: Perbedaan antara revisi
Konten dihapus Konten ditambahkan
←Membuat halaman berisi '{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> ==Parameters== {|class=wikitable |- ! 1 | title |- ! y | calenda...' |
k Robot: Perubahan kosmetika |
||
Baris 2:
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
== Parameters ==
{|class=wikitable
|-
Baris 29:
*The numbering for <code>cw</code> and <code>cdow</code> is in accordance with [[ISO 8601]] ([[ISO week date]]: Monday → 1, Tuesday → 2, ... Sunday → 7)
== Output ==
=== Title ===
The calendar title is determined by <code>1</code> (the first unnamed parameter), the default is the month and year of the calendar displayed.
=== Month ===
The month of the calendar displayed is determined by <code>m</code>.
*If <code>m</code> is specified, then the year can be specified with <code>y</code>, the default is the current year.
*If <code>m</code> is not specified but <code>1</code> is a valid time the month and/or year is set to match the title, the default is the current month and/or year.
=== Highlighting ===
By default the current day is highlighted.
*Together they determine a specific day to be highlighted.
*<code>cw</code> alone will highlight the whole week.
*<code>cdow</code> alone will highlight the given weeek day for the whole month.
== Examples ==
=== Displaying the current month ===
To display the current month use <code><nowiki>{{ISOCALENDAR}}</nowiki></code>.
{{ISOCALENDAR}}
{{-}}
=== Displaying a given month of the current year ===
A given month of this year can be specified with <code>1</code> like this <code><nowiki>{{ISOCALENDAR|August}}</nowiki></code>.
{{ISOCALENDAR|August}}
{{ISOCALENDAR|m=Sep}}
Baris 57:
{{-}}
=== Displaying a given month of a given year ===
A given month and year can be specified with <code>1</code> like this <code><nowiki>{{ISOCALENDAR|May 2006}}</nowiki></code>.
{{ISOCALENDAR|May 2006}}
{{ISOCALENDAR|m=June|y=2006}}
Baris 64:
{{-}}
=== Highlight a week, a day of the week or a day ===
You can highlight Saturday of week 3 in January 2021 using <code><nowiki>{{ISOCALENDAR|January 2021|cw=3|cdow=Sat}}</nowiki></code>. You can highlight all of week 6 in February 2021 using <code><nowiki>{{ISOCALENDAR|February 2021|cw=23}}</nowiki></code> You can highlight all Thursdays of March 2021 using<code><nowiki>{{ISOCALENDAR|March 2021|cdow=4}}</nowiki></code>
Baris 72:
{{-}}
=== Adjusting the width ===
<code><nowiki>{{ISOCALENDAR|s=14}}</nowiki></code> gives
{{ISOCALENDAR|s=14}}
Baris 79:
<includeonly>
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
[[
[[
[[
</includeonly>
|