From Valve Developer Community
		
		
		
		
		Jump to navigation
		Jump to search
		
				
				
				
				
				
				|  |  | 
| Line 17: | Line 17: | 
|  | -->{{#if: {{{deprecated|}}}|  {{obs}} }}<!-- |  | -->{{#if: {{{deprecated|}}}|  {{obs}} }}<!-- | 
|  | 
 |  | 
 | 
|  | -->{{#if: {{{3|}}} | <br>   {{#if:{{{deprecated|}}} | {{Dictionary/Deprecated/{{pagelang}}}} }} {{{3}}} }}<!-- |  | -->{{#if: {{{3|}}} | <br>   {{#if:{{{deprecated|}}} | {{Dictionary/Deprecated/{{pagelang}}}}{{period}}<br> }} {{{3}}} }}<!-- | 
|  | 
 |  | 
 | 
|  | --></onlyinclude> |  | --></onlyinclude> | 
|  | 
 |  | 
 | 
|  | </includeonly> |  | </includeonly> | 
		Revision as of 19:06, 16 August 2024

 Available doc translations 
…
 English
 EnglishThis template is used to generate Flag definitions on entity pages.
Usage
{{Fl|<value>|<name>|<description>}}
 Note:Don't forget to use
Note:Don't forget to use {{=}} 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}}
 {{Fl|2|I'm deprecated too!|Really, don't use me anymore!|deprecated=1}} |  [1] : I'm deprecated [2] : I'm deprecated too! Deprecated.
 Really, don't use me anymore!
 | 
| nofgd | This flag isn't available in the official FGD. | {{Fl|4|Add me to the FGD||nofgd=1}}
 {{Fl|8|Add me to the FGD too!|Because I'm not there!|nofgd=1}} |  [4] : Add me to the FGD !FGD [8] : Add me to the FGD too! !FGDBecause I'm not there!
 | 
| since | This flag is available since this game. Can use either {{<game> add}} or {{Since}}templates. | {{Fl|16|I like Alien Swarm|since={{as}}}}
 {{Fl|32|I like Alien Swarm too!|I'm available in Portal 2, too!|since={{as}}}} |  [16] : I like Alien Swarm (in all games since ) [32] : I like Alien Swarm too! (in all games since ) 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|16|I like Alien Swarm|since={{as}}|also={{GMOD}}}}
 {{Fl|32|I like Alien Swarm too!|I'm available in Portal 2, too! But also in GMOD!|since={{as}}|also={{GMOD}}}} |  [16] : I like Alien Swarm (in all games since ) (also in  ) [32] : I like Alien Swarm too! (in all games since ) (also in  ) I'm available in Portal 2, too! But also in GMOD!
 | 
| only | This flag is available only in this game. Can use either {{<game> only}} or {{Only}}templates. | {{Fl|64|I love Alien Swarm|only={{as}}}}
 {{Fl|128|I love Alien Swarm too!|I'm only available in Alien Swarm!|only={{as}}}} |  [64] : I love Alien Swarm (only in ) [128] : I love Alien Swarm too! (only in ) I'm only available in Alien Swarm!
 | 
| not | This flag is not available just in this game. Only uses the template {{Not}}. | {{Fl|16|I like Alien Swarm!|since={{as}}|not={{csgo}}}}
 {{Fl|32|I like Alien Swarm too!|I'm available in Portal 2 too, but not in CS:GO|since={{as}}|not={{csgo}}}} |  [16] : I like Alien Swarm (in all games since ) (not in  ) [32] : I like Alien Swarm too! (in all games since ) (not in  ) 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|16|I like Alien Swarm|since={{as}}|removed={{portal2}}}}
 {{Fl|32|I like Alien Swarm too!|Actually... I'm not here anymore since Portal 2, including CS:GO...|since={{as}}|removed={{portal2}}}} |  [16] : I like Alien Swarm (in all games since ) (removed since  ) [32] : I like Alien Swarm too! (in all games since ) (removed since  ) Actually... I'm not here anymore since Portal 2, including CS:GO...
 | 
See also