Difference between revisions of "Template:Sandbox"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Testing change to Template:Class)
 
(Back to sandbox)
 
(9 intermediate revisions by 2 users not shown)
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>
 

Latest revision as of 13:12, 19 October 2016

This page is for testing templates