Mostly Harmless

Difference between revisions of "Template:Infobox interface/doc"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(New page: <noinclude>{{Documentation subpage}}</noinclude> <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. --> ==Usage== This template provides an info box for an interface cla...)
(No difference)

Revision as of 09:06, 4 March 2008

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

Usage

This template provides an info box for an interface class. The info box can contain relevant information like parent interfaces.

Example:

{{Infobox interface
| interface = Interface
| package   = Core
| engine    = UE3
}}

Only package is mandatory. If interface, game or engine are missing, they are derived from the current page name. The parameter engine is only used if no game could be derived from parameter or page name. The class in the within parameter is automatically linked, if possible. It's usually better to let the template derive game and/or engine from the page name.

See also