Template:Note style: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
Adding a description of the template
Better multiline support.
 
(6 intermediate revisions by the same user not shown)
Line 16: Line 16:
| text = This is a warning!}}
| text = This is a warning!}}


</noinclude><includeonly>: '''{{{type}}}:''' {{{text}}}<includeonly>
</noinclude><includeonly><div style{{=}}"margin-left: 3em;">
'''{{{type}}}:''' {{{text}}}</div><includeonly>

Latest revision as of 21:52, 15 February 2013

This template is a basic template used for formatting block-level notifications. It takes two named parameters:

  • type: A simple string containing the kind of notification. Simple words like "Note" or "Warning" are expected. Long sentences are not.
  • text: The text that describes the admonition. This is expected to be sentences or even paragraphs.

Example:

{{note style | type = Warning | text = This is a warning!}}

becomes:

Warning: This is a warning!