模組:Easter/doc
外观
这是Module:Easter的文档页面
Module to calculate Easter dates and dates relative to Easter.
Calculate
[编辑]Function to calculate Easter date or date of the event related to Easter.
arguments
[编辑]Field | What is for? | Example argument |
---|---|---|
1 | Year | i.e. 2025 or 1882 .
|
method | Calculation method of the Easter date:
|
i.e. Eastern to calculate Easter date in the Orthodox rite.
|
day | Name of the event related to Easter date or integer number of days before (negative) or after (positive) the Easter. The following days are available by name:
|
i.e. 49 or interchangeably Pentecost
|
format | Describes date format in the final output, which is the same as used in #time parser function. Default format is Y-m-d . There is a special value none that prevents from final date formatting.
|
i.e. j xd .
|
示例
[编辑]{{#invoke:Easter|Calculate|{{CURRENTYEAR}}}}
- 2025-04-20
{{#invoke:Easter|Calculate|{{CURRENTYEAR}}|method=Eastern}}
- 2025-04-20
{{#invoke:Easter|Calculate|{{CURRENTYEAR}}|format=[[j xg]]}}
- 20 4月
{{#invoke:Easter|Calculate|{{CURRENTYEAR}}|method=Eastern|format=[[j xg]]}}
- 20 4月
{{#invoke:Easter|Calculate|{{CURRENTYEAR}}|day=Ash Wednesday}}
- 2025-03-05
{{#invoke:Easter|Calculate|{{CURRENTYEAR}}|method=Eastern|day=Ash Wednesday}}
- 2025-03-05
{{#invoke:Easter|Calculate|{{CURRENTYEAR}}|format=[[j xg]] (l)|day=Ash Wednesday}}
- 5 3月 (星期三)
{{#invoke:Easter|Calculate|{{CURRENTYEAR}}|method=Eastern|format=[[j xg]] (l)|day=Ash Wednesday}}
- 5 3月 (星期三)