Difference between revisions of "Template:CGscriptClass Template"

From Catglobe Wiki
Jump to: navigation, search
(Added static methods)
Line 5: Line 5:
 
__NOEDITSECTION__
 
__NOEDITSECTION__
  
{{{Description|}}}  
+
{{{Description|}}}
 
{{#if: {{{Constructors|}}} | ===<span style="color:#DF8621;">'''Constructors'''</span>=== }}
 
{{#if: {{{Constructors|}}} | ===<span style="color:#DF8621;">'''Constructors'''</span>=== }}
 
{{{Constructors|}}}  
 
{{{Constructors|}}}  
Line 14: Line 14:
 
{{#if: {{{StaticMethods|}}} | ===<span style="color:#DF8621;">'''Static Methods'''</span>=== }}
 
{{#if: {{{StaticMethods|}}} | ===<span style="color:#DF8621;">'''Static Methods'''</span>=== }}
 
{{{StaticMethods|}}}
 
{{{StaticMethods|}}}
 +
{{#if: {{{InheritsFrom|}}} | Inherits from {{CGscriptTypeColors_Template|Type={{{InheritsFrom|}}}
 +
{{#if: {{{VMethods|}}} | ===<span style="color:#DF8621;">'''Methods'''</span>=== }}
 +
{{{VMethods|}}}
 +
{{#if: {{{VProperties|}}} | ===<span style="color:#DF8621;">'''Properties'''</span>=== }}
 +
{{{VProperties|}}}
 +
{{#if: {{{VStaticMethods|}}} | ===<span style="color:#DF8621;">'''Static Methods'''</span>=== }}
 +
{{{VStaticMethods|}}}
 +
}} }}

Revision as of 08:59, 19 December 2019

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

PLEASE INSERT CLASS NAME HERE