Template:ModernBug

From Valve Developer Community
Jump to: navigation, search
View Edit Page history
Curly brackets white.pngTemplate Documentation
English (en)中文 (zh)

Creates an inline note.

Parameters and Examples

Parameter Description Example Preview
{{{1}}} or {{{text}}} The text of your inline note.
Important template.pngImportant:Use {{{text}}} if there is a conflicting = in your text. You can also use {{=}} or = instead of =.
Important template.pngImportant:Use {{!}} or | if there is a conflicting | character in your text.
{{ModernBug}} This is an example text.
{{ModernBug|This is an example text.}}
{{ModernBug|text = Gordon + Barney = Beer}}
Bug.pngBug: This is an example text.
Bug.pngBug:This is an example text.
Bug.pngBug:Gordon + Barney = Beer

Known Bugs of Modern Notes

  • The beginning of the list breaks if the note starts with it (for example, {{ModernNote|* Line 1}}).
  • Specifying the text inside the note will move it under the list (for example, # {{ModernBug|Line 1}}).
PlacementTip.gifWorkaround: Use HTML lists instead.