Difference between revisions of "Template:Class"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*renamed Parameter Table to Parameter table;)
Line 30: Line 30:
  
 
{{tlx|class|2=name=ClassName{{!}}inherits=Inheritance{{!}}implements=IOne, ITwo}}
 
{{tlx|class|2=name=ClassName{{!}}inherits=Inheritance{{!}}implements=IOne, ITwo}}
 +
 +
{{class|name=ClassName}}
 +
 +
{{class|name=ClassName{{!}}inherits=Inheritance}}
 +
 +
{{class|name=ClassName{{!}}inherits=Inheritance{{!}}implements=IOne, ITwo}}
  
 
[[Category:Templates]]
 
[[Category:Templates]]
 
[[Category:API Templates]]
 
[[Category:API Templates]]
 
</noinclude>
 
</noinclude>

Revision as of 21:47, 16 October 2015

Documentation for Class

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

Parameters

Name Optional Description Default
name No Name of class
inherits Yes Inheritance values. Already in a table if set. Not set
implements Yes Interface implementation. Already in a table if set. Not set
summary Yes Summary text. {{Stub}} and “No summary has been written for this class.”

Usage Examples

{{class|name=ClassName}}

{{class|name=ClassName|inherits=Inheritance}}

{{class|name=ClassName|inherits=Inheritance|implements=IOne, ITwo}}

ClassName Class

This article is a stub. You can help KSP Wiki by expanding it.

No summary has been written for this class.

ClassName|inherits=Inheritance Class

This article is a stub. You can help KSP Wiki by expanding it.

No summary has been written for this class.

ClassName|inherits=Inheritance|implements=IOne, ITwo Class

This article is a stub. You can help KSP Wiki by expanding it.

No summary has been written for this class.