Difference between revisions of "Template:IncludeFileMembers"
From Dragon Age Toolset Wiki
m |
m |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{{#if:{{{constants|}}} | | {{#if:{{{constants|}}} | | ||
| − | == Constants == | + | == Constants == |
| − | + | ||
{{#tag:DynamicPageList| | {{#tag:DynamicPageList| | ||
category = Constants from {{BASEPAGENAME}} | category = Constants from {{BASEPAGENAME}} | ||
| Line 10: | Line 9: | ||
}} | }} | }} | }} | ||
{{#if:{{{structs|}}} | | {{#if:{{{structs|}}} | | ||
| − | == Structs == | + | == Structs == |
| − | + | ||
{{#tag:DynamicPageList| | {{#tag:DynamicPageList| | ||
category = Structs from {{BASEPAGENAME}} | category = Structs from {{BASEPAGENAME}} | ||
| Line 19: | Line 17: | ||
}} | }} | }} | }} | ||
{{#if:{{{functions|}}} | | {{#if:{{{functions|}}} | | ||
| − | == Functions == | + | == Functions == |
| − | + | ||
{{#tag:DynamicPageList| | {{#tag:DynamicPageList| | ||
category = Functions from {{BASEPAGENAME}} | category = Functions from {{BASEPAGENAME}} | ||
Revision as of 22:26, 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.