Template:Pagelang: Difference between revisions

Content deleted Content added
imported>Verdy p
m replace unnecessary old invokation of Template:PAGENAME by parser function "PAGENAME:"
use new Lua method in Module:Main
 
(7 intermediate revisions by 4 users not shown)
Line 1:
}}}}}}{{#invoke:Main|page_language}}<noinclude>{{Documentation}}</noinclude>
{{#ifeq: {{#titleparts:{{PAGENAME}}||-1}}
[[Category:Utility templates]]</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}}}}}}
|
| {{#switch: {{#titleparts:{{PAGENAME}}||-1}}
| doc | layout | sandbox | testcases =
| #default = {{#titleparts:{{PAGENAME}}||-1}}
}}
}}}}}}}}<noinclude>{{Documentation}}</noinclude>