Difference between revisions of "Template:Pagelang"

386 bytes removed ,  01:45, 10 November 2019
This template should return empty string if the pagename does not end with "/en" for consistency
>Verdy p
m
>Shirayuki
(This template should return empty string if the pagename does not end with "/en" for consistency)
 
(51 intermediate revisions by 32 users not shown)
Line 1: Line 1:
{{#ifeq:               {{#titleparts:{{PAGENAME}}||-1}}
{{#ifeq:{{#invoke:Template translation|getLanguageSubpage|{{{1|}}}}}|en
|                     {{#titleparts:{{PAGENAME}}|1}}
|{{#ifeq:{{#titleparts:{{{1|{{PAGENAME}}}}}||-1}}|en
|
  |{{#invoke:Template translation|getLanguageSubpage|{{{1|}}}}}
| {{#ifeq:             {{#titleparts:{{PAGENAME}}||-1}}
  }}
  |   {{lc:{{PAGENAME|{{#titleparts:{{PAGENAME}}||-1}}}}}}
|{{#invoke:Template translation|getLanguageSubpage|{{{1|}}}}}
  | {{#ifeq:          {{#titleparts:{{PAGENAME}}||-1}}
}}<noinclude>
    |     {{urlencode:{{#titleparts:{{PAGENAME}}||-1}}}}
{{Documentation}}
    | {{#ifeq:    {{lc:{{#titleparts:{{PAGENAME}}||-1}}}}
</noinclude>
      | {{ucfirst:{{lc:{{#titleparts:{{PAGENAME}}||-1}}}}}}
      |
      | {{#switch:     {{#titleparts:{{PAGENAME}}||-1}}
        | doc | layout | sandbox | testcases =
        | #default =  {{#titleparts:{{PAGENAME}}||-1}}
        }}
}}}}}}}}<noinclude>{{Documentation}}</noinclude>
Anonymous user