From Valve Developer Community
		
		
		
		
		Jump to navigation
		Jump to search
		
				
				
				
				
				
				   | 
				   | 
				
| Line 6: | 
Line 6: | 
 | | type = {{Autolang|Idea|ru=Идея|zh=建议}}  |  | | type = {{Autolang|Idea|ru=Идея|zh=建议}}  | 
 | | text = {{{text|{{{1|}}}}}}  |  | | text = {{{text|{{{1|}}}}}}  | 
 | | color = 240,240,240  |  | | color = 255,255,240  | 
 | }}</onlyinclude></includeonly>  |  | }}</onlyinclude></includeonly>  | 
		Revision as of 09:34, 23 August 2023

 Available doc translations 
…
 English 
Creates an inline note.
Parameters and Examples
| Parameter
 | 
Description
 | 
Example
 | 
Preview
 | 
{{{1}}} or {{{text}}}
 | 
The text of your inline note.
       Important:Use {{{text}}} if there is a conflicting = in your text. You can also use {{=}} or = instead of =. 
       Important:Use {{!}} or | if there is a conflicting | character in your text. 
 | 
{{ModernIdea}} This is an example text.  
      {{ModernIdea|This is an example text.}}  
      {{ModernIdea|text = Gordon + Barney = Beer}}  
 | 
  This template (and its redirect) is   Deprecated. Its use is not recommended and its functionality may be compromised. You can help our editors by replacing or deleting this template on the  Pages that use this template. Once no more pages use this template, it should be  Marked for deletion. Additional notes:Use #switch parser function instead. Example  {{#switch: {{language}} | #default = English | ja = 日本語 | zh-tw = 中文(台灣) }}  
 : This is an example text.   
        This template (and its redirect) is   Deprecated. Its use is not recommended and its functionality may be compromised. You can help our editors by replacing or deleting this template on the  Pages that use this template. Once no more pages use this template, it should be  Marked for deletion. Additional notes:Use #switch parser function instead. Example  {{#switch: {{language}} | #default = English | ja = 日本語 | zh-tw = 中文(台灣) }}  
 :This is an example text.   
        This template (and its redirect) is   Deprecated. Its use is not recommended and its functionality may be compromised. You can help our editors by replacing or deleting this template on the  Pages that use this template. Once no more pages use this template, it should be  Marked for deletion. Additional notes:Use #switch parser function instead. Example  {{#switch: {{language}} | #default = English | ja = 日本語 | zh-tw = 中文(台灣) }}  
 :Gordon + Barney = Beer   
 | 
Known Bugs of Modern Notes
- The beginning of the list breaks if the note starts with it (for example, 
{{note|* Line 1}}). 
- Specifying the text inside the note will move it under the list (for example, 
# {{bug|Line 1}}).
Workaround:Use HTML lists instead.