Template:URL: Difference between revisions

From TEPwiki, Urth's Encyclopedia
Jump to navigation Jump to search
Content added Content deleted
m (simplify tests for presence of parameter 2, and of the titleparts limitation and its work-round ; additional fix for "ftp://" URLs)
m (another pathological case solved)
Line 2: Line 2:
--><span class="url"><!--
--><span class="url"><!--
-->{{#ifeq:{{#titleparts:{{{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
-->{{#ifeq:{{#titleparts:{{{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
-->[{{#if:1|{{{1|}}}}}]<!-- This #if:1 allows trimming leading spaces in the full URL: {{{1|}}}
-->[{{#if:1|{{{1|}}}}} {{#if:{{{2|}}}|{{#if:1|{{{2|}}}}}|{{#if:1|{{{1|}}}}}}}]<!-- These "#if:1" pseudo-tests (always true) allow trimming leading spaces in their text parameter
-->|<!--
-->|<!--
-->{{#switch:{{lc:{{#titleparts:{{{1|}}}|2}}}}<!--
-->{{#switch:{{lc:{{#titleparts:{{{1|}}}|2}}}}<!--
Line 36: Line 36:
-->]<!--
-->]<!--
-->}}<!--
-->}}<!--
-->}}<!--
--></span><!--
--></span><!--
-->|{{tlx|URL|example.com}}<!--
-->|{{tlx|URL|example.com}}<!--

Revision as of 20:01, 10 October 2010