Template:Classgames: Difference between revisions
From Unreal Wiki, The Unreal Engine Documentation Site
New page: <onlyinclude>{{{1}}}<sup>({{#dpl:noresultsheader=no matching games found |titlematch={{{1}}} (%) |uses=Template:Infobox class{{!}}Template:Infobox interface |mode=inline |inlinetext=<nowik... |
m including redirects |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<onlyinclude>{{{1}}}<sup>({{#dpl:noresultsheader=no matching games found | <onlyinclude>{{#if:{{{e|}}}|{{#ifexist:{{{e}}}:{{{1}}}|[[{{{e}}}:{{{1}}}|{{{1}}}]]|{{{1}}}}}|{{#ifexist:{{{1}}}|[[{{{1}}}]]|{{{1}}}}}}}<sup>({{#dpl:noresultsheader=no matching games found | ||
|titlematch={{{1}}} (%) | |titlematch={{{1}}} (%) | ||
|mode=inline | |mode=inline | ||
|inlinetext=<nowiki>, </nowiki> | |inlinetext=<nowiki>, </nowiki> | ||
|shownamespace=false | |shownamespace=false | ||
|redirects=include | |||
|replaceintitle=/{{{1}}}{{!}}[\s\(\)]/, | |replaceintitle=/{{{1}}}{{!}}[\s\(\)]/, | ||
|namespace={{{e|UE1{{!}}UE2{{!}}UE3}}} | |||
|{{#if:{{{ne|}}}|notnamespace={{{ne}}}}} | |||
}})</sup></onlyinclude> | }})</sup></onlyinclude> | ||
{{documentation}} | {{documentation}} |
Latest revision as of 02:58, 11 January 2010
{{{1}}}(no matching games found)
[edit] Documentation
Creates links to all game-specific description pages for the specified class or interface.
Usage
Across all engine generations:
{{classgames|Pawn}}Pawn()
Or limited to a specific engine generation:
{{classgames|Pawn|e=UE2}}Pawn()
Or excluding a specific engine generation:
{{classgames|Pawn|ne=UE2}}Pawn()