ထႅမ်းပလဵတ်ႉ:FindYDCportal
| This template uses Lua: |
| ထႅမ်းပလဵတ်ႉ ဢၼ်ၼႆႉ လႆႈၸႂ်ႉဝႆႉ တီႈၼႃႈလိၵ်ႈ မွၵ်ႈ 197,000 ၼႃႈလိၵ်ႈ. To avoid major disruption and server load, any changes should be tested in the ထႅမ်းပလဵတ်ႉ's /sandbox ဢမ်ႇၼၼ် ၼႃႈလိၵ်ႈၽႄ /testcases , ဢမ်ႇၼၼ် တီႈၼႂ်း ၼႃႈလိၵ်ႈၽႄ ၽူႈၸႂ်ႉတိုဝ်း။ The tested changes can be added to this page in a single edit. ဝူၼ်ႉသွၼ်ႇ ဢုပ်ႇဢူဝ်း လွင်ႈလႅၵ်ႈလၢႆႈ တီႈၼႂ်း ၼႃႈလိၵ်ႈ တႃႇဢုပ်ႇ ၽွင်းမိူဝ်ႈပႆႇ ၵေႃႇသၢင်ႈၶဝ်ၼၼ်ႉ။ ႁူဝ်ၼပ်ႉ လွင်ႈၶဝ်ႈပႃးၼႆႉ မၼ်းႁဵတ်းဢၢပ်ႉတဵတ်ႉဝႆႉႁင်းမၼ်း (တူၺ်းတီႈ ၽိုၼ်လိၵ်ႈ)။ |
A helper template to find the most specific chronology portal which actually exists for a given year or decade. Used to simplify linking to a chronology portal.
It is a wrapper template around Module:FindYDCportal. For use within templates, it is most efficient to invoke the module directly. For one-off use, the template requires less typing and makes the code easier to read.
ပရႃႇမီႇတႃႇ
[မႄးထတ်းငဝ်ႈငႃႇ]Takes one parameter, which must be either a year (e.g. "1879", "1123") or a decade (e.g. "1940s", "730s").
If the parameter is missing, empty, or does not fit the required format, an empty string is returned.
ၽွၼ်းဢွၵ်ႇ
[မႄးထတ်းငဝ်ႈငႃႇ]If a portal is found, returns its name without the namespace prefix, e.g.
- for "Portal:1980s" return
1980s
If no portal is found, it returns an empty string.
လွင်ႈၸႂ်ႉတိုဝ်း
[မႄးထတ်းငဝ်ႈငႃႇ]- Year parameter
{{FindYDCportal|YYYY}} ... where YYYY is a 3- or 4-digit year
- Decade parameter
{{FindYDCportal|YYY0s}} ... where YYY0s is a 3- or 4-digit decade
တူဝ်ယၢင်ႇ
[မႄးထတ်းငဝ်ႈငႃႇ]- Years
{{FindYDCportal|2018}}→ လွင်ႈၽိတ်းပိူင်ႈ Lua: bad argument #2 to 'title.new' (unrecognized namespace name 'Portal').{{FindYDCportal|1982}}→ လွင်ႈၽိတ်းပိူင်ႈ Lua: bad argument #2 to 'title.new' (unrecognized namespace name 'Portal').{{FindYDCportal|1946}}→{{FindYDCportal|1857}}→{{FindYDCportal|736}}→{{FindYDCportal|1800}}→
- Decades
{{FindYDCportal|2000s}}→ လွင်ႈၽိတ်းပိူင်ႈ Lua: bad argument #2 to 'title.new' (unrecognized namespace name 'Portal').{{FindYDCportal|1940s}}→{{FindYDCportal|560s}}→
- Missing parameter
{{FindYDCportal}}→
- Empty parameter
{{FindYDCportal|}}→
- Invalid parameter
{{FindYDCportal|1927-related}}→{{FindYDCportal|Swedish chef}}→
လွၵ်ႉၵျိၵ်ႉ
[မႄးထတ်းငဝ်ႈငႃႇ]If the parameter is a year:
- If the year portal exists, return its name.
Otherwise try the decade. - If the decade portal exists, return its name.
Otherwise try the century - If the century portal exists, return its name.
Otherwise return an empty string
If the parameter is a decade:
- If the decade portal exists, return its name.
Otherwise try the century - If the century portal exists, return its name.
Otherwise return an empty string