Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:CGscriptClass Template: Difference between revisions

Template page
Dennis (talk | contribs)
No edit summary
No edit summary
 
(70 intermediate revisions by 4 users not shown)
Line 1: Line 1:
=== {{{Name|PLEASE INSERT CLASS NAME HERE}}} ===
<noinclude>''' <span style="color:blue;">THIS IS A TEMPLATE - IT'S BACKUP VERSION IN PAGE: [[{{FULLPAGENAME}}/backup]]</span> '''</noinclude><!-- please dont delete this line -->
={{{Name|PLEASE INSERT CLASS NAME HERE}}} =
<includeonly>[[Category:Classes]]</includeonly>
<includeonly>{{#if: {{{InheritsFrom|}}} | {{#ifeq: {{{InheritsFrom|}}} | object | | [[Category:{{{InheritsFrom|}}}]] }}}}</includeonly>
__NOTOC__
__NOEDITSECTION__


{{{Description|}}}  
{{{Description|}}}
 
{{#if: {{{InheritsFrom|}}} | ===<span style="color:#DF8621;">'''Parent class'''</span>===
<span style="color:#a52a2a;">'''Constructors'''</span>  
Inherits from {{CGscriptTypeColors_Template|Type={{{InheritsFrom|}}}}} }}
 
{{#if: {{{Constructors|}}} | ===<span style="color:#DF8621;">'''Constructors'''</span>===
{{ #foreach: Constructor$n$ | Constructor$n$ = {{{Constructor$n$ }}}xxx<br/> }}
{{{Constructors|}}} }}
 
{{#if: {{{Methods|}}} | ===<span style="color:#DF8621;">'''Methods'''</span>===
{| cellspacing="0" border="1"
{{{Methods|}}} }}
!style="width:30%"|Name
{{#if: {{{Properties|}}} | ===<span style="color:#DF8621;">'''Properties'''</span>===
!style="width:70%"|Description
{{{Properties|}}} }}
|-
{{#if: {{{StaticMethods|}}} | ===<span style="color:#DF8621;">'''Static Methods'''</span>===
| x || y
{{{StaticMethods|}}} }}
|}
 
{{{Constructors|}}}  
 
<span style="color:#a52a2a;">'''Methods'''</span>  
 
{{{Methods|}}}  
 
<span style="color:#a52a2a;">'''Properties'''</span>  
 
{{{Properties|}}}  
 
<span style="color:#a52a2a;">'''Version'''</span>  
 
{{{Version|}}}  
 
<span style="color:#a52a2a;">'''Examples'''</span>  
 
Please put the example codes into <nowiki><source lang="javascript">  </source></nowiki> markup tags

Latest revision as of 08:44, 2 July 2020

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

PLEASE INSERT CLASS NAME HERE