I love the smell of UnrealEd crashing in the morning. – tarquin
Difference between revisions of "Template:Category implementing classes/doc"
From Unreal Wiki, The Unreal Engine Documentation Site
(New page: <noinclude>{{Documentation subpage}}</noinclude> This template defines the content of category pages for classes implementing a specific interface. ==Usage== For stock class categories im...) |
|||
Line 4: | Line 4: | ||
==Usage== | ==Usage== | ||
For stock class categories implementing stock interfaces: | For stock class categories implementing stock interfaces: | ||
− | <pre>{{category implementing classes| | + | <pre>{{category implementing classes|SomeInterface|Unreal Tournament 3|UE3}}</pre> |
− | For custom class categories implementing stock | + | If the interface extends another stock interface: (other than "Interface" itself) |
− | <pre>{{category implementing classes| | + | <pre>{{category implementing classes|SomeInterface|Unreal Tournament 3|UE3|parent=ParentInterface}}</pre> |
+ | |||
+ | For custom class categories implementing stock interfaces: | ||
+ | <pre>{{category implementing classes|SomeInterface|Unreal Tournament 3|UE3|custom=yes}}</pre> | ||
+ | |||
+ | For custom class categories implementing custom interfaces: | ||
+ | <pre>{{category implementing classes|SomeCustomInterface|Unreal Tournament 3|UE3|custom=interface}}</pre> | ||
+ | |||
+ | If the custom interface extends another interface implemented by custom classes: | ||
+ | <pre>{{category implementing classes|SomeCustomInterface|Unreal Tournament 3|UE3|custom=interface|customparent=CustomParentInterface}}</pre> | ||
==See also== | ==See also== | ||
* [[Template:Category game classes]] | * [[Template:Category game classes]] | ||
* [[Template:Category game interfaces]] | * [[Template:Category game interfaces]] | ||
+ | * [[Template:Category within classes]] | ||
<includeonly> | <includeonly> | ||
[[Category:Class category templates]] | [[Category:Class category templates]] | ||
</includeonly> | </includeonly> |
Revision as of 04:00, 13 May 2008
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|Unreal Tournament 3|UE3}}
If the interface extends another stock interface: (other than "Interface" itself)
{{category implementing classes|SomeInterface|Unreal Tournament 3|UE3|parent=ParentInterface}}
For custom class categories implementing stock interfaces:
{{category implementing classes|SomeInterface|Unreal Tournament 3|UE3|custom=yes}}
For custom class categories implementing custom interfaces:
{{category implementing classes|SomeCustomInterface|Unreal Tournament 3|UE3|custom=interface}}
If the custom interface extends another interface implemented by custom classes:
{{category implementing classes|SomeCustomInterface|Unreal Tournament 3|UE3|custom=interface|customparent=CustomParentInterface}}