Difference between revisions of "Template:Painted variants unused/doc"

From Team Fortress Wiki
Jump to: navigation, search
m (Added style examples.)
m (Updated doc to include the UGC painted variants template.)
 
(4 intermediate revisions by 2 users not shown)
Line 5: Line 5:
 
<pre>
 
<pre>
 
== Painted variants ==
 
== Painted variants ==
{{Painted variants}}
+
{{Painted variants unused}}
 
</pre>
 
</pre>
  
 
<pre>
 
<pre>
 
== Painted variants ==
 
== Painted variants ==
{{Painted variants|default=Outdoorsmen}}
+
{{Painted variants unused|default=Outdoorsmen}}
{{Painted variants|style=Blood Bin|h=0}}
+
{{Painted variants unused|style=Blood Bin|h=0}}
{{Painted variants|style=Investor|h=0}}
+
{{Painted variants unused|style=Investor|h=0}}
{{Painted variants|style=J.R. Gyle|h=0}}
+
{{Painted variants unused|style=J.R. Gyle|h=0}}
 
</pre>
 
</pre>
  
Line 31: Line 31:
 
:; ''name''
 
:; ''name''
 
:: Overrides the style name and calls {{tl|item name}} to display the correct translation, useful for items with generic styles such as "Hat" and "No Hat".
 
:: Overrides the style name and calls {{tl|item name}} to display the correct translation, useful for items with generic styles such as "Hat" and "No Hat".
 +
 +
:; ''collapsed''
 +
:: By default, the table is collapsed automatically when loading the page. The argument {{code|<nowiki>collapsed=no</nowiki>}} can be used to show the table entirely upon loading a page.
 +
 +
:; ''title''
 +
:: The title "{{code|Unused painted variants table}}" is shown by default. Using the {{code|<nowiki>title=no</nowiki>}} argument will hide the header, and automatically make the table uncollapsed in the process.
 +
 +
:; ''width''
 +
:: Sets custom width for images inside the table. Default is 85px.
  
 
=== Other Painted variant templates ===
 
=== Other Painted variant templates ===
Line 36: Line 45:
 
* [[Template:Painted variants full]] - Used for cosmetics that shows different colors per team even on Single color paint cans.
 
* [[Template:Painted variants full]] - Used for cosmetics that shows different colors per team even on Single color paint cans.
 
* [[Template:Painted variants unused full]] - Used for items that have paintability enabled, but aren't possible to actually be painted as they aren't marked as paintable in the [[Item schema]], while also including RED and BLU images for Single color paint cans.
 
* [[Template:Painted variants unused full]] - Used for items that have paintability enabled, but aren't possible to actually be painted as they aren't marked as paintable in the [[Item schema]], while also including RED and BLU images for Single color paint cans.
 +
* [[Template:Painted variants unused UGC]] - Used for [[United Gaming Clans|UGC Tournament Medal]] pages. Specifically, [[Tournament Medal - UGC 4vs4|4vs4]]'s unused paintability for the Season 17-18 medals, [[Tournament Medal - UGC 6vs6|6vs6]]'s unused paintability for the Season 30-31 medals and [[Tournament Medal - UGC Highlander|Highlander]]'s unused paintability for the Season 8, 28-29 Medals.
 
* [[Template:Painted variants/Title]]
 
* [[Template:Painted variants/Title]]
 
* [[Template:Painted variants/Notes]]
 
* [[Template:Painted variants/Notes]]
 +
* [[Template:Painted variants unused/Notes]]
  
 
[[Category:Template documentation]]
 
[[Category:Template documentation]]
 
[[Category:Paint templates]]
 
[[Category:Paint templates]]

Latest revision as of 16:21, 28 October 2023

To view all painted images, see Paint Can#Paintable item previews.

This template is used to display painted variants on the "Unused content" section of some pages. It's collapsed by default. It can also display styles.

Example

== Painted variants ==
{{Painted variants unused}}
== Painted variants ==
{{Painted variants unused|default=Outdoorsmen}}
{{Painted variants unused|style=Blood Bin|h=0}}
{{Painted variants unused|style=Investor|h=0}}
{{Painted variants unused|style=J.R. Gyle|h=0}}

Parameters

default
If the item has a style, its 'default' style should be named here. Calls {{item name}} to display the correct translation.
style
The name of the painted style being displayed in a particular instance. Calls {{item name}} to display the correct translation.
h
If defined at all, it will hide the {{main}} and 'mouseover' notes and just display the table.
override
Override {{BASEPAGENAME}} and use custom name, useful for sub-pages.
name
Overrides the style name and calls {{item name}} to display the correct translation, useful for items with generic styles such as "Hat" and "No Hat".
collapsed
By default, the table is collapsed automatically when loading the page. The argument collapsed=no can be used to show the table entirely upon loading a page.
title
The title "Unused painted variants table" is shown by default. Using the title=no argument will hide the header, and automatically make the table uncollapsed in the process.
width
Sets custom width for images inside the table. Default is 85px.

Other Painted variant templates