Difference between revisions of "Template:IncludeFileMembers"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m
m
Line 2: Line 2:
 
-->{{#if:{{{constants|}}}|
 
-->{{#if:{{{constants|}}}|
 
== Constants ==  
 
== Constants ==  
<DynamicPageList>
+
{{#tag:DynamicPageList|
 
category      = Constants from {{BASEPAGENAME}}
 
category      = Constants from {{BASEPAGENAME}}
 
order          = ascending
 
order          = ascending
 
ordermethod    = sortkey
 
ordermethod    = sortkey
 
suppresserrors = true
 
suppresserrors = true
</DynamicPageList>|}}
+
}}|}}
 
{{#if:{{{structs|}}}|
 
{{#if:{{{structs|}}}|
 
== Structs ==  
 
== Structs ==  
<DynamicPageList>
+
{{#tag:DynamicPageList|
 
category      = Structs from {{BASEPAGENAME}}
 
category      = Structs from {{BASEPAGENAME}}
 
order          = ascending
 
order          = ascending
 
ordermethod    = sortkey
 
ordermethod    = sortkey
 
suppresserrors = true
 
suppresserrors = true
</DynamicPageList>|}}
+
}}|}}
 
{{#if:{{{functions|}}}|
 
{{#if:{{{functions|}}}|
 
== Functions ==
 
== Functions ==
<DynamicPageList>
+
{{#tag:DynamicPageList|
 
category      = Functions from {{BASEPAGENAME}}
 
category      = Functions from {{BASEPAGENAME}}
 
order          = ascending
 
order          = ascending
 
ordermethod    = sortkey
 
ordermethod    = sortkey
 
suppresserrors = true
 
suppresserrors = true
</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:14, 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.