Difference between revisions of "Template:URL"
Jump to navigation
Jump to search
imported>Verdy p m (provide compatibility with Template:Link (whose parameter 1 is optional, but still displays parameter 2 without a link), that should be redirected now to THIS template.) |
imported>MRSC (revert last set of changes; broke template) |
||
Line 1: | Line 1: | ||
<includeonly>{{#if:{{{1|}}}|<!-- | <includeonly>{{#if:{{{1|}}}|<!-- | ||
--><span class="url"><!-- | --><span class="url"><!-- | ||
− | |||
− | |||
− | |||
-->{{#switch:{{lc:{{#titleparts:{{{1|}}}|2}}}}<!-- | -->{{#switch:{{lc:{{#titleparts:{{{1|}}}|2}}}}<!-- | ||
-->|https:/<!-- | -->|https:/<!-- | ||
-->|http:/<!-- | -->|http:/<!-- | ||
− | -->|ftp:/=<!-- | + | -->|ftp:/=<!-- |
-->[{{#if:1|{{{1|}}}}} <!-- This #if:1 allows trimming leading spaces in the full URL: {{{1|}}} | -->[{{#if:1|{{{1|}}}}} <!-- This #if:1 allows trimming leading spaces in the full URL: {{{1|}}} | ||
− | -->{{#if:{{{2|}}} | + | -->{{#if:{{{2|}}}|{{{2|}}}|<!-- |
-->{{lc:<!-- domain name in lowercase | -->{{lc:<!-- domain name in lowercase | ||
-->{{#ifeq:{{lc:{{padleft:|4|{{#titleparts:{{{1|}}}|1|3}}}}}}|www.<!-- | -->{{#ifeq:{{lc:{{padleft:|4|{{#titleparts:{{{1|}}}|1|3}}}}}}|www.<!-- | ||
− | -->|{{Str right|{{#titleparts:{{{1|}}}|1|3}}|4}}<!-- | + | -->|{{Str right|1={{#titleparts:{{{1|}}}|1|3}}|2=4}}<!-- |
-->|{{#titleparts:{{{1|}}}||3}}<!-- | -->|{{#titleparts:{{{1|}}}||3}}<!-- | ||
-->}}<!-- | -->}}<!-- | ||
Line 21: | Line 18: | ||
-->}}<!-- | -->}}<!-- | ||
-->]<!-- | -->]<!-- | ||
− | -->|#default=<!-- | + | -->|#default=<!-- |
-->[http://{{#if:1|{{{1|}}}}} <!-- This #if:1 allows trimming leading spaces in the full URL: {{{1|}}} | -->[http://{{#if:1|{{{1|}}}}} <!-- This #if:1 allows trimming leading spaces in the full URL: {{{1|}}} | ||
− | -->{{#if:{{{2|}}} | + | -->{{#if:{{{2|}}}|{{{2|}}}|<!-- |
-->{{lc:<!-- domain name in lowercase | -->{{lc:<!-- domain name in lowercase | ||
-->{{#ifeq:{{lc:{{padleft:|4|{{#titleparts:{{{1|}}}|1|1}}}}}}|www.<!-- | -->{{#ifeq:{{lc:{{padleft:|4|{{#titleparts:{{{1|}}}|1|1}}}}}}|www.<!-- | ||
− | -->|{{Str right|{{#titleparts:{{{1|}}}|1|1}}|4}}<!-- | + | -->|{{Str right|1={{#titleparts:{{{1|}}}|1|1}}|2=4}}<!-- |
-->|{{#titleparts:{{{1|}}}|1|1}}<!-- | -->|{{#titleparts:{{{1|}}}|1|1}}<!-- | ||
-->}}<!-- | -->}}<!-- | ||
Line 36: | Line 33: | ||
-->]<!-- | -->]<!-- | ||
-->}}<!-- | -->}}<!-- | ||
− | |||
--></span><!-- | --></span><!-- | ||
− | -->| | + | -->|{{tlx|URL|example.com}}<!-- |
− | |||
− | |||
− | |||
-->}}</includeonly><noinclude>{{documentation}}</noinclude> | -->}}</includeonly><noinclude>{{documentation}}</noinclude> |