සැකිල්ල:Parsable/උපදෙස්
Appearance
(සැකිල්ල:Parsable/doc වෙතින් යළි-යොමු කරන ලදි)
මෙය "සැකිල්ල:Parsable" සඳහා උපදෙස් උප පිටුවක් වේ (සැකිල්ල සඳහා එම පිටුව වෙතට යොමු වන්න). මෙහි ඇත්තේ භාවිත තොරතුරු, ප්රවර්ග, සහ මූලික සැකිල්ල පිටුවට අදාළ නොවන වෙනත් අන්තර්ගතය වේ. |
This template is used on 4000+ pages. To avoid large-scale disruption and unnecessary server load, any changes should first be tested in the template sandbox or a user subpage. The tested changes can then be added in one single edit to this template. Please consider discussing any changes on the talk page before implementing them. |
This template determines whether its first parameter can be parsed by parser function #titleparts.
භාවිතය
[සංස්කරණය]{{parsable|
<parameter>}}
asks #titleparts to extract the second part of <parameter>. It returns true (i.e., non-blank) iff this request produces something different from <parameter>. If <parameter> is blank, the result of the test is false (because {{#titleparts:
<parameter>|1|2}}
then returns a blank string, which is not different from <parameter>).