Diferencia entre revisiones de «Plantilla:URL»

De Familia Sanchez Arjona
Saltar a: navegación, buscar
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 (37 revisiones importadas)
 
(No se muestran 19 ediciones intermedias de 11 usuarios)
Línea 1: Línea 1:
<includeonly>{{#if:{{{1|}}}|<!--
+
<includeonly>{{#invoke:URL|url|1={{{1|}}}|2={{{2|}}}}}</includeonly><noinclude>{{documentation}}</noinclude>
  --><span class="url"><!--
 
      -->{{#switch:{{lc:{{#titleparts:{{{1|}}}|2}}}}<!--
 
      -->|https:/<!--
 
      -->|http:/<!--
 
      -->|ftp:/=<!--
 
        -->[{{#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.<!--
 
                  -->|{{Str right|{{#titleparts:{{{1|}}}|1|3}}|4}}<!--
 
                  -->|{{#titleparts:{{{1|}}}||3}}<!--
 
                  -->}}<!--
 
              -->}}<!--
 
              -->{{#if:{{#titleparts:{{{1|}}}||4}}<!-- rest of the ressource path
 
              -->|/{{#titleparts:{{{1|}}}||4}}<!--
 
              -->}}<!--
 
            -->}}<!--
 
        -->}}<!--
 
        -->]<!--
 
      -->|#default=<!--
 
        -->[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.<!--
 
                  -->|{{Str right|{{#titleparts:{{{1|}}}|1|1}}|4}}<!--
 
                  -->|{{#titleparts:{{{1|}}}|1|1}}<!--
 
                  -->}}<!--
 
              -->}}<!--
 
              -->{{#if:{{#titleparts:{{{1|}}}||2}}<!-- rest of the ressource path
 
              -->|/{{#titleparts:{{{1|}}}||2}}<!--
 
              -->}}<!--
 
            -->}}<!--
 
        -->}}<!--
 
        -->]<!--
 
      -->}}<!--
 
  --></span><!--
 
-->|{{tlx|URL|example.com}}<!--
 
-->}}</includeonly><noinclude>{{documentation}}</noinclude>
 

Revisión actual del 15:22 27 may 2016

50px Template documentation[create]