साँचा:Party shortname/doc
दिखावट
यह प्रलेखन उपपृष्ठ साँचा:Party shortname के लिए है। इसमें उपयोग विधि की जानकारी, श्रेणियाँ और वह वस्तुएँ हैं जो कि असली साँचा के पृष्ठ पर नही हैं। |
This template uses Lua: |
साँचा:Political shortname प्रदत्त राजनीतिक दल के लिए एक छोटा नाम लौटाता है।
Usage
[संपादित करें]{{Party shortname|<party name>}}
Parameters
[संपादित करें]Examples
[संपादित करें]Here are some examples using the Labour Party (UK) (note that there are multiple potential input names):
["Labour and Co-operative"] = "Labour Party (UK)",
["Labour Co-operative"] = "Labour Party (UK)",
...
["Labour Party (Thailand)"] = {abbrev = "", color = "#000000", shortname = "",},
["Labour Party (UK)"] = {abbrev = "Lab", color = "#E4003B", shortname = "Labour",},
{{Party shortname|Labour Party (UK)}}
→ लेबर
{{Party shortname|Labour and Co-operative}}
→ Labour Co-op
{{Party shortname|Labour Co-operative}}
→ Labour Co-op
If the party is not present in the module, or the shortname is not in the module, the input party name will be returned.
{{Party shortname|Not-a-party}}
→ Not-a-party
{{Party shortname|A test no values}}
→ A test no values
To check if the party is present in the module, use |error=value
.
{{Party shortname|A test no values|error=ERROR}}
→ A test no values
(note in this case the input is in the module)
{{Party shortname|Not-a-party|error=ERROR}}
→ ERROR