Mostly Harmless

Difference between revisions of "Template:Category implementing classes"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
m
m (linked to Interface)
Line 1: Line 1:
This [[Project:Categories|category]] contains all {{#if:{{{custom|}}}|custom}} [[UnrealScript]] [[class]]es implementing the [[{{{3|{{{2}}}}}}]] interface {{{1}}}.
+
This [[Project:Categories|category]] contains all {{#if:{{{custom|}}}|custom}} [[UnrealScript]] [[class]]es implementing the [[{{{3|{{{2}}}}}}]] [[interface]] {{{1}}}.
 
<includeonly>
 
<includeonly>
 
{{#if:{{{custom|}}}
 
{{#if:{{{custom|}}}

Revision as of 07:24, 16 March 2008

This category contains all UnrealScript classes implementing the [[{{{2}}}]] interface {{{1}}}.

[edit] Documentation

This template defines the content of category pages for classes implementing a specific interface.

Usage

For stock class categories implementing stock interfaces:

{{category implementing classes|SomeInterface|UE3}}

If the interface extends another stock interface: (other than "Interface" itself)

{{category implementing classes|SomeInterface|UE3|parent=ParentInterface}}

For custom class categories implementing stock interfaces:

{{category implementing classes|SomeInterface|UE3|custom=yes}}

For custom class categories implementing custom interfaces:

{{category implementing classes|SomeCustomInterface|UE3|custom=interface}}

If the custom interface extends another interface implemented by custom classes:

{{category implementing classes|SomeCustomInterface|UE3|custom=interface|customparent=CustomParentInterface}}

See also