Template:Enum: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
A template for enumerators.
 
Make these a bit more distinct.
Line 3: Line 3:
<nowiki>{{enum|some text goes here}}</nowiki> becomes: {{enum|some text goes here}}.
<nowiki>{{enum|some text goes here}}</nowiki> becomes: {{enum|some text goes here}}.


</noinclude><includeonly><tt style="background-color: #f0f0f0;">{{{1}}}​</tt><includeonly>
</noinclude><includeonly><tt style="background-color: #f0f0f0; color: #8b0000">{{{1}}}​</tt><includeonly>

Revision as of 07:40, 17 March 2012

This template is used for inline enumerators demarcation. This should be used for things like enumerators and the like.

{{enum|some text goes here}} becomes: some text goes here​.