Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

Difference between revisions of "Template:Category implementing classes/doc"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
m (minor updae to reflect template changes)
 
Line 4: Line 4:
 
==Usage==
 
==Usage==
 
For stock class categories implementing stock interfaces:
 
For stock class categories implementing stock interfaces:
<pre>{{category implementing classes|SomeInterface|Unreal Tournament 3|UE3}}</pre>
+
<pre>{{category implementing classes|SomeInterface|UE3}}</pre>
  
 
If the interface extends another stock interface: (other than "Interface" itself)
 
If the interface extends another stock interface: (other than "Interface" itself)
<pre>{{category implementing classes|SomeInterface|Unreal Tournament 3|UE3|parent=ParentInterface}}</pre>
+
<pre>{{category implementing classes|SomeInterface|UE3|parent=ParentInterface}}</pre>
  
 
For custom class categories implementing stock interfaces:
 
For custom class categories implementing stock interfaces:
<pre>{{category implementing classes|SomeInterface|Unreal Tournament 3|UE3|custom=yes}}</pre>
+
<pre>{{category implementing classes|SomeInterface|UE3|custom=yes}}</pre>
  
 
For custom class categories implementing custom interfaces:
 
For custom class categories implementing custom interfaces:
<pre>{{category implementing classes|SomeCustomInterface|Unreal Tournament 3|UE3|custom=interface}}</pre>
+
<pre>{{category implementing classes|SomeCustomInterface|UE3|custom=interface}}</pre>
  
 
If the custom interface extends another interface implemented by custom classes:
 
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>
+
<pre>{{category implementing classes|SomeCustomInterface|UE3|custom=interface|customparent=CustomParentInterface}}</pre>
  
 
==See also==
 
==See also==

Latest revision as of 08:18, 13 May 2008

This subpage contains documentation, categories and other content that is not part of the template.
To view the template page itself, see Template:Category implementing classes.

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

Usage[edit]

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[edit]