Difference between revisions of "Template:Pagelang"

From Deep Blue Robotics Wiki
Jump to: navigation, search
(detect and avoid the fatal server error caused when #language is used with "language codes" containing single quotes; this template could return a subpagename with apostrophe-quote, which is not a valid language code anyway)
m
Line 1: Line 1:
 
{{#switch: {{#titleparts:{{PAGENAME}}||-1}}
 
{{#switch: {{#titleparts:{{PAGENAME}}||-1}}
 
| {{#titleparts:{{PAGENAME}}|1}} =
 
| {{#titleparts:{{PAGENAME}}|1}} =
| #default = {{#ifeq: {{#titleparts:{{PAGENAME}}||-1}}
+
| #default = {{#ifeq:     {{#titleparts:{{PAGENAME}}||-1}}
         | {{PAGENAME|{{#titleparts:{{PAGENAME}}||-1}}}}
+
         | {{lc:{{PAGENAME|{{#titleparts:{{PAGENAME}}||-1}}}}}}
 
         |                      {{#titleparts:{{PAGENAME}}||-1}}
 
         |                      {{#titleparts:{{PAGENAME}}||-1}}
 
}}}}<noinclude>{{Documentation}}</noinclude>
 
}}}}<noinclude>{{Documentation}}</noinclude>

Revision as of 13:08, 30 January 2014

{{#switch: {{#titleparts:Pagelang||-1}} | {{#titleparts:Pagelang|1}} = | #default = {{#ifeq: {{#titleparts:Pagelang||-1}}

       | template:pagename
       |                      {{#titleparts:Pagelang||-1}}

}}}}{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}