Difference between revisions of "Template:Pagelang"

From MakerFX Wiki!
Jump to: navigation, search
(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:)
m (57 revisions imported)
 
(47 intermediate revisions by 29 users not shown)
Line 1: Line 1:
{{#ifeq:               {{#titleparts:{{PAGENAME}}||-1}}
+
{{#ifeq:{{#titleparts:{{{1|{{PAGENAME}}}}}||-1}}|{{#titleparts:{{{1|{{PAGENAME}}}}}|1}}||{{#ifeq:{{#titleparts:{{{1|{{PAGENAME}}}}}||-1}}|{{lc:{{PAGENAME:{{#titleparts:{{{1|{{PAGENAME}}}}}||-1}}}}}}|{{#ifeq:{{#titleparts:{{{1|{{PAGENAME}}}}}||-1}}|{{urlencode:{{#titleparts:{{{1|{{PAGENAME}}}}}||-1}}}}|{{#ifeq:{{lc:{{#titleparts:{{{1|{{PAGENAME}}}}}||-1}}}}|{{ucfirst:{{lc:{{#titleparts:{{{1|{{PAGENAME}}}}}||-1}}}}}}||{{#switch:{{#titleparts:{{{1|{{PAGENAME}}}}}||-1}}|doc|layout|sandbox|testcases|init|preload=|#default={{#titleparts:{{{1|{{PAGENAME}}}}}||-1}}}}}}}}}}}}<noinclude>{{Documentation}}</noinclude>
|                     {{#titleparts:{{PAGENAME}}|1}}
 
|
 
| {{#ifeq:             {{#titleparts:{{PAGENAME}}||-1}}
 
  |   {{lc:{{PAGENAME|{{#titleparts:{{PAGENAME}}||-1}}}}}}
 
  | {{#ifeq:           {{#titleparts:{{PAGENAME}}||-1}}
 
    |     {{urlencode:{{#titleparts:{{PAGENAME}}||-1}}}}
 
    | {{#ifeq:   {{lc:{{#titleparts:{{PAGENAME}}||-1}}}}
 
      | {{ucfirst:{{lc:{{#titleparts:{{PAGENAME}}||-1}}}}}}
 
      |
 
      |               {{#titleparts:{{PAGENAME}}||-1}}
 
}}}}}}}}<noinclude>{{Documentation}}</noinclude>
 

Latest revision as of 15:11, 6 August 2018

Script error: No such module "documentation".