Difference between revisions of "Template:Collectible Row"

From MHWiki
(try without anchor template call)
(allow for missing image)
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
|-
+
<includeonly>|- valign="top"
  | align="left" | <div id="{{{name|0}}}">{{MHinfo|{{{LLL|0}}}|{{{name|0}}}}}<sup>{{{sup|}}}</sup></div>
+
  | align="left" | <div id="{{{Name|0}}}">{{MHinfo|{{{LLL|0}}}|{{{Name|0}}}}}</div> <sup>{{{Sup|}}}</sup>{{{Note|}}}
 
  | align="left" | {{{Description|?}}}
 
  | align="left" | {{{Description|?}}}
 
  | align="left" | {{{Usage|None}}}
 
  | align="left" | {{{Usage|None}}}
 
  | align="left" | {{{Source|?}}}
 
  | align="left" | {{{Source|?}}}
  | align="left" | [{{MHdomain}}{{{image_link|?}}} Image]
+
  | align="left" | {{if|{{{Image_link|}}}|[{{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 13:20, 11 July 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
}}