Diferencia entre revisiones de «Plantilla:URL»

De Familia Sanchez Arjona
Saltar a: navegación, buscar
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.)
(revert last set of changes; broke template)
Línea 1: Línea 1:
 
<includeonly>{{#if:{{{1|}}}|<!--
 
<includeonly>{{#if:{{{1|}}}|<!--
 
   --><span class="url"><!--
 
   --><span class="url"><!--
  -->{{#ifeq:{{#titleparts:{{lc:{{{1|}}}}}|1|1}}|{{lc:{{{1|}}}}}|<!-- work-around when titleparts doesn't accept the URL and returns the full string without a capital: don't attempt to transform the displayed URL
 
      -->[{{#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}}}}<!--
 
       -->|https:/<!--
 
       -->|https:/<!--
 
       -->|http:/<!--
 
       -->|http:/<!--
       -->|ftp:/=<!-- an FTP URL is a valid URI scheme and MUST NOT imply a default "http://" (as generated in the #default case)
+
       -->|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:1|{{{2|}}}}}| <!-- This #if:1 allows trimming leading spaces in the specified display text : {{{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}}<!--
 
               -->}}<!--
 
               -->}}<!--
Línea 21: Línea 18:
 
         -->}}<!--
 
         -->}}<!--
 
         -->]<!--
 
         -->]<!--
       -->|#default=<!-- Warning! this case implies a default "http://" URI scheme, and should NOT occur if there's another accepted URI scheme in the URL
+
       -->|#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:1|{{{2|}}}}}| <!-- This #if:1 allows trimming leading spaces in the specified display text : {{{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}}<!--
 
               -->}}<!--
 
               -->}}<!--
Línea 36: Línea 33:
 
         -->]<!--
 
         -->]<!--
 
       -->}}<!--
 
       -->}}<!--
  -->}}<!--
 
 
   --></span><!--
 
   --></span><!--
-->|<!--
+
-->|{{tlx|URL|example.com}}<!--
  -->{{#if:{{{2|}}}|{{{2|}}}|<!--
 
      -->{{tlx|URL|''example.com''|''optional display text''}}<!--
 
  -->}}<!--
 
 
-->}}</includeonly><noinclude>{{documentation}}</noinclude>
 
-->}}</includeonly><noinclude>{{documentation}}</noinclude>

Revisión del 18:43 20 oct 2010

50px Template documentation[create]