MTG Wiki
No edit summary
No edit summary
(23 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Infobox
 
{{Infobox
  +
| abovestyle = {{Infobox sec|above}}
| headerstyle = background:#ccf;
+
| headerstyle = {{Infobox sec|header}}
| labelstyle = width:30%; font-size: 90%;
 
  +
| labelstyle = {{Infobox sec|label|width=28%}}
 
| above = <big>{{{name|{{PAGENAME}}}}}{{#if:{{{name2|}}}|<br/>({{{name2|}}})}}</big>
 
| above = <big>{{{name|{{PAGENAME}}}}}{{#if:{{{name2|}}}|<br/>({{{name2|}}})}}</big>
| image = {{#if:{{{icon|}}}|[[File:{{{icon}}}|70x70px|link=]]}}
+
| image = {{#if:{{{icon|}}}|[[File:{{#setmainimage:{{{icon}}}}}|70x70px]]}}
 
| header1 = {{{infobox|Mechanic}}}
 
| header1 = {{{infobox|Mechanic}}}
 
| label2 = Type
 
| label2 = Type
Line 15: Line 16:
 
| label6 = [[Storm Scale]]
 
| label6 = [[Storm Scale]]
 
| data6 = {{{storm|}}}{{{storm_ref|}}}
 
| data6 = {{{storm|}}}{{{storm_ref|}}}
| label7 = Statistics
+
| label7 = {{#if:{{{stats|}}}|<span class="nomobile">Statistics</span>}}
| data7 = {{{stats|}}}
+
| data7 = {{#if:{{{stats|}}}|<span class="nomobile">{{{stats|}}}</span>}}
| header8 = Gatherer Search
+
| header8 = {{#if:{{{search|{{{name|{{PAGENAME}}}}}}}}|Scryfall Search}}
| data9 = [http://gatherer.wizards.com/Pages/Search/Default.aspx?action=advanced&text=+%5B{{urlencode:"{{#replace:{{{search|{{{name|{{PAGENAME}}}}}}}}|"||}}"|PATH}}%5D&special=true {{{name|{{PAGENAME}}}}}]{{#if:{{{name2|}}}|<br/>[http://gatherer.wizards.com/Pages/Search/Default.aspx?action=advanced&text=+%5B{{urlencode:"{{{search2|{{{name2}}}}}}"|PATH}}%5D&special=true {{{name2}}}] }}
+
| 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==
 
{| style="background: transparent;"
 
{| style="background: transparent;"
|<pre>{{Infobox mechanics
+
|<pre>{{Infobox mechanic
 
| name = (optional, if different from page name)
 
| name = (optional, if different from page name)
 
| name2 = (optional, for different second name}
 
| name2 = (optional, for different second name}
Line 34: Line 35:
 
| text_type = (default: Reminder, can be changed if reminder text is not applicable)
 
| text_type = (default: Reminder, can be changed if reminder text is not applicable)
 
| stats =
 
| stats =
| search = (optional, use to refine gatherer search. May be wrapped in double straight quotation marks if whitespace 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 gatherer 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)
}}