Template:I BaseEntity/doc
Don't forget to purge the contents of the base page upon creating or editing this subpage.
Info holder of all relevant inputs inheriting theCBaseEntity
class. Template parameters are vital in displaying the appropiate info, because new games have added new features throughout the years. See Help:Templates for more info on named parameters.
Not allCBaseEntity
inputs are not covered here. But you can see them all at the Uncovered Keyvalues page.
Contents
Usage
These must be used in a specific syntax! - ALL parameters must be given a value of 1, like:as=1
. Only one game parameter can be used at once.
{{I BaseEntity|as=1}}
Parameters
If you leave the parameter field empty (using no arguments), the template will automatically fallback to displaying keyvalues from the current default game.
All parameters for this template:
noscroll
- Turned on by default. Causes the box to scroll if set to 0.base
- Shows only information relevant to when it was initially added for the first timel4d2
- Include info specific to (VScripts)as
- [CURRENT DEFAULT] Include info specific to (SetLocalOrigin and SetLocalAngles)
portal2
- Was used to show keyalues for some reason. Using this will redirect to keyvalues.prel4d
- (DEPRECATED 9/28/18: This parameter existed to hide DispatchEffect for games (ones before l4d) that did not have it. There's many cases of similar inputs and keyvalues that aren't in absolutely everything, and making similar parameters for all of those simply isn't worth the trouble, especially considering having to comb through every existing use of those templates. Parameter is totally removed from code and affects nothing.)tf2
-(DEPRECATED 28/4/2021: Was only used to showSetTeam
keyvalue's TF2-specific information. Use{{I TFTeam}}
instead.)
Refer to the Examples section for samples.
Examples
Show info specific to a game
This makes information relevant only to be displayed.
{{I BaseEntity|l4d2=1}}
Show info for its base
Information relevant only to base engine are displayed. ( / )
{{I BaseEntity|base=1}}
Show information for all games
Shows every game information for this key that this template can display.
{{I BaseEntity}}
See also
{{KV BaseEntity}}
{{KV BaseAnimating}}
{{I BaseAnimating}}
{{O BaseEntity}}
{{O BaseAnimating}}