Difference between revisions of "Template:Collectible Row"

From MHWiki
m (vertical alignment)
(documentation)
Line 1: Line 1:
|- valign="top"
+
<includeonly>|- valign="top"
 
  | align="left" | <div id="{{{Name|0}}}">{{MHinfo|{{{LLL|0}}}|{{{Name|0}}}}}</div> <sup>{{{Sup|}}}</sup>{{{Note|}}}
 
  | align="left" | <div id="{{{Name|0}}}">{{MHinfo|{{{LLL|0}}}|{{{Name|0}}}}}</div> <sup>{{{Sup|}}}</sup>{{{Note|}}}
 
  | align="left" | {{{Description|?}}}
 
  | align="left" | {{{Description|?}}}
Line 6: Line 6:
 
  | align="left" | [{{MHdomain}}{{{Image_link|?}}} Image]<br/>{{{Image_link2|}}}
 
  | align="left" | [{{MHdomain}}{{{Image_link|?}}} Image]<br/>{{{Image_link2|}}}
 
|-
 
|-
 +
</includeonly><noinclude>
 +
This template is designed for use within rows of the tables of the [[Collectibles]] page.  Sample usage is as follows:
 +
<nowiki>{{</nowiki>Collectible Row
 +
| Name        = Bronze Tournament Trophy
 +
| LLL        = tournament_trophy_bronze_collectible
 +
| Sup        =
 +
| Note        =
 +
| Description = These trophies are a reward for finishing in 3rd place in one of the King's MouseHunting Tournaments.
 +
| Usage      = None
 +
| Source      = <nowiki>[[Tournaments]]</nowiki>
 +
| Image_link  = /images/items/collectibles/aec8ef247426f3560899d7ebafbb2ac5.jpg
 +
<nowiki>}}</nowiki>
 +
</noinclude>

Revision as of 04:36, 26 June 2014

This template is designed for use within rows of the tables of the Collectibles page. Sample usage is as follows:

{{Collectible Row
| Name        = Bronze Tournament Trophy
| LLL         = tournament_trophy_bronze_collectible
| Sup         =
| Note        =
| Description = These trophies are a reward for finishing in 3rd place in one of the King's MouseHunting Tournaments.
| Usage       = None
| Source      = [[Tournaments]]
| Image_link  = /images/items/collectibles/aec8ef247426f3560899d7ebafbb2ac5.jpg
}}