Difference between revisions of "Template:Item set infobox"

From Team Fortress Wiki
Jump to: navigation, search
m
m
Line 213: Line 213:
  
 
== Example ==
 
== Example ==
<code>{{Item set infobox
+
<pre>
 +
{{Item set infobox
 
  | name          = Special Delivery
 
  | name          = Special Delivery
 
  | image          = Scout - Special Delivery Set.png
 
  | image          = Scout - Special Delivery Set.png
Line 225: Line 226:
 
  | effect        = Leave a calling card on your victims
 
  | effect        = Leave a calling card on your victims
 
}}
 
}}
 +
</pre>
 
</noinclude>
 
</noinclude>

Revision as of 03:49, 4 April 2023

Template:Dictionary/items/item set infobox
Screenshot needed.png
Basic Information
Used by: [[|Template:Dictionary/classes/]]
Released:
Items: [[|Template:Dictionary/items/]]
Effect: None

Documentation for Item set infobox

name
Name of the set in English. Optional.
image
Image of the set. Obligatory.
width
Width of the image. Optional.
used-by
Class that uses the set in English. Obligatory.
contributed-by
Name(s) of the set's creator(s). Optional.
released
English name of the update corresponding to the release of the set. Obligatory.
NOTE: If this is not a major update, place | no-update = yes in the code, then place {{Patch name}} or the corresponding template in the released field.
item-X
Name in English for the item needed for the set. Use item-1, item-2, item-3 etc. Obligatory.
effect
Effect(s) applied by the set, if any. Optional. This is the only part of the infobox that should be translated.

Example

{{Item set infobox
 | name           = Special Delivery
 | image          = Scout - Special Delivery Set.png
 | used-by        = Scout
 | contributed-by = {{Backpack Item Link|76561197998113407}}
 | released       = {{Patch name|9|30|2010}}<br />([[Mann-Conomy Update]])
 | item-1         = Shortstop
 | item-2         = Mad Milk
 | item-3         = Holy Mackerel
 | item-4         = Milkman
 | effect         = Leave a calling card on your victims
}}