Template:Note: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
Using common note-style template.
Adding a description of the template
Line 1: Line 1:
{{note style|type=Note|text={{{1}}}}}
<noinclude>This template represents a block-level notification. It takes a single positional parameter: the text that the reader is being notified with.
 
Example:
 
<nowiki>{{note|You are on notice!}}</nowiki>
 
becomes:
 
{{note|You are on notice!}}
 
</noinclude><includeonly>{{note style|type=Note|text={{{1}}}}}</includeonly>

Revision as of 18:39, 3 September 2009

This template represents a block-level notification. It takes a single positional parameter: the text that the reader is being notified with.

Example:

{{note|You are on notice!}}

becomes:

Note: You are on notice!