Difference between revisions of "Template:CGscriptClass Template"

From Catglobe Wiki
Jump to: navigation, search
 
(20 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
={{{Name|PLEASE INSERT CLASS NAME HERE}}} =
 
={{{Name|PLEASE INSERT CLASS NAME HERE}}} =
 
<includeonly>[[Category:Classes]]</includeonly>
 
<includeonly>[[Category:Classes]]</includeonly>
 +
<includeonly>{{#if: {{{InheritsFrom|}}} | {{#ifeq: {{{InheritsFrom|}}} | object | | [[Category:{{{InheritsFrom|}}}]] }}}}</includeonly>
 
__NOTOC__
 
__NOTOC__
 
__NOEDITSECTION__
 
__NOEDITSECTION__
  
 
{{{Description|}}}
 
{{{Description|}}}
{{#if: {{{Constructors|}}} | ===<span style="color:#DF8621;">'''Constructors'''</span>=== }}
+
{{#if: {{{InheritsFrom|}}} | ===<span style="color:#DF8621;">'''Parent class'''</span>===
{{{Constructors|}}}
+
Inherits from {{CGscriptTypeColors_Template|Type={{{InheritsFrom|}}}}} }}
{{#if: {{{Methods|}}} | ===<span style="color:#DF8621;">'''Methods'''</span>=== }}
+
{{#if: {{{Constructors|}}} | ===<span style="color:#DF8621;">'''Constructors'''</span>===
{{{Methods|}}}  
+
{{{Constructors|}}} }}
{{#if: {{{Properties|}}} | ===<span style="color:#DF8621;">'''Properties'''</span>=== }}
+
{{#if: {{{Methods|}}} | ===<span style="color:#DF8621;">'''Methods'''</span>===  
{{{Properties|}}}
+
{{{Methods|}}} }}
{{#if: {{{StaticMethods|}}} | ===<span style="color:#DF8621;">'''Static Methods'''</span>=== }}
+
{{#if: {{{Properties|}}} | ===<span style="color:#DF8621;">'''Properties'''</span>===  
{{{StaticMethods|}}}
+
{{{Properties|}}} }}
{{#if: {{{InheritsFrom|}}} | Inherits from {{CGscriptTypeColors_Template|Type={{{InheritsFrom|}}}
+
{{#if: {{{StaticMethods|}}} | ===<span style="color:#DF8621;">'''Static Methods'''</span>===  
{{#if: {{{VMethods|}}} | ===<span style="color:#DF8621;">'''Methods'''</span>=== }}
+
{{{StaticMethods|}}} }}
{{{VMethods|}}}
 
{{#if: {{{VProperties|}}} | ===<span style="color:#DF8621;">'''Properties'''</span>=== }}
 
{{{VProperties|}}}
 
{{#if: {{{VStaticMethods|}}} | ===<span style="color:#DF8621;">'''Static Methods'''</span>=== }}
 
{{{VStaticMethods|}}}
 
}} }}
 

Latest revision as of 10:44, 2 July 2020

THIS IS A TEMPLATE - IT'S BACKUP VERSION IN PAGE: Template:CGscriptClass Template/backup

PLEASE INSERT CLASS NAME HERE