ಟೆಂಪ್ಲೇಟು:Calendar/doc
| This is a documentation subpage for ಟೆಂಪ್ಲೇಟು:Calendar. It may contain usage information, categories and other content that is not part of the original ಟೆಂಪ್ಲೇಟು page. |
| This template uses TemplateStyles: |
This template displays either a yearly or monthly calendar (from 1970–2037). If you need a feature that isn't on this template, consider {{ISOCALENDAR}}, or maybe Module:Calendar widget.
Parameters
[ಬದಲಾಯಿಸಿ]- month
- To display a single month the parameter
monthmust be defined. This parameter can be a month name or number, the current month usemonth=current(nextandlastare also accepted).
- year
- The parameter
yearsets the year of the calendar the default being the current year.
- format
- To start the week on Monday use either
format=Mon1stor, to include ISO week numbers,format=iso. The keywords are case-sensitive.
Lua error in ಮಾಡ್ಯೂಲ್:Calendar/kn at line 29: attempt to compare string with number.
| ರವಿ | ಸೋಮ | ಮಂಗಳ | ಬುಧ | ಗುರು | ಶುಕ್ರ | ಶನಿ |
|---|
- show_year
- To display the year use
show_year=on. To show the year after the month useshow_year=with month.
- txt_pref_m
- This adds a prefix to the month name.
- txt_suff_m
- This adds a suffix to the month name.
- float
- To float the calendar left or right use
float=leftorfloat=right.
- lk
- To link days, months and years use
lk=on. - To link days and months use
lk=dm. - To link months and years use
lk=my. - To link days and years use
lk=dy. - To link days only use
lk=d. - To link months only use
lk=m. - To link years only use
lk=y.
- lk_pref
- This adds a prefix to all links.
- lk_pref_d
- This adds a prefix to day links.
- lk_pref_m
- This adds a prefix to month links.
- lk_pref_mnext
- This adds a prefix to the next month's link.
- lk_pref_mprev
- This adds a prefix to the previous month's link.
- lk_suff
- This adds a suffix to all links.
- lk_suff_d
- This adds a suffix to day links.
- lk_suff_m
- This adds a suffix to month links.
- lk_suff_mnext
- This adds a suffix to the next month's link.
- lk_suff_mprev
- This adds a suffix to the previous month's link.
- prevnext
- To add links to the previous and next months use
prevnext=on.
- title_colour
- Use this to change the background colour of the title bar with name of the month, and the bottom bar (e.g.
title_colour=#2e8b57).
- week_colour
- Use this to change the colour of the bar listing the days of the week (e.g.
week_colour=#2e8b57).
- colour
- This is shorthand for both of the above.
- fc
- This is for the text colour.
- wknum_colour
- Use this to change the background colour of the ISO week numbers, when using
format=iso(e.g.wknum_colour=#2e8b57).
- wk5253
- Use
wk5253=onto start the year with week 52/53, when usingformat=isowith a year calendar. The only use case for this, is when the year is unknown and it starts with a Saturday. See Common year starting on Saturday as an example.
- EndNote
- This adds text to the bottom bar.
TemplateData for Calendar
Display a year or month calendar
| ಪರಿಮಿತಿ | ವಿವರ | ನಮೂನೆ | ಸ್ಥಾನಮಾನ | |
|---|---|---|---|---|
| Year | year | the ordinal year number of the calendar
| ಸಂಖ್ಯೆ | ಸೂಚಿಸಲ್ಪಟ್ಟ |
| Month | month | whether to display a single month instead of a whole year, and which one
| String | ಸೂಚಿಸಲ್ಪಟ್ಟ |
| Show year | show_year | whether to display the year number, and where
| Boolean | ಐಚ್ಛಿಕ |
| Title text | title | text in the top bar | Content | ಐಚ್ಛಿಕ |
| End note | EndNote | text in the bottom bar | Content | ಐಚ್ಛಿಕ |
| Week format | format | The string to be trimmed and counted
| String | ಐಚ್ಛಿಕ |
| Months per row | col | Display this many months per row (1, 3, 4 or 6 rows)
| ಸಂಖ್ಯೆ | ಐಚ್ಛಿಕ |
| Months per column | row | Display this many months per column (3 or 4 cols). If set, overrides ‘col’ parameter.
| ಸಂಖ್ಯೆ | ಐಚ್ಛಿಕ |
| Float side | float | Horizontally align the calendar
| String | ಐಚ್ಛಿಕ |
| Serial navigation | prevnext | Add links to the previous and next months
| Boolean | ಐಚ್ಛಿಕ |
| Background color | colour | Default for Title and Week background
| String | ಐಚ್ಛಿಕ |
| Title background | title_colour | change the background colour of the title bar with name of the month, and the bottom bar
| String | ಐಚ್ಛಿಕ |
| Week background | week_colour | change the colour of the bar listing the days of the week
| String | ಐಚ್ಛಿಕ |
| ISO week numbers background | wknum_colour | change the colour of the bar listing the ISO week numbers
| String | ಐಚ್ಛಿಕ |
| Fixed starting week workaround | wk5253 | start the year with week 52/53, when the first day is a Saturday. | Boolean | ಐಚ್ಛಿಕ |
| Month name prefix | txt_pref_m | Text to add before month names | Line | ಐಚ್ಛಿಕ |
| Month name suffix | txt_suff_m | Text to add after month names | Line | ಐಚ್ಛಿಕ |
| Link | lk | whether to automatically link days (d), months (m) and years (y)
| String | ಐಚ್ಛಿಕ |
| Link prefix | lk_pref | Text to add before all links | Line | ಐಚ್ಛಿಕ |
| Link suffix | lk_suff | Text to add after all links | Line | ಐಚ್ಛಿಕ |
| Day link prefix | lk_pref_d | Text to add before links to days | Line | ಐಚ್ಛಿಕ |
| Day link suffix | lk_suff_d | Text to add after links to days | Line | ಐಚ್ಛಿಕ |
| Month link prefix | lk_pref_m | Text to add before links to months | Line | ಐಚ್ಛಿಕ |
| Month link suffix | lk_suff_m | Text to add after links to months | Line | ಐಚ್ಛಿಕ |
| Next link prefix | lk_pref_mnext | Text to add before the link to the next month (or year) | Line | ಐಚ್ಛಿಕ |
| Next link suffix | lk_suff_mnext | Text to add after the link to the next month (or year) | Line | ಐಚ್ಛಿಕ |
| Previous link prefix | lk_pref_mprev | Text to add before the link to the previous month (or year) | Line | ಐಚ್ಛಿಕ |
| Previous link suffix | lk_suff_mprev | Text to add after the link to the next month (or year) | Line | ಐಚ್ಛಿಕ |
| Text colour | fc | Adds the colour of the text
| String | ಐಚ್ಛಿಕ |
Examples
[ಬದಲಾಯಿಸಿ]{{calendar|lk=on|show_year=on|float=right|month=current}} produces the calendar above. The calendars below are produced by {{calendar}} and {{calendar|prevnext=true|format=iso|zero=0|row=3}}, respectively.
Lua error in ಮಾಡ್ಯೂಲ್:Calendar/kn at line 29: attempt to compare string with number.
| ರವಿ | ಸೋಮ | ಮಂಗಳ | ಬುಧ | ಗುರು | ಶುಕ್ರ | ಶನಿ |
|---|---|---|---|---|---|---|
| ೧ | ೨ | ೩ | ೪ | ೫ | ೬ | |
| ೭ | ೮ | ೯ | ೧೦ | ೧೧ | ೧೨ | ೧೩ |
| ೧೪ | ೧೫ | ೧೬ | ೧೭ | ೧೮ | ೧೯ | ೨೦ |
| ೨೧ | ೨೨ | ೨೩ | ೨೪ | ೨೫ | ೨೬ | ೨೭ |
| ೨೮ | ೨೯ | ೩೦ | ೩೧ |
Lua error in ಮಾಡ್ಯೂಲ್:Calendar/kn at line 29: attempt to compare string with number.
| ರವಿ | ಸೋಮ | ಮಂಗಳ | ಬುಧ | ಗುರು | ಶುಕ್ರ | ಶನಿ |
|---|---|---|---|---|---|---|
| ೧ | ೨ | ೩ | ೪ | ೫ | ೬ | |
| ೭ | ೮ | ೯ | ೧೦ | ೧೧ | ೧೨ | ೧೩ |
| ೧೪ | ೧೫ | ೧೬ | ೧೭ | ೧೮ | ೧೯ | ೨೦ |
| ೨೧ | ೨೨ | ೨೩ | ೨೪ | ೨೫ | ೨೬ | ೨೭ |
| ೨೮ | ೨೯ | ೩೦ | ೩೧ |
See also
[ಬದಲಾಯಿಸಿ]Multiple units of time
[ಬದಲಾಯಿಸಿ]| Type | Adjustable | Current | Last | Next |
|---|---|---|---|---|
| Date and time | {{Time}} |
{{Currentdate}} (MDY){{Plain now}} (DMY){{Now}} (DMY in a complete sentence){{Simple now}} |
||
| Date only | {{Dateonly}}{{Datedow}}(Has the day of the week) |
{{Date}} (Chose format){{DATE}} (prefixed by date=){{TODAY}} (DMY) |
{{Yesterday}}{{Day-1}} |
{{Tomorrow}}{{Day+1}} |
| Month and year only | {{Monthyear}} |
{{Monthyear-1}} |
{{Monthyear+1}} | |
| Time only | {{Timeonly}} |
{{CURRENTTIME}} (12 h format){{CURRENTTIME24}} (24 h format) |
||
| Banners | {{Right now}}(Blue with time and number of Wikipedia articles) |
|||
| Timestamp | {{Timestamp}}(Format YYYYMMDDhhmmss) |
Single units of time
[ಬದಲಾಯಿಸಿ]| Unit of time | Adjustable | Current | Last | Next |
|---|---|---|---|---|
| Second | {{CURRENTSECOND}} | |||
| Minute | {{CURRENTMINUTE}} | |||
| Hour | {{CURRENTHOUR}} | |||
| Week | {{CURRENTWEEK}} {{CURRENTWEEKOFMONTH}} |
|||
| Day of Week | {{DAYOFWEEK}} | {{CURRENTDAYNAME}} {{CURRENTWEEKDAYABBREV}} {{CURRENTWEEKDAY}} |
||
| Month | {{MONTHNAME}} {{MONTHABBREV}} {{MONTHNUMBER}} {{MONTH}} (zero padded) |
{{CURRENTMONTHNAME}} {{CURRENTMONTHABBREV}} {{CURRENTMONTH1}} {{CURRENTMONTHDAYS}} |
{{LASTMONTHNAME}} | {{NEXTMONTHNAME}} |
| Day of Month | {{CURRENTDAY}} {{CURRENTDAY2}} (zero padded) |
|||
| Year | {{CURRENTYEARCC}} {{CURRENTYEARYY}} {{CURRENTISOYEAR}} {{CURRENTYEAR}} |
{{LASTYEAR}} | {{NEXTYEAR}} | |
| Day of Year | {{CURRENTDAYOFYEAR}} | |||
| Decade | {{DECADE}} | {{CURRENTDECADE}} | ||
| Century | {{Century}} | {{CURRENTCENTURY}} | ||
| MILLENNIUM | {{MILLENNIUM}} |
Date and time templates made for substitution:
[ಬದಲಾಯಿಸಿ]Month:{{Lmonth}} produces ದೋಷ: ಅಮಾನ್ಯ ಸಮಯ.{{Nmonth}} produces ದೋಷ: ಅಮಾನ್ಯ ಸಮಯ.{{Last month}} produces ದೋಷ: ಅಮಾನ್ಯ ಸಮಯ.{{Next month}} produces ದೋಷ: ಅಮಾನ್ಯ ಸಮಯ.
Individual templates
[ಬದಲಾಯಿಸಿ]{{Calendar}}{{Calendar clock with Wikipedia stats}}{{Clock}}{{Digital clock}}{{Digital clock and date}}