Template:ModernImportant: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (New file name, nothing else changed.)
No edit summary
Line 5: Line 5:
| size = 10px
| size = 10px
| offset = {{{offset|}}}
| offset = {{{offset|}}}
| type = {{Dictionary/notices|Important}}
| type = {{Dictionary/Important/{{pagelang}}}}
| text = {{{text|{{{1|}}}}}}
| text = {{{text|{{{1|}}}}}}
| color = 240,211,0
| color = 240,211,0
}}</onlyinclude></includeonly>
}}</onlyinclude></includeonly>

Revision as of 02:37, 22 July 2024

English (en)Deutsch (de)Esperanto (eo)Español (es)Français (fr)Suomi (fi)Hrvatski (hr)Magyar (hu)Italiano (it)日本語 (ja)한국어 (ko)Nederlands (nl)Polski (pl)Português (pt)Português do Brasil (pt-br)Русский (ru)Slovenčina (sk)Svenska (sv)Türkçe (tr)Українська (uk)Tiếng Việt (vi)中文 (zh)中文(臺灣) (zh-tw)
Curly brackets white.pngTemplate Documentation [view] [edit]
Icon-translate.png Available doc translations
View
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 &#61; instead of =.
Icon-Important.pngImportant:Use {{!}} or &#124; if there is a conflicting | character in your text.
{{ModernImportant}} This is an example text.
{{ModernImportant|This is an example text.}}
{{ModernImportant|text = Gordon + Barney = Beer}}
Icon-Important.pngImportant: This is an example text.
Icon-Important.pngImportant:This is an example text.
Icon-Important.pngImportant: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.