සැකිල්ල:P1/doc
(සැකිල්ල:P2/doc වෙතින් යළි-යොමු කරන ලදි)
This is a documentation subpage for සැකිල්ල:P1. It may contain usage information, categories and other content that is not part of the original සැකිල්ල page. |
මෙම සැකිල්ල පිටු 110,000 පමණ භාවිතා වන නිසා. To avoid major disruption and server load, any changes should be tested in the මෙම සැකිල්ලට අදාළ /sandbox හෝ /testcases උපපිටුවල, හෝ ඔබගේ පරිශීලක උපපිටුවේ පළමුව සිදුකොට පරීක්ෂාකර බලන්න. The tested changes can be added to this page in a single edit. එම වෙනස්කම් සිදුකිරීමට ප්රථම අදාළ සාකච්ඡා පිටුවේ ඒ පිළිබඳව සංවාදයක් ගොඩනැගීමට කාරුණික වන්න. Transclusion count updated automatically (ප්රලේඛනය වෙතට යොමුවන්න). |
The templates P1 and P2 simply return the first respectively second unnamed input parameter respectively. For example:
{{P1|foo|bar|baz}}
returns foo{{P2|foo|bar|baz}}
returns bar
These templates can be used inside other templates as an alternative to the {{#switch}} parser function, to switch between outputs based on whether the input is "1" or "2":
{{P{{{1}}}|output if 1|output if 2}}
Using {{#switch}}
, this syntax is equivalent to
{{#switch:{{{1}}}|1=output if 1|2=output if 2}}
except that the parser function strips whitespace between parameters whereas the templates don't.
See also
සංස්කරණය