Template:Fl/doc

From Valve Developer Community
< Template:Fl
Revision as of 11:15, 25 August 2021 by Orinuse (talk | contribs) (Missing doc for Template:Fl)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Edit-copy.png
This is a documentation subpage for Template:Fl.
Don't forget to purge the contents of the base page upon creating or editing this subpage.

This template is used to generate Flag definitions on entity pages.

Usage

{{Fl|<value>|<name>|<description>}}

Note.pngNote:Don't forget to use Template:= to escape any "=" characters in the text.

Examples and Parameters

Parameter Description Example Preview
deprecated This flag is deprecated and should no longer be used. {{Fl|1|I'm deprecated|deprecated=1}}
I'm deprecated : [1] Obsolete
nofgd This flag isn't available in the official FGD. {{Fl|2|Add me to the FGD|nofgd=1}}
Add me to the FGD : [2] !FGD
since This f;ag is available since this game. Can use either {{<game> add}} or {{Since}} templates. {{Fl|4|I like Alien Swarm|I'm available in Portal 2, too!|since={{as}}}}
I like Alien Swarm : [4] (in all games since Alien Swarm)
I'm available in Portal 2, too!
also This flag is also available in this game. Can use either {{<game> also}} or {{Also}} templates. {{Fl|4|I like Alien Swarm|I'm available in Portal 2, too!|since={{as}}|also={{gmod}}}}
I like Alien Swarm : [4] (in all games since Alien Swarm) (also in Garry's Mod)
I'm available in Portal 2, too!
only This flag is available only in this game. Can use either {{<game> only}} or {{Only}} templates. {{Fl|8|I love Alien Swarm|only={{as}}}}
I love Alien Swarm : [8] (only in Alien Swarm)
not This flag is not available just in this game. Only uses the template {{Not}}. {{Fl|8|I love Alien Swarm|I'm available in Portal 2 too, but not in CS:GO!|since={{as}}|not={{csgo}}}}
I love Alien Swarm : [8] (in all games since Alien Swarm) (not in Counter-Strike: Global Offensive)
I'm available in Portal 2 too, but not in CS:GO!
removed This flag was removed in this game onwards. Only uses the template {{Removed}}. {{Fl|8|I love Alien Swarm|Actually... I'm not here anymore since Portal 2, including CS:GO...|since={{as}}|removed={{csgo}}}}
I love Alien Swarm : [8] (in all games since Alien Swarm) (removed since Portal 2)
Actually... I'm not here anymore since Portal 2, including CS:GO...

See also