Jump to content

Template:Search link: Difference between revisions

From Fifth Empire Wiki
change parameter names from {{{text}}} and {{{link}}} to {{{query}}} and {{{label}}}
named parameters now override positional ones, as they should
Line 2: Line 2:
| 1={{Warning|{{tl|Search link}} should not be used in [[WP:WIAA|articles]] as links to "search result pages" are among the [[WP:LINKSTOAVOID|links normally to be avoided]].}}
| 1={{Warning|{{tl|Search link}} should not be used in [[WP:WIAA|articles]] as links to "search result pages" are among the [[WP:LINKSTOAVOID|links normally to be avoided]].}}
| 2=<span class="plainlinks">[{{fullurl:Special:Search|search=<!--
| 2=<span class="plainlinks">[{{fullurl:Special:Search|search=<!--
     -->{{urlencode:{{{1|{{{query|}}}}}}}}<!--  Given query  
     -->{{urlencode:{{{query|{{{1|}}}}}}}}<!--  Given query  
     -->{{#if:{{{ns|}}}  <!-- ns = all / ns0=1&ns5=1 -->
     -->{{#if:{{{ns|}}}  <!-- ns = all / ns0=1&ns5=1 -->
     | {{#ifeq: {{{ns}}} | all
     | {{#ifeq: {{{ns}}} | all
Line 54: Line 54:
     -->|{{#invoke:String|replace
     -->|{{#invoke:String|replace
         |{{#if:
         |{{#if:
         {{{2|{{{label|}}}}}}<!-- If a label is given, -->
         {{{label|{{{2|}}}}}}<!-- If a label is given, -->
           |<nowiki />{{{2|{{{label|}}}}}}<!-- protect it from a leading * or # -->
           |<nowiki />{{{label|{{{2|}}}}}}<!-- protect it from a leading * or # -->
           |<nowiki />{{{1|{{{query|}}}}}}<!-- by using <nowiki />  (Help:wikitext)
           |<nowiki />{{{query|{{{1|}}}}}}<!-- by using <nowiki />  (Help:wikitext)
       -->}}<!--
       -->}}<!--
     -->|[|&#91;}}<!-- ] with its html symbol
     -->|[|&#91;}}<!-- ] with its html symbol

Revision as of 04:26, 23 July 2015