Template:Enum: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
Trying out a new color for enumerators.
Improved enum color.
Line 1: Line 1:
<noinclude>This template is used for inline enumerators demarcation. This should be used for things like enumerators and the like.
<noinclude>This template is used for inline enumerators demarcation. This should be used for things like enumerators and the like.


<nowiki>{{enum|some text goes here}}</nowiki> becomes: {{enum|some text goes here}}.
<code><nowiki>{{enum|some text goes here}}</nowiki></code> becomes: {{enum|some text goes here}}.


</noinclude><includeonly><tt style="background-color: #f0f0f0; color: #583E35">{{{1}}}​</tt><includeonly>
</noinclude><includeonly><tt style="background-color: #f8f8f8; color: #28664D">{{{1}}}​</tt><includeonly>

Revision as of 23:23, 4 October 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​.