Template:Category within classes: Difference between revisions

From Unreal Wiki, The Unreal Engine Documentation Site
New page: This category contains all {{#if:{{{custom|}}}|custom}} UnrealScript classes that are declared within the [[{{{3|{{{2}}}}}}]] class {{{1}}}. <includeonly...
 
m include parent class within category
Line 4: Line 4:
|[[Category:Custom classes within other classes{{!}}{{{1}}} ({{{2}}})]] [[Category:Custom {{{2}}}-specific classes{{!}} {{PAGENAME}}]]
|[[Category:Custom classes within other classes{{!}}{{{1}}} ({{{2}}})]] [[Category:Custom {{{2}}}-specific classes{{!}} {{PAGENAME}}]]
|[[Category:Classes within other classes{{!}}{{{1}}} ({{{2}}})]] [[Category:{{{2}}}-specific classes{{!}} {{PAGENAME}}]]
|[[Category:Classes within other classes{{!}}{{{1}}} ({{{2}}})]] [[Category:{{{2}}}-specific classes{{!}} {{PAGENAME}}]]
}}</includeonly><noinclude>
}}{{#if:{{{parent|}}}|{{#if:{{{parentcustom|}}}
|[[Category:Custom classes within {{{parent}}} ({{{2}}}){{!}} {{PAGENAME}}]]
|[[Category:Classes within {{{parent}}} ({{{2}}}){{!}} {{PAGENAME}}]]
}}}}</includeonly><noinclude>
{{documentation}}
{{documentation}}
</noinclude>
</noinclude>

Revision as of 11:40, 11 May 2008

This category contains all UnrealScript classes that are declared within the [[{{{2}}}]] class {{{1}}}.

[edit] Documentation

This template defines the content of categories for classes declared within other classes.

Usage

For stock classes within another class:

{{category within classes|PlayerController|UE3}}

For custom classes within another stock or custom class:

{{category within classes|PlayerController|UE3|custom=yes}}

If the outer class has a parent class with additional within classes:

{{category within classes|UTPlayerController|UE3|parent=PlayerController}}

If the outer class has a parent class with additional custom within classes:

{{category within classes|UTPlayerController|UE3|custom=yes|parent=PlayerController|parentcustom=yes}}

See also