Template:URL: Difference between revisions

m
work-around when titleparts does not work (for example presence of %xx URL-encoding in the path or in the query string):don't transform the displayed URL
m (fixing calls to {{str right}} template for pathological cases ith equal signs in URLs)
m (work-around when titleparts does not work (for example presence of %xx URL-encoding in the path or in the query string):don't transform the displayed URL)
Line 7:
-->[{{#if:1|{{{1|}}}}} <!-- This #if:1 allows trimming leading spaces in the full URL: {{{1|}}}
-->{{#if:{{{2|}}}|{{{2|}}}|<!--
-->{{#ifeq:{{#titleparts:{{{1|}}}|1|3}}|{{{1|}}}|{{{1|}}}|<!-- work-around when titleparts doesn't accept the URL and returns the full string instead : don't attempt to transform the displayed URL
-->{{lc:<!-- domain name in lowercase
-->{{#ifeq:{{lc:{{padleft:|4|{{#titleparts:{{{1|}}}|1|3}}}}}}|www.<!-- domain name in lowercase
-->|{{Str right#ifeq:{{lc:{{padleft:|4|1={{#titleparts:{{{1|}}}|1|3}}|2=4}}}}|www.<!--
-->|{{Str right|{{#titleparts:{{{1|}}}|1|3}}|4}}<!--
-->|/{{#titleparts:{{{1|}}}||43}}<!--
-->}}<!--
-->}}<!--
-->{{#if:{{#titleparts:{{{1|}}}||4}}<!-- rest of the ressource path
-->|/{{#titleparts:{{{1|}}}||24}}<!--
-->}}<!--
-->}}<!--
-->{{#if:{{#titleparts:{{{1|}}}||4}}<!-- rest of the ressource path
-->|/{{#titleparts:{{{1|}}}||4}}<!--
-->}}<!--
-->}}<!--
Line 21 ⟶ 23:
-->[http://{{#if:1|{{{1|}}}}} <!-- This #if:1 allows trimming leading spaces in the full URL: {{{1|}}}
-->{{#if:{{{2|}}}|{{{2|}}}|<!--
-->{{#ifeq:{{#titleparts:{{{1|}}}|1|1}}|{{{1|}}}|{{{1|}}}|<!-- work-around when titleparts doesn't accept the URL and returns the full string instead : don't attempt to transform the displayed URL
-->{{lc:<!-- domain name in lowercase
-->{{#ifeq:{{lc:{{padleft:|4|{{#titleparts:{{{1|}}}|1|1}}}}}}|www.<!-- domain name in lowercase
-->|{{Str right#ifeq:{{lc:{{padleft:|4|1={{#titleparts:{{{1|}}}|1|1}}|2=4}}}}|www.<!--
-->|{{Str right|{{#titleparts:{{{1|}}}|1|1}}|4}}<!--
-->{{#if:|{{#titleparts:{{{1|}}}|1|21}}<!-- rest of the ressource path
-->}}<!--
-->}}<!--
-->{{#if:{{#titleparts:{{{1|}}}||2}}<!-- rest of the ressource path
-->|/{{#titleparts:{{{1|}}}||2}}<!--
-->}}<!--
-->}}<!--
-->{{#if:{{#titleparts:{{{1|}}}||2}}<!-- rest of the ressource path
-->|/{{#titleparts:{{{1|}}}||2}}<!--
-->}}<!--
-->}}<!--
Anonymous user