Difference between revisions of "Template:Pagelang"

From Deep Blue Robotics Wiki
Jump to: navigation, search
m (when a subpage contains a quote, PAGENAME HTML-encodes it so it is safe for use in #language; but titleparts restores quotes, and #language produces a server error on "language" codes with apostrophes)
m
Line 1: Line 1:
{{#switch:{{#titleparts:{{PAGENAME}}||-1}}|{{PAGENAME}}=|#default={{PAGENAME|{{#titleparts:{{PAGENAME}}}}||-1}}}}<noinclude>{{Documentation}}</noinclude>
+
{{#switch: {{#titleparts:{{PAGENAME}}||-1}}
 +
| {{#titleparts:{{PAGENAME}}|1}} =
 +
| #default = {{#ifeq: {{#titleparts:{{PAGENAME}}||-1}}
 +
        | {{PAGENAME|{{#titleparts:{{PAGENAME}}||-1}}}}
 +
        |                      {{#titleparts:{{PAGENAME}}||-1}}
 +
}}}}<noinclude>{{Documentation}}</noinclude>

Revision as of 11:58, 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}}}}}}