Difference between revisions of "Template:Bundle row"

From Team Fortress Wiki
Jump to: navigation, search
(fix derpiness)
m
Line 51: Line 51:
 
--> {{#if:{{{item-49|}}}|{{item icon|size=50px|{{{item-49}}}}}}}<!--
 
--> {{#if:{{{item-49|}}}|{{item icon|size=50px|{{{item-49}}}}}}}<!--
 
--> {{#if:{{{item-50|}}}|{{item icon|size=50px|{{{item-50}}}}}}}
 
--> {{#if:{{{item-50|}}}|{{item icon|size=50px|{{{item-50}}}}}}}
| {{#ifexist:{{dictionary/price/{{lc:{{{bundle}}}}}}} | {{Item price|usd|item={{{bundle}}}|tooltips=yes}}
+
| {{#ifexist:Template:Dictionary/price/{{lc:{{{bundle}}}}}|{{Item price|usd|item={{{bundle}}}|tooltips=yes}}
  
 
{{Item price|gbp|item={{{bundle}}}|tooltips=yes}}
 
{{Item price|gbp|item={{{bundle}}}|tooltips=yes}}
Line 59: Line 59:
 
   | fr = Pas en vente
 
   | fr = Pas en vente
 
}}}}
 
}}}}
| {{#ifexist:{{dictionary/price/{{lc:{{{bundle}}}}}}} | [[File:Pictogram_plus.png|50px|center]] | [[File:Pictogram_minus.png|50px|center]]}}
+
| {{#ifexist:Template:Dictionary/price/{{lc:{{{bundle}}}}}|[[File:Pictogram_plus.png|50px|center]]|[[File:Pictogram_minus.png|50px|center]]}}
 
| [[{{{date}}} Patch{{if lang}}|{{{date-translated|{{{date}}}}}}]]</includeonly><noinclude>
 
| [[{{{date}}} Patch{{if lang}}|{{{date-translated|{{{date}}}}}}]]</includeonly><noinclude>
 
{{translation switching|en, fr}}
 
{{translation switching|en, fr}}

Revision as of 19:17, 10 December 2011

Documentation for Bundle row


This template is used to add rows to Bundles.

Usage

{{Bundle row
  | bundle = Bundle name as given by the Steam WebAPI
  | item-1 = English name of the first item in the bundle
  | item-2 = English name of the second item in the bundle
    ...
  | item-n = English name of the nth item in the bundle
  | date = English date of the patch the weapon has been released, in Patch date format (Month dd, yyyy)
  | date-translated = Translated date of the patch date; not necessary for english article
}}