MTG Wiki
No edit summary
No edit summary
(One intermediate revision by the same user not shown)
Line 19: Line 19:
 
| data7 = {{#if:{{{stats|}}}|<span class="nomobile">{{{stats|}}}</span>}}
 
| data7 = {{#if:{{{stats|}}}|<span class="nomobile">{{{stats|}}}</span>}}
 
| header8 = {{#if:{{{search|{{{name|{{PAGENAME}}}}}}}}|Scryfall Search}}
 
| header8 = {{#if:{{{search|{{{name|{{PAGENAME}}}}}}}}|Scryfall Search}}
| data9 = {{if:{{{regexsearch|}}}|{{Scryfall search|{{{regexsearch|}}}}}}|fulloracle|enclose=/|display=oracle:"{{{name|{{PAGENAME}}}}}"}}|{{Scryfall search|{{{search|{{{name|{{PAGENAME}}}}}}}}|fulloracle|display=oracle:"{{{name|{{PAGENAME}}}}}"}}}}{{#if:{{{name2|}}}{{{search2|}}}|{{#if:{{{search2|}}}|<br/>{{Scryfall search|{{{search2|}}}|fulloracle|display=oracle:"{{{name2|{{{name|{{PAGENAME}}}}}}}}"}}}}}}
+
| data9 = {{Scryfall search|{{{search|{{{name|{{PAGENAME}}}}}}}}|fulloracle|enclose={{{enclose|"}}}|display=oracle:"{{{name|{{PAGENAME}}}}}"}}{{#if:{{{name2|}}}{{{search2|}}}|{{#if:{{{search2|}}}|<br/>{{Scryfall search|{{{search2|}}}|fulloracle|enclose={{{enclose|"}}}|display=oracle:"{{{name2|{{{name|{{PAGENAME}}}}}}}}"}}}}}}
 
}}<noinclude>
 
}}<noinclude>
 
==Syntax==
 
==Syntax==
Line 37: Line 37:
 
| search = (optional, use to refine scryfall search. May be wrapped in double straight quotation marks if white space is needed at the beginning or end of the search term, e.g. "enchant ")
 
| search = (optional, use to refine scryfall search. May be wrapped in double straight quotation marks if white space is needed at the beginning or end of the search term, e.g. "enchant ")
 
| search2 = (optional, use to refine different second scryfall search)
 
| search2 = (optional, use to refine different second scryfall search)
  +
| enclose = (optional, can be used to modify the search terms. / enables regular expressions)
 
}}</pre>
 
}}</pre>
 
[[Category:Infobox templates]]
 
[[Category:Infobox templates]]

Revision as of 15:53, 27 June 2020

Infobox mechanic
Mechanic
Introduced [[{{{first}}}]]
Last Used [[{{{first}}}]]
Scryfall Search
oracle:"Infobox mechanic"

Syntax

{{Infobox mechanic
| name = (optional, if different from page name)
| name2 = (optional, for different second name}
| icon = (optional if exists: Duels [name] symbol.png)
| type = (if keyword: Activated|Characteristic|Evasion|Spell|Static|Triggered)
| first = 
| first_mech = (optional, use to identify when the keyword's mechanic was introduced, even if it wasn't a keyword yet (such as Fear or Shroud))
| last = (optional, if different from first)
| text =
| notext = (optional, if there is no official reminder text available)
| text_type = (default: Reminder, can be changed if reminder text is not applicable)
| stats =
| search = (optional, use to refine scryfall search. May be wrapped in double straight quotation marks if white space is needed at the beginning or end of the search term, e.g. "enchant ")
| search2 = (optional, use to refine different second scryfall search)
| enclose = (optional, can be used to modify the search terms. / enables regular expressions)
}}