Difference between revisions of "Template:Pagelang"

253 bytes added ,  16:50, 30 January 2014
further check of valid characters in language codes: only [-.0-9A-Z_a-z] are idempotent in URLENCODE, but we already disallowed uppercase letters and underscore:
>Verdy p
m
>Verdy p
(further check of valid characters in language codes: only [-.0-9A-Z_a-z] are idempotent in URLENCODE, but we already disallowed uppercase letters and underscore:)
Line 1: Line 1:
{{#switch: {{#titleparts:{{PAGENAME}}||-1}}
{{#ifeq:               {{#titleparts:{{PAGENAME}}||-1}}
| {{#titleparts:{{PAGENAME}}|1}} =
|                     {{#titleparts:{{PAGENAME}}|1}}
| #default = {{#ifeq:         {{#titleparts:{{PAGENAME}}||-1}}
|
            | {{lc:{{PAGENAME|{{#titleparts:{{PAGENAME}}||-1}}}}}}
| {{#ifeq:            {{#titleparts:{{PAGENAME}}||-1}}
            |                 {{#titleparts:{{PAGENAME}}||-1}}
  |    {{lc:{{PAGENAME|{{#titleparts:{{PAGENAME}}||-1}}}}}}
}}}}<noinclude>{{Documentation}}</noinclude>
  | {{#ifeq:           {{#titleparts:{{PAGENAME}}||-1}}
    |      {{urlencode:{{#titleparts:{{PAGENAME}}||-1}}}}
    | {{#ifeq:    {{lc:{{#titleparts:{{PAGENAME}}||-1}}}}
      | {{ucfirst:{{lc:{{#titleparts:{{PAGENAME}}||-1}}}}}}
      |
      |               {{#titleparts:{{PAGENAME}}||-1}}
}}}}}}}}<noinclude>{{Documentation}}</noinclude>
Anonymous user