Template:Scryfall search: Difference between revisions

From MTG Wiki
Jump to navigation Jump to search
>Jerodast
m (improve documentation & formatting slightly. I think the second #if:{{{2|}}} could be structured more like the first one but out of an excess of caution I'll leave it alone.)
>Jerodast
m (Undo revision 476332 by Jerodast (talk) - actually I think it was a param problem not a logic problem)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{{#if:{{{1|}}}|[https://scryfall.com/search?q=<!--
<includeonly>{{#if:{{{1|}}}|[https://scryfall.com/search?q=<!--
   -->{{#if:{{{2|}}}|{{{2|}}}%3A}}<!-- adds the search type if given; %3A is a URL-encoded colon :
   -->{{#ifeq:{{{2}}}|raw<!--
  -->{{#ifeq:{{{2|}}}|is<!-- if the search type is "is", skip the quotations  
    -->|{{urlencode:{{{1}}}}}<!-- raw search: exactly as given, no prefix, no enclosure
    -->|{{#replace:{{{1|}}}| |+}}<!--
    --><!--
    -->|{{urlencode:{{{enclose|"}}}}}{{#replace:{{{1|}}}| |+}}{{urlencode:{{{enclose|"}}}}}<!--
    -->|{{#if:{{{2|}}}|{{{2}}}%3A}}<!-- adds the search type if given; %3A is a URL-encoded colon :
   -->}}<!--  
    -->{{#ifeq:{{{2}}}|is<!-- if the search type is "is", skip the quotations  
   -->{{#if:{{{color|}}}|+color%3D{{{color|}}}}}<!-- additional exact color; %3D is a URL-encoded equals sign =
      -->|{{urlencode:{{{1}}}}}<!--
   -->{{#if:{{{add|}}}|+{{urlencode:{{{add|}}}|PATH}}}}<!-- additional URL-encoded search options
      -->|{{urlencode:{{{enclose|"}}}{{{1}}}{{{enclose|"}}}}}<!--
    -->}}<!--
   -->}}<!--
   -->{{#if:{{{color|}}}|+color%3D{{{color}}}}}<!-- additional exact color; %3D is a URL-encoded equals sign =
   -->{{#if:{{{add|}}}|+{{urlencode:{{{add}}}|PATH}}}}<!-- additional URL-encoded search options
   --> <!-- intentional space before display text
   --> <!-- intentional space before display text
   -->{{#if:{{{display|}}}<!-- if you want to display something different than the search phrase
   -->{{#if:{{{display|}}}<!-- if you want to display something different than the search phrase
     -->|{{#replace:{{{display|}}}|]|&#93;}}<!-- closing bracket is escaped do avoid issue with the wiki formatting.
     -->|{{#replace:{{{display}}}|]|&#93;}}<!-- closing bracket is escaped do avoid issue with the wiki formatting.
     -->|{{#if:{{{2|}}}<!-- else display search itself (no custom display)
     -->|{{#ifeq:{{{2}}}|raw<!-- else display search itself (no custom display)
      -->|{{{2|}}}:<!-- first the search type (if any)
      -->|{{#replace:{{{1}}}|]|&#93;}}<!-- raw search - exactly as given, other than closing bracket escape
        -->{{#ifeq:{{{2|}}}|is<!-- again if the search type is "is", skip the quotations  
      -->|{{#if:{{{2|}}}<!--
          -->|{{#replace:{{{1|}}}|]|&#93;}}<!--
        -->|{{{2}}}:<!-- first the search type (if any)
          -->|{{{enclose|"}}}{{#replace:{{{1|}}}|]|&#93;}}{{{enclose|"}}}}}<!--
          -->{{#ifeq:{{{2}}}|is<!-- again if the search type is "is", skip the quotations  
      -->|{{{1|}}}<!--
            -->|{{#replace:{{{1}}}|]|&#93;}}<!--
            -->|{{{enclose|"}}}{{#replace:{{{1}}}|]|&#93;}}{{{enclose|"}}}}}<!--
        -->|{{{1}}}<!-- else plain/name search display (no search type specified)
      -->}}<!--
     -->}}<!--
     -->}}<!--
   -->}}<!--
   -->}}<!--
-->]}}{{#if:{{{date|}}}|. Retrieved from Scryfall on {{{date|}}}.}}</includeonly><noinclude>{{Documentation}}
-->]<!--
-->|Template error: Scryfall search missing search term.[[Category:Pages with template calls missing required parameters]]<!--
-->}}<!--
-->{{#if:{{{date|}}}|. Retrieved from Scryfall on {{{date|}}}.}}</includeonly><noinclude>{{Documentation}}
[[Category:Magic product templates]]</noinclude>
[[Category:Magic product templates]]</noinclude>

Latest revision as of 01:27, 4 April 2023

 Template Documentation[view | edit | history | purge]
This is a template documentation subpage for Template:Scryfall search.
It contains usage information, categories, interlanguage links and other content that is not part of the original template page.

Parameters

  • {{{1}}}: Search phrase. Required.
  • {{{2}}}: Search type (is, watermark, lore, fulloracle, artist, etc. Use "raw" if you want search exactly the search phrase.)
  • {{{enclose}}}: Defaults to ", can be set to / to enable regular expressions
  • {{{display}}}: If another thing then the search phrase should be displayed
  • {{{color}}}: Choose the exact color to be selected
  • {{{add}}}: Make the search more specific
  • {{{date}}}: The date of the search

Other usage notes

  • Use {{!}} to stand in for a pipe character | for use in regular expression search.
  • Use {{=}} to stand in for an equals sign = for use in regular expression search or with numerical fields.
  • Pages using this template display warnings and appear on Category:Pages with template calls missing required parameters if they do not provide the required {{{1}}} parameter.

Examples

The above documentation is transcluded from Template:Scryfall search/doc. (edit | history)
Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages.
Add categories and interwikis to the /doc subpage. Subpages of this template.