(fixed) |
(fixed region) |
||
Line 3: | Line 3: | ||
| {{#titleparts:{{{1|{{PAGENAME}}}}}|2}}<!-- Return "USA/CommonState"--> | | {{#titleparts:{{{1|{{PAGENAME}}}}}|2}}<!-- Return "USA/CommonState"--> | ||
| {{#ifeq: {{padright:|4|{{#titleparts:{{{1|{{PAGENAME}}}}}|1|3}}}}|Test<!-- If 2nd level = "Test..." --> | | {{#ifeq: {{padright:|4|{{#titleparts:{{{1|{{PAGENAME}}}}}|1|3}}}}|Test<!-- If 2nd level = "Test..." --> | ||
| {{#titleparts:{{{1|{{PAGENAME}}}}}| | | {{#titleparts:{{{1|{{PAGENAME}}}}}|3}}<!-- Return USA + 2 --> | ||
| {{#titleparts:{{{1|{{PAGENAME}}}}} | | {{#titleparts:{{{1|{{PAGENAME}}}}}|2}}<!-- Else USA + 1 --> | ||
}}<!-- End ifeq Test--> | }}<!-- End ifeq Test--> | ||
}}<!-- End ifeq CommonState--> | }}<!-- End ifeq CommonState--> |