Difference between revisions of "Template:IncludeFileMembers"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m
m
Line 1: Line 1:
 
<includeonly><!--
 
<includeonly><!--
-->{{#if:{{{constants|}}}|
+
-->{{#if:{{{constants|}}}|<br>
 
== Constants ==|}}
 
== Constants ==|}}
 
{{#if:{{{constants|}}}|
 
{{#if:{{{constants|}}}|
Line 9: Line 9:
 
suppresserrors = true
 
suppresserrors = true
 
}}|}}
 
}}|}}
{{#if:{{{structs|}}}|
+
{{#if:{{{structs|}}}|<br>
 
== Structs ==|}}
 
== Structs ==|}}
 
{{#if:{{{structs|}}}|
 
{{#if:{{{structs|}}}|
Line 18: Line 18:
 
suppresserrors = true
 
suppresserrors = true
 
}}|}}
 
}}|}}
{{#if:{{{functions|}}}|
+
{{#if:{{{functions|}}}|<br>
 
== Functions ==|}}
 
== Functions ==|}}
 
{{#if:{{{functions|}}}|
 
{{#if:{{{functions|}}}|

Revision as of 23:21, 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.