Template:Note style: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
The template that all notes use.
 
Better multiline support.
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
: '''{{{type}}}:''' {{{text}}}
<noinclude>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:
 
<nowiki>{{note style
| type = Warning
| text = This is a warning!}}</nowiki>
 
becomes:
 
{{note style
| type = Warning
| text = This is a warning!}}
 
</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!