Template:Enum: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
Test for different color
No edit summary
 
(15 intermediate revisions by one other user not shown)
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: #008b00">{{{1}}}</tt><includeonly>
[[Category:Inline Formatting Templates]]
</noinclude><includeonly><span class{{=}}"tpl-enum">{{{1}}}</span></includeonly>

Latest revision as of 22:11, 22 November 2017

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.