Difference between revisions of "Template:Enum"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Created page with "== {{{name}}} {{lang|en=Enum}} == {{{summary|{{Stub}} {{lang |en=No summary has been written for this enum. }} }}}<noinclude> {{doc start}} This template is used to document...")
 
m (-don't include template, because it would add the page to the Stubs; +cats;)
Line 1: Line 1:
== {{{name}}} {{lang|en=Enum}} ==
+
<includeonly>== {{{name}}} {{lang|en=Enum}} ==
  
 
{{{summary|{{Stub}}  
 
{{{summary|{{Stub}}  
Line 5: Line 5:
 
|en=No summary has been written for this enum.
 
|en=No summary has been written for this enum.
 
}}
 
}}
}}}<noinclude>
+
}}}</includeonly><noinclude>
 
{{doc start}}
 
{{doc start}}
 
This template is used to document enums in the API namespace.
 
This template is used to document enums in the API namespace.
Line 11: Line 11:
 
==Usage Example==
 
==Usage Example==
 
{{tlx|enum|2=name=ClassName|3=desc=...}}
 
{{tlx|enum|2=name=ClassName|3=desc=...}}
 +
 +
[[Category:API Templates]]
 +
[[Category:Templates]]
 
</noinclude>
 
</noinclude>

Revision as of 09:53, 19 July 2013

Documentation for Enum

This template is used to document enums in the API namespace.

Usage Example

{{enum|name=ClassName|desc=...}}