MTG Wiki
mNo edit summary
Line 101: Line 101:
 
|mechanics = ...<ref name="..."/>
 
|mechanics = ...<ref name="..."/>
 
|keywords = ...<ref name="..."/>
 
|keywords = ...<ref name="..."/>
|size = ...<ref name="..."/><BR><small>(n basic lands, o commons, p uncommons, q rares, r mythic rares)</small>
+
|size = ...<ref name="..."/><br/><small>(n basic lands, o commons, p uncommons, q rares, r mythic rares)</small>
|code_expansion = ...
+
|code_expansion = XXX
 
|code_expansion_ref = <ref name="..."/>
 
|code_expansion_ref = <ref name="..."/>
 
|code_expansion_explain = if there is a need to explain the code.
 
|code_expansion_explain = if there is a need to explain the code.

Revision as of 05:40, 23 May 2016

Usage

Bare Bones

{{Infobox set
  |set name = 
  |logo = 
  |symbol description = 
  |design team = 
  |development team = 
  |date_release = 
  |date_prerelease = 
  |date_launch_party = 
  |date_magic_online = 
  |date_game_day = 
  |mechanics = 
  |keywords = 
  |size = 
  |code_expansion = 
  |code_expansion_ref = 
  |code_expansion_explain = 
  |code_development = 
  |block name = 
  |first set = 
  |second set = 
  |third set = 
  |previous set = 
  |next set = 
}}

Skeleton

{{Infobox set
  |set name = defaults to PAGENAME
  |logo = [[File:[code_expansion] logo.jpg|250px]]|
  |symbol description = 
  |nosymbol= set to 1, if the set has no own expansion symbol like Renaissance.
  |symbol = only used if code_expansion is NULL but the set has a symbol (essentially only legendary cube)
  |design team = ...<ref name="..."/>
  |development team = ...<ref name="..."/>
  |date_release = ...<ref name="..."/>
  |date_prerelease = ...<ref name="..."/>
  |date_launch_party = ...<ref name="..."/>
  |date_magic_online = ...<ref name="..."/>
  |date_game_day = ...<ref name="..."/>
  |mechanics = ...<ref name="..."/>
  |keywords = ...<ref name="..."/>
  |size = ...<ref name="..."/><br/><small>(n basic lands, o commons, p uncommons, q rares, r mythic rares)</small>
  |code_expansion = XXX
  |code_expansion_ref = <ref name="..."/>
  |code_expansion_explain = if there is a need to explain the code.
  |code_development = ...<ref name="..."/>
  |block name = [[...]]
  |first set = 
  |second set = 
  |third set = 
  |previous set = [[...]]
  |next set = [[...]]
}}

Example

For Return to Ravnica, for example, the infobox expansion is:

{{Infobox set
 |logo = [[File:RTR logo.png|250px]]|
 |symbol description = The nib of a fountain pen
 |design team = [[Ken Nagle]] (lead),<br/>[[Zac Hill]],<br/>[[Alexis Janson]],<br/>[[Mark Rosewater]],<br/>[[Ken Troop]]<ref group="note">With contributions from [[Mark Gottlieb]], [[Ethan Fleischer]], [[Shawn Main]], and [[Billy Moreno]], who designed 11 cards, namely, <c>Bazaar Krovod</c>, <c>Chronic Flooding</c>, <c>Codex Shredder</c>, <c>Oak Street Innkeeper, <c>Rogue's Passage</c>, <c>Search the City</c>, <c>Security Blockade</c>, <c>Street Sweeper</c>, <c>Tavern Swindler</c>, <c>Underworld Connections</c>, and <c>Urban Burgeoning</c>.</ref>
 |development team = [[Erik Lauer]] (lead),<br/>Zac Hill,<br/>[[Dave Humpherys]],<br/>[[Tom LaPille]],<br/>[[Adam Lee]],<br/>[[Billy Moreno]],<br/>[[Shawn Main]]
 |art director = [[Jeremy Jarvis]]
 |date_release = October 5, 2012
 |mechanics = [[Gate]]s,<br/>[[Guilds of Ravnica|Guilds]],<br/>[[Hybrid mana]]
 |keywords = [[Detain]],<br/>[[Overload]],<br/>[[Populate]],<br/>[[Scavenge]],<br/>[[Unleash]]
 |size = 274 cards<br/><small>(25 basic lands, 101 commons, 80 uncommons, 53 rares, 15 mythic rares)</small>
 |code_expansion = RTR
 |code_expansion_ref = <ref>http://magic.wizards.com/en/content/return-ravnica</ref>
 |code_development = Hook
 |block name = [[Return to Ravnica block]]
 |first set = [[Return to Ravnica]]
 |second set = [[Gatecrash]]
 |third set = [[Dragon's Maze]]
 |previous set = [[Duel Decks: Izzet vs. Golgari]]
 |next set = [[Commander's Arsenal]]
}}