Template:Syntax2

From Valve Developer Community
Revision as of 18:04, 29 December 2011 by Mattshu (talk | contribs) (Attempt to stop line breaking)
Jump to navigation Jump to search

Usage

{{syntax2|syn=syntax|in=input|out=output}}

Example

{{syntax2
|syn=<nowiki>'''Bold text'''</nowiki>
|in=<nowiki>Remember to '''always''' brush your teeth.</nowiki>
|out=Remember to '''always''' brush your teeth.
}}

Results

 
    Syntax '''Bold text''' 
  Example Remember to '''always''' brush your teeth. 
    Results Remember to always brush your teeth.