Difference between revisions of "Template:Sandbox"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Replaced content with "This page is for testing templates")
Line 1: Line 1:
<includeonly>== {{{name}}} {{lang|en=Class}} ==
+
This page is for testing templates
{{#if: {{{inherits|}}}{{{implements|}}}|{{(!}} class="wikitable" style="float:right;"
 
! Inherits
 
! Implements
 
{{!}}-
 
{{!}} {{{inherits|}}}
 
{{!}} {{{implements|}}}
 
{{!)}}}}
 
{{{summary|{{Stub}}
 
{{lang
 
|en=No summary has been written for this class.
 
}}
 
}}}
 
{{clear}}</includeonly><noinclude>
 
{{doc start}}
 
This template is used to document classes in the API namespace.
 
 
 
== Parameters ==
 
{{Parameter Table|name=text|parameters=
 
{{Parameter Row|name|Name of class}}
 
{{Parameter Row|inherits|Inheritance values. Already in a table if set.|Not set}}
 
{{Parameter Row|implements|Interface implementation. Already in a table if set.|Not set}}
 
{{Parameter Row|summary|Summary text.|{{Tl|Stub}} and “No summary has been written for this class.”}}
 
}}
 
 
 
==Usage Examples==
 
{{tlx|class|2=name=ClassName}}
 
 
 
{{tlx|class|2=name=ClassName{{!}}inherits=Inheritance}}
 
 
 
{{tlx|class|2=name=ClassName{{!}}inherits=Inheritance{{!}}implements=IOne, ITwo}}
 
 
 
[[Category:Templates]]
 
[[Category:API Templates]]
 
</noinclude>
 

Revision as of 01:51, 13 June 2014

This page is for testing templates