Difference between revisions of "Template:No Paint Diff"

From Team Fortress Wiki
Jump to: navigation, search
m (Usage)
m (Added support for some other variants)
Line 1: Line 1:
* {{lang
+
* {{#if:{{{nodiff|}}}|{{lang
  | en = Using the [[Paint Can|{{{1}}}]] paint on this item provides absolutely no visual difference in-game on either team. This happens because the exact same color values are used for both the paint and the item's default "unpainted" color.
+
  | en = Using the [[Paint Can|{{item name|{{{nodiff}}}}}]] paint on this item provides absolutely no visual difference in-game on either team. This happens because the exact same color values are used for both the paint and the item's default "unpainted" color.
  | es = Si se utiliza la pintura [[Paint Can/es|{{{1}}}]] en este objeto, no proveerá ningún cambio visual dentro del juego en ambos equipos. Esto pasa porque los valores de colores que son utilizados por la pintura y por el color sin pintar del objeto son exactamente los mismos.
+
  | es = Si se utiliza la pintura [[Paint Can/es|{{item name|{{{nodiff}}}}}]] en este objeto, no proveerá ningún cambio visual dentro del juego en ambos equipos. Esto pasa porque los valores de colores que son utilizados por la pintura y por el color sin pintar del objeto son exactamente los mismos.
  | pt-br = Usar a tinta [[Paint Can/pt-br|{{{1}}}]] neste item não fornece qualquer diferença visual no jogo em ambas as equipes. Isto ocorre devido aos mesmos valores de cor serem usados tanto para a tinta quanto para a coloração padrão do item.
+
  | pt-br = Usar a tinta [[Paint Can/pt-br|{{item name|{{{nodiff}}}}}]] neste item não fornece qualquer diferença visual no jogo em ambas as equipes. Isto ocorre devido aos mesmos valores de cor serem usados tanto para a tinta quanto para a coloração padrão do item.
}}<noinclude>
+
}}}}<!--
 +
-->{{#if:{{{littlediff|}}}|{{lang
 +
| en = Using the [[Paint Can|{{item name|{{{littlediff}}}}}]] paint on this item provides absolutely no visual difference in-game on the [[{{{team|}}}{{if lang}}|{{common string|{{{team}}}}}]] team. This happens because the exact same color values are used for both the paint and {{common string|{{{team}}}}}'s default "unpainted" color.
 +
}}}}<!--
 +
-->{{#if:{{{stylediff|}}}|{{lang
 +
|en = On {{item name|{{{stylename|}}}}}, using the [[Paint Can|{{{stylediff}}}]] paint on this item provides absolutely no visual difference in-game on either team. This happens because the exact same color values are used for both the paint and {{item name|{{{stylename}}}}}'s default "unpainted" color.
 +
}}}}<noinclude>
  
{{Translation switching|en, es, pt-br}}
+
{{Translation switching|en}}
 
{{doc begin}}
 
{{doc begin}}
 
Commonly used phrase on several pages, used to indicate that a certain paint won't affect the item.
 
Commonly used phrase on several pages, used to indicate that a certain paint won't affect the item.
  
 
== Usage ==
 
== Usage ==
 +
; Example
 +
:<code><nowiki>{{No Paint Diff|littlediff=<paint name>|team=<team name>}}</nowiki></code>
  
:<code><nowiki>{{No Paint Diff|1}}</nowiki></code>
+
== Parameters ==
 +
; nodiff
 +
:The name of the paint (e.g. "Radigan Conagher Brown").
 +
 
 +
; littlediff
 +
:The name of the paint (e.g. "Radigan Conagher Brown").
 +
 
 +
:; team
 +
::Which team's default colour matches the paint. Only use this in combination with "littlediff".
 +
 
 +
; stylediff
 +
:The name of the pain (e.g. "Radigan Conagher Brown").
 +
 
 +
:; stylename
 +
::Name of the style. Only use this in combination with "stylediff".
 +
 
 +
{{Note|Only use one of these}}
 +
 
 +
== Example ==
 +
{{tlx|No Paint Diff|2=nodiff=Mann Co. Orange}} produces:<br>
 +
{{No Paint Diff|nodiff=Mann Co. Orange}}
  
;Note
+
{{tlx|No Paint Diff|2=littlediff=Mann Co. Orange|3=team=BLU}} produces:<br>
: The names of the paints are not automatically translated, please use {{tl|item name}} or {{tl|common string}} when putting it on language pages.
+
{{No Paint Diff|littlediff=Mann Co. Orange|team=BLU}}
  
== Parameters ==
+
{{tlx|No Paint Diff|2=stylediff=Mann Co. Orange|3=stylename=2much2fort!}} produces:<br>
; Parameter 1
+
{{No Paint Diff|stylediff=Mann Co. Orange|stylename=2much2fort!}}
:The name of the paint (i.e. "Radigan Conagher Brown").
 
 
</noinclude>
 
</noinclude>

Revision as of 21:01, 23 June 2023

Documentation for No Paint Diff

Commonly used phrase on several pages, used to indicate that a certain paint won't affect the item.

Usage

Example
{{No Paint Diff|littlediff=<paint name>|team=<team name>}}

Parameters

nodiff
The name of the paint (e.g. "Radigan Conagher Brown").
littlediff
The name of the paint (e.g. "Radigan Conagher Brown").
team
Which team's default colour matches the paint. Only use this in combination with "littlediff".
stylediff
The name of the pain (e.g. "Radigan Conagher Brown").
stylename
Name of the style. Only use this in combination with "stylediff".

Pictogram comment.png Only use one of these

Example

{{No Paint Diff|nodiff=Mann Co. Orange}} produces:

  • Using the Mann Co. Orange paint on this item provides absolutely no visual difference in-game on either team. This happens because the exact same color values are used for both the paint and the default "unpainted" color for the item.

{{No Paint Diff|littlediff=Mann Co. Orange|team=BLU}} produces:

{{No Paint Diff|stylediff=Mann Co. Orange|stylename=2much2fort!}} produces:

  • On the "2Much2Fort!" style, using the Mann Co. Orange paint on this item provides absolutely no visual difference in-game on either team. This happens because the exact same color values are used for both the paint and the default "unpainted" color for the "2Much2Fort!" style.