Difference between revisions of "Template:Interactive Special Row"

From MHWiki
m (Added scroll-margin-top attribute)
m (Added documentation for 'produces' parameter)
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
  |  | {{{Source|?}}}
 
  |  | {{{Source|?}}}
 
  |  | {{{Produces|?}}}
 
  |  | {{{Produces|?}}}
  |  | {{if|{{{Image_link1|}}}|[{{MHdomain}}{{{Image_link}}} Image]|?}}<br>{{if|{{{Image_link2|}}}|[{{MHdomain}}{{{Image_link2}}} {{{Image_2desc|Image}}}]|}}</includeonly><noinclude>This template is designed for use within rows of the tables of the [[Special]] (interactive items) page. Sample usage is as follows:
+
  |  | {{if|{{{Image_link|}}}|[{{MHdomain}}{{{Image_link}}} Image]|?}}<br>{{if|{{{Image_link2|}}}|[{{MHdomain}}{{{Image_link2}}} {{{Image_2desc|Image}}}]|}}</includeonly><noinclude>This template is designed for use within rows of the tables of the [[Special]] (interactive items) page. Sample usage is as follows:
 
  <nowiki>{{</nowiki>Interactive Special Row
 
  <nowiki>{{</nowiki>Interactive Special Row
 
   | Name        = ABC item
 
   | Name        = ABC item
Line 13: Line 13:
 
   | Description = Taken verbatim from Larry's Loot Lexicon
 
   | Description = Taken verbatim from Larry's Loot Lexicon
 
   | Source      = <nowiki>{{Template:Source/ABC item}}</nowiki>
 
   | Source      = <nowiki>{{Template:Source/ABC item}}</nowiki>
   | Produces    =  
+
   | Produces    = List items in alphabetical order.
 
   | Image_link  = /images/items/collectibles/xxxxx.gif (Low-resolution images usually in .gif format)
 
   | Image_link  = /images/items/collectibles/xxxxx.gif (Low-resolution images usually in .gif format)
 
   | Image_link2 = /images/items/stats/large/xxxxx.png (High-resolution images usually in .png format)
 
   | Image_link2 = /images/items/stats/large/xxxxx.png (High-resolution images usually in .png format)
 
   | Image_2desc = High-resolution Image (default)
 
   | Image_2desc = High-resolution Image (default)
 
  <nowiki>}}</nowiki></noinclude>
 
  <nowiki>}}</nowiki></noinclude>

Latest revision as of 20:42, 27 February 2022

This template is designed for use within rows of the tables of the Special (interactive items) page. Sample usage is as follows:

{{Interactive Special Row
 | Name        = ABC item
 | LLL         = abc_item (see Template:MHinfo for more detail)
 | Note        = Limited Edition and other notes etc. Leave blank if nothing.
 | Action      = Open (the default, copy verbatim from Special tab)
 | Description = Taken verbatim from Larry's Loot Lexicon
 | Source      = {{Template:Source/ABC item}}
 | Produces    = List items in alphabetical order.
 | Image_link  = /images/items/collectibles/xxxxx.gif (Low-resolution images usually in .gif format)
 | Image_link2 = /images/items/stats/large/xxxxx.png (High-resolution images usually in .png format)
 | Image_2desc = High-resolution Image (default)
}}