Template:Wn/si/මූලාශ්රය/uc?/උපදෙස්
මෙය Template:Wn/si/මූලාශ්රය/uc? සඳහා වන උපදෙස් උප පිටුවක් වේ. මෙහි අදාළ සැකිලි පිටුව තුළ අඩංගු නොවන භාව්ත තොරතුරු, ප්රවර්ග, සහ වෙනත් තොරතුරු අන්තර්ගත වේ. |
This template checks a string to determine whether it is problematically all upper-case.
භාවිතය
[edit source]Pass as first unnamed parameter the string to be checked. Optionally, pass as second unnamed parameter a string officially designated as acceptable. Result is non-blank if a problem is detected, blank if no problem is detected.
උදාහරණ
[edit source]code | result | comment |
---|---|---|
{{Wn/si/|Foobar}} | {{Template:OBJECTPAGENAME|Foobar}} | string isn't all upper-case |
{{Wn/si/|鄭治祖}} | {{Template:OBJECTPAGENAME|鄭治祖}} | string is both upper- and lower-case |
{{Wn/si/|FOOBAR|FOOBAR}} | {{Template:OBJECTPAGENAME|FOOBAR|FOOBAR}} | string is officially designated as acceptable |
{{Wn/si/|FOOBAR}} | {{Template:OBJECTPAGENAME|FOOBAR}} | string is problematic |
Internals
[edit source]This template is meant to apply to the author
parameter to {{Wn/si/source}}, to determine whether it ought to be delegated to {{Wn/si/source/ucauthor}} for special attention. Any of three conditions mean there's no problem: if the string is altered by shifting it to all-upper case; if the string is not altered by shifting it to all-lower-case; or if the string is identical to the second unnamed parameter, which is meant to have been manually checked and determined to be appropriate.