Cogito, ergo sum

Difference between revisions of "Template:Category game interfaces"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
m (support for custom interface categories)
m (minor upgrades)
 
Line 1: Line 1:
This [[Project:Categories|category]] contains all {{#if:{{{custom|}}}|custom}} [[UnrealScript]] [[interface]]s specific to [[{{{2|{{{1}}}}}}]].
+
This [[Project:Categories|category]] contains all {{#if:{{{custom|}}}|custom}} [[UnrealScript]] [[interface]]s specific to {{ {{{1}}} }}.
 
<includeonly>
 
<includeonly>
 
{{#if:{{{custom|}}}
 
{{#if:{{{custom|}}}
|[[Category:Custom interfaces by game]] [[Category:{{{1}}}-specific interfaces{{!}}  {{PAGENAME}}]] [[Category:Custom {{{1}}}-specific classes{{!}}  {{PAGENAME}}]]
+
|[[Category:Custom interfaces by game]] [[Category:{{{1}}}-specific interfaces{{!}}  {{PAGENAME}}]] [[Category:Custom {{{1}}}-specific classes{{!}}  {{PAGENAME}}]] {{#if:{{{2|}}}|[[Category:Custom {{{2}}}-specific interfaces{{!}} {{PAGENAME}}]]}}
|[[Category:Interfaces by game]] [[Category:{{{1}}}-specific classes{{!}}  {{PAGENAME}}]]}}
+
|[[Category:Interfaces by game]] [[Category:{{{1}}}-specific classes{{!}}  {{PAGENAME}}]] {{#if:{{{2|}}}|[[Category:{{{2}}}-specific interfaces{{!}} {{PAGENAME}}]]}}
</includeonly><noinclude>
+
}}</includeonly><noinclude>
 
{{documentation}}
 
{{documentation}}
 
</noinclude>
 
</noinclude>

Latest revision as of 08:24, 13 May 2008

This category contains all UnrealScript interfaces specific to {{ {{{1}}} }}.

[edit] Documentation

This template defines the content of game-specific interface category pages.

Usage[edit]

For stock class categories:

{{category game interfaces|UT3|UE3}}

For custom class categories:

{{category game interfaces|UT3|UE3|custom=yes}}

See also[edit]