Difference between revisions of "Template:IncludeFileMembers"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m
m
Line 6: Line 6:
 
order          = ascending
 
order          = ascending
 
ordermethod    = sortkey
 
ordermethod    = sortkey
suppresserrors = true
 
 
}} | }}
 
}} | }}
 
{{#if:{{{structs|}}} |
 
{{#if:{{{structs|}}} |
Line 14: Line 13:
 
order          = ascending
 
order          = ascending
 
ordermethod    = sortkey
 
ordermethod    = sortkey
suppresserrors = true
 
 
}} | }}
 
}} | }}
 
{{#if:{{{functions|}}} |
 
{{#if:{{{functions|}}} |
Line 22: Line 20:
 
order          = ascending
 
order          = ascending
 
ordermethod    = sortkey
 
ordermethod    = sortkey
suppresserrors = true
 
 
}} | }}
 
}} | }}
 
[[Category:Include files from {{{sourcemodule|unspecified module}}}]]
 
[[Category:Include files from {{{sourcemodule|unspecified module}}}]]

Revision as of 23:27, 7 August 2011

Usage

{{IncludeFileMembers
|name         = ability_h
|constants    = true
|structs      = 
|functions    = true
|sourcemodule = Core Game Resources
}}

The IncludeFileMembers template uses the categories created by the constant, struct and function templates to automatically build the lists of the include file's members.