Template:Classname/doc: Difference between revisions
From Unreal Wiki, The Unreal Engine Documentation Site
mNo edit summary |
mNo edit summary |
||
Line 7: | Line 7: | ||
==See also== | ==See also== | ||
* [[Template:Classpage]] | |||
* [[Template:Gamename]] | * [[Template:Gamename]] | ||
Revision as of 17:31, 3 March 2008
Usage
This utility template extracts the game name from a class page name. Game-specific class pages may have a game name appended in parentheses and due to technical restrictions have spaces instead of underscores.
For example "UE2:ACTION GotoMenu (UT2003)" is the canonical name of the page about the UT2003 version of the ACTION_GotoMenu class. This template would strip the game name and namespace prefix and replace the space with an underscore to return exactly that: "ACTION_GotoMenu".
See also