Difference between revisions of "User:Ashe/Sandbox3"

From Team Fortress Wiki
Jump to: navigation, search
m
m (goes in Scripting or maybe a new page: VScript)
Line 1: Line 1:
{{#switch: {{{1}}}
+
== VScript ==
| soldierboots = {{lang
+
{{OtherWikis
  | en = This item cannot be worn with the [[Gunboats]] or [[Mantreads]], as they occupy the same [[equip region]].
+
| {{vdc|VScript}}
  | es = Este objeto no puede ser equipado junto con las {{item link|Gunboats}} o las {{item link|Mantreads}}, ya que ocupan la misma [[Equip region/es|región de equipamiento]].
+
| {{vdc|List of TF2 Script Functions}}
  | pt-br = Este item não pode ser usado com as {{item link|Gunboats}} ou os {{item link|Mantreads}}, porque ocupam a mesma [[Equip region/pt-br|região de equipamento]].
 
 
}}
 
}}
| demoboots = {{lang
+
VScript is a virtual machine for scripting that acts as an abstract binding layer between the Source Source engine and external scripts, based on the [[w:Squirrel (programming language)|Squirrel]] scripting language in ''[[Team Fortress 2]]''. It was added as a beta branch in the {{Patch name|11|4|2022}} as "vscript_test".
  | en = This item cannot be worn with the [[Ali Baba's Wee Booties]] or [[Bootlegger]], as they occupy the same [[equip region]].
 
  | es = Este objeto no puede ser equipado junto con las {{item link|Ali Baba's Wee Booties}} o el {{item link|Mantreads}}, ya que ocupan la misma [[Equip region/es|región de equipamiento]].
 
  | pt-br = Este item não pode ser usado com as {{item link|Ali Baba's Wee Booties}} ou o {{item link|Bootlegger}}, porque ocupam a mesma [[Equip region/pt-br|região de equipamento]].
 
}}
 
| pyrotank = {{lang
 
  | en = This item cannot be worn with the [[Thermal Thruster]], as they occupy the same [[equip region]].
 
  | es = Este objeto no puede ser equipado junto con el {{item link|Thermal Thruster}}, ya que ocupan la misma [[Equip region/es|región de equipamiento]].
 
  | pt-br = Este item não pode ser usado com o {{item link|Thermal Thruster}}, porque ocupam a mesma [[Equip region/pt-br|região de equipamento]].
 
}}
 
| #default = {{lang
 
  | en = This item cannot be worn with [[weapons]] that occupy the same [[equip region]] as it.
 
  | es = Este objeto no puede ser equipado junto con [[Weapons/es|armas]] que ocupen la misma [[Equip region/es|región de equipamiento]] que él.
 
  | pt-br = Este item não pode ser usado com [[Weapons/pt-br|armas]] que ocupem a mesma [[Equip region/pt-br|região de equipamento]] que ele.
 
}}}}<noinclude>
 
{{doc begin}}
 
=== Usage ===
 
Use this template in the Notes section of articles about cosmetic items that can't be worn with certain weapons due to equip region conflicts. Don't forget to include the * before it.
 
 
 
Although it has a default text, please use it with one of the following parameters:
 
* <code>soldierboots</code> for items that conflict with the [[Gunboats]] and [[Mantreads]].
 
* <code>demoboots</code> for items that conflict with the [[Ali Baba's Wee Booties]] and [[Bootlegger]].
 
* <code>pyrotank</code> for items that conflict with the [[Thermal Thruster]].
 
 
 
{{translation switching|en, es, pt-br}}
 
</noinclude>
 

Revision as of 17:45, 6 November 2022

VScript

VScript is a virtual machine for scripting that acts as an abstract binding layer between the Source Source engine and external scripts, based on the Squirrel scripting language in Team Fortress 2. It was added as a beta branch in the November 4, 2022 Patch as "vscript_test".