Module:Year in other calendars/doc: रिवीजन सभ के बीचा में अंतर

विकिपीडिया से
Content deleted Content added
छो →‎इहो देखल जाय: छोट अनुबाद, replaced: == See also == → == इहो देखल जाय == using AWB
छो Bot: Replace deprecated <source> tag and "enclose" parameter [https://lists.wikimedia.org/pipermail/wikitech-ambassadors/2020-April/002284.html]
 
लाइन 8: लाइन 8:
To display one year:
To display one year:


<div style="overflow: auto;"><source lang="lua">
<div style="overflow: auto;"><syntaxhighlight lang="lua">
local myCalendar = calendar:new()
local myCalendar = calendar:new()
myCalendar:setLink( 'My calendar article' ) -- The name of the calendar's Wikipedia article.
myCalendar:setLink( 'My calendar article' ) -- The name of the calendar's Wikipedia article.
myCalendar:setYear( year + 10 ) -- Lua code linking the Gregorian calendar year to your calendar's year.
myCalendar:setYear( year + 10 ) -- Lua code linking the Gregorian calendar year to your calendar's year.
box:addCalendar( myCalendar )
box:addCalendar( myCalendar )
</source></div>
</syntaxhighlight></div>


To display a year range:
To display a year range:


<div style="overflow: auto;"><source lang="lua">
<div style="overflow: auto;"><syntaxhighlight lang="lua">
local myCalendar = calendar:new()
local myCalendar = calendar:new()
myCalendar:setLink( 'My calendar article' ) -- The name of the calendar's Wikipedia article.
myCalendar:setLink( 'My calendar article' ) -- The name of the calendar's Wikipedia article.
myCalendar:setYearRange( year + 10, year + 11 ) -- Lua code outputting the start year and the end year of the year range.
myCalendar:setYearRange( year + 10, year + 11 ) -- Lua code outputting the start year and the end year of the year range.
box:addCalendar( myCalendar )
box:addCalendar( myCalendar )
</source></div>
</syntaxhighlight></div>


More complicated calendars can be passed as a string to <code>calendar:setYear()</code>.
More complicated calendars can be passed as a string to <code>calendar:setYear()</code>.
लाइन 31: लाइन 31:


To load these classes from another module, use the following:
To load these classes from another module, use the following:
<div style="overflow: auto;"><source lang="lua">
<div style="overflow: auto;"><syntaxhighlight lang="lua">
local yearInOtherCalendars = require( 'Module:Year in other calendars' )
local yearInOtherCalendars = require( 'Module:Year in other calendars' )
local calendarBox = yearInOtherCalendars.calendarBox
local calendarBox = yearInOtherCalendars.calendarBox
local calendarGroup = yearInOtherCalendars.calendarGroup
local calendarGroup = yearInOtherCalendars.calendarGroup
local calendar = yearInOtherCalendars.calendar
local calendar = yearInOtherCalendars.calendar
</source></div>
</syntaxhighlight></div>


==== calendarBox class ====
==== calendarBox class ====

17:09, 22 अप्रैल 2020 ले भइल नया बदलाव

2024 in other calendars
Gregorian calendar2024
MMXXIV
Ab urbe condita2777
Armenian calendar1473
ԹՎ ՌՆՀԳ
Assyrian calendar6774
Bahá'í calendar180–181
Bengali calendar1431
Berber calendar2974
British Regnal year72 Eliz. 2 – 73 Eliz. 2
Buddhist calendar2568
Burmese calendar1386
Byzantine calendar7532–7533
Chinese calendar癸卯(Water Rabbit)
4720 or 4660
    — to —
甲辰年 (Wood Dragon)
4721 or 4661
Coptic calendar1740–1741
Discordian calendar3190
Ethiopian calendar2016–2017
Hebrew calendar5784–5785
Hindu calendars
 - Vikram Samvat2080–2081
 - Shaka Samvat1946–1947
 - Kali Yuga5125–5126
Holocene calendar12024
Igbo calendar1024–1025
Iranian calendar1402–1403
Islamic calendar1445–1446
Japanese calendarHeisei 36
(平成36年)
Juche calendar113
Julian calendarGregorian minus 13 days
Korean calendar4357
Minguo calendarROC 113
民國113年
Thai solar calendar2567
Unix time1704067200–1735689599
2024 in other calendars
Gregorian calendar2024
MMXXIV
Ab urbe condita2777
Armenian calendar1473
ԹՎ ՌՆՀԳ
Assyrian calendar6774
Bahá'í calendar180–181
Bengali calendar1431
Berber calendar2974
British Regnal year72 Eliz. 2 – 73 Eliz. 2
Buddhist calendar2568
Burmese calendar1386
Byzantine calendar7532–7533
Chinese calendar癸卯(Water Rabbit)
4720 or 4660
    — to —
甲辰年 (Wood Dragon)
4721 or 4661
Coptic calendar1740–1741
Discordian calendar3190
Ethiopian calendar2016–2017
Hebrew calendar5784–5785
Hindu calendars
 - Vikram Samvat2080–2081
 - Shaka Samvat1946–1947
 - Kali Yuga5125–5126
Holocene calendar12024
Igbo calendar1024–1025
Iranian calendar1402–1403
Islamic calendar1445–1446
Japanese calendarHeisei 36
(平成36年)
Juche calendar113
Julian calendarGregorian minus 13 days
Korean calendar4357
Minguo calendarROC 113
民國113年
Thai solar calendar2567
Unix time1704067200–1735689599


This module produces the sidebar opposite displaying a given Gregorian year in various different calendars.

सिंटेक्स[संपादन करीं]

Simple

{{#invoke:Year in other calendars|main}}

All parameters

{{#invoke:Year in other calendars|main |year=(n) |footnotes=(footnotes) |gregcal=(article name)}}

पैरामीटर[संपादन करीं]

year
Number specifying the year to be displayed. This can be negative and also can be in the format "n BC" to display BC dates. If not specified, the current year is used.
footnotes
Any footnotes to be placed at the bottom of the sidebar.
gregcal
Name of an article to be displayed for Gregorian and Julian years (e.g. "2000 BC"). Do not include square brackets.

माइक्रोफार्मेट[संपादन करीं]

The HTML mark-up produced by this template includes an hCalendar microformat that makes event/date details readily parsable by computer programs. This aids tasks such as the cataloguing of articles and maintenance of databases. For more information about the use of microformats on Wikipedia, please visit the Microformat WikiProject.

Classes used

The HTML classes this microformat uses include:

  • attendee
  • description
  • dtend
  • dtstart
  • location
  • summary
  • url
  • vevent
line-height:1.3em



Adding new calendars[संपादन करीं]

The module is set up to allow for easy addition of new calendars. Just scroll down to the "Build the box" section of the module code, and add your calendar as follows:

To display one year:

    local myCalendar = calendar:new()
    myCalendar:setLink( 'My calendar article' ) -- The name of the calendar's Wikipedia article.
    myCalendar:setYear( year + 10 ) -- Lua code linking the Gregorian calendar year to your calendar's year.
    box:addCalendar( myCalendar )

To display a year range:

    local myCalendar = calendar:new()
    myCalendar:setLink( 'My calendar article' ) -- The name of the calendar's Wikipedia article.
    myCalendar:setYearRange( year + 10, year + 11 ) -- Lua code outputting the start year and the end year of the year range.
    box:addCalendar( myCalendar )

More complicated calendars can be passed as a string to calendar:setYear().

Technical details[संपादन करीं]

The module defines three classes which do the work of setting up the sidebar and displaying the data provided by the calendar functions. These are the calendarBox class, which defines the sidebar; the calendar class, which holds the data for one calendar; and the calendarGroup object, which defines a group of calendar objects with a heading.

To load these classes from another module, use the following:

local yearInOtherCalendars = require( 'Module:Year in other calendars' )
local calendarBox = yearInOtherCalendars.calendarBox
local calendarGroup = yearInOtherCalendars.calendarGroup
local calendar = yearInOtherCalendars.calendar

calendarBox class[संपादन करीं]

A calendarBox object is initiated with:

local myCalendarBox = calendarBox:new{ year = yyyy, footnotes = footnotes, navbar = page name }
  • year - sets the Gregorian year to base calendar calculations on. If not specified, the current year is used.
  • footnotes - sets text to be displayed in a footnotes section at the bottom of the sidebar.
  • navbar - sets the page name to be used by the navbar.

Calendar box objects have the following properties:

  • calendarBox.year - the Gregorian year number. This is negative for BC years; for example, for the year 100 BC the value of calendarBox.year is -99. (BC years are calculated by "1 - n" rather than "0 - n", as there is no year zero.)
  • calendarBox.yearText - the Gregorian year text. This is a string value of the format "n" for AD years and "n BC" for BC years.
  • calendarBox.caption - the text of the box caption (the bold text that appears directly above the box). The default caption is the value of calendarBox.yearText.
  • calendarBox.footnotes - the text of the box footnotes.
  • calendarBox.navbar - the page name used by the navbar.

Calendar box objects have the following methods:

  • calendarBox:setCaption( caption ) - sets the box caption (the bold text that appears directly above the box). The default caption is the value of calendarBox.yearText.
  • calendarBox:addCalendar( obj ) - adds a calendar object or a calendar group object to the calendar box.
  • calendarBox:addCalendarGroup( obj ) - an alias for myCalendarBox:addCalendar().
  • calendarBox:export() - converts the calendar box object to wikicode. This calls calendar:export() and calendarGroup:export() to export calendar objects and calendar group objects.

calendar class[संपादन करीं]

A calendar object is initiated with:

local myCalendar = calendar:new()

Calendar objects have the following properties:

  • calendar.link - the link name.
  • calendar.year - the year value. This is always a string value.

Calendar objects have the following methods:

  • calendar:setLink( link, display ) - sets the link name for the calendar object. link is the name of Wikipedia's article about the calendar, and display is an optional display name for the article link.
  • calendar:setRawLink( wikitext ) - sets the calendar link as raw wikitext.
  • calendar:getLink() - gets the link value.
  • calendar:setYear( year ) - sets the year value for the calendar. year can be a number or a string.
  • calendar:setYearRange( startYear, endYear ) - sets the year value for the calendar as a year range. Both startYear and endYear must be number values.
  • calendar:export() - exports the calendar to wikitext. If no link value was found, this returns nil. If a link was found but no year value was found, the calendar is output with a value of N/A for the year.

calendarGroup class[संपादन करीं]

A calendarGroup object is initiated with:

local myCalendarGroup = calendarGroup:new{ heading = heading }
  • heading - the wikitext heading for the calendar group (e.g. [[Hindu calendar]]s).

Calendar group objects have one property:

  • calendarGroup.heading - the calendar group heading text.

Calendar group objects have the following methods:

  • calendarGroup:addCalendar( obj ) - adds a calendar object to the calendar group.
  • calendarGroup:export() - converts a calendar group to wikitext. Calls calendar:export() to export individual calendar objects.

इहो देखल जाय[संपादन करीं]

{{Year in other calendars}}