Difference between revisions of "Template:IncludeFileMembers"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m
m
Line 7: Line 7:
 
ordermethod    = sortkey
 
ordermethod    = sortkey
 
suppresserrors = true
 
suppresserrors = true
</DynamicPageList>|}}<!-- -->
+
</DynamicPageList>|}}<!--
{{#if:{{{structs|}}}|
+
-->{{#if:{{{structs|}}}|
 
== Structs ==  
 
== Structs ==  
 
<DynamicPageList>
 
<DynamicPageList>
Line 15: Line 15:
 
ordermethod    = sortkey
 
ordermethod    = sortkey
 
suppresserrors = true
 
suppresserrors = true
</DynamicPageList>|}}<!-- -->
+
</DynamicPageList>|}}<!--
{{#if:{{{functions|}}}|
+
-->{{#if:{{{functions|}}}|
 
== Functions ==
 
== Functions ==
 
<DynamicPageList>
 
<DynamicPageList>
Line 23: Line 23:
 
ordermethod    = sortkey
 
ordermethod    = sortkey
 
suppresserrors = true
 
suppresserrors = true
</DynamicPageList>
+
</DynamicPageList>|}}
 
+
 
[[Category:Include files from {{{sourcemodule|unspecified module}}}]]
 
[[Category:Include files from {{{sourcemodule|unspecified module}}}]]
 
[[Category:Include files]]</includeonly><noinclude>
 
[[Category:Include files]]</includeonly><noinclude>

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