Template:ModernConfirm

From Valve Developer Community
Jump to: navigation, search
Curly brackets white.pngTemplate Documentation
Icon-translate.png
View
Edit
Page history

Creates an inline note.

Parameters and Examples

Parameter Description Example Preview
{{{1}}} or {{{text}}} The text of your inline note.
Icon-Important.pngImportant:Use {{{text}}} if there is a conflicting = in your text. You can also use {{=}} or = instead of =.
Icon-Important.pngImportant:Use {{!}} or | if there is a conflicting | character in your text.
{{ModernConfirm}} This is an example text.
{{ModernConfirm|This is an example text.}}
{{ModernConfirm|text = Gordon + Barney = Beer}}
Confirm.pngConfirm: This is an example text.
Confirm.pngConfirm: This is an example text.
Confirm.pngConfirm: 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}}).
    PlacementTip.pngWorkaround: Use HTML lists instead.