Difference between revisions of "Template:IncludeFileMembers"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m
m
Line 1: Line 1:
<includeonly>{{BASEPAGENAME}}<!--
+
<includeonly><!--
 
-->{{#if:{{{constants|}}}|
 
-->{{#if:{{{constants|}}}|
 
== Constants ==  
 
== Constants ==  
 
<DynamicPageList>
 
<DynamicPageList>
category    = Constants from {{BASEPAGENAME}}
+
category    = Constants from {{{name|}}}
 
order      = ascending
 
order      = ascending
 
ordermethod = sortkey
 
ordermethod = sortkey
Line 11: Line 11:
 
== Structs ==  
 
== Structs ==  
 
<DynamicPageList>
 
<DynamicPageList>
category    = Structs from {{BASEPAGENAME}}
+
category    = Structs from {{{name|}}}
 
order      = ascending
 
order      = ascending
 
ordermethod = sortkey
 
ordermethod = sortkey
Line 19: Line 19:
 
== Functions ==
 
== Functions ==
 
<DynamicPageList>
 
<DynamicPageList>
category    = Functions from {{BASEPAGENAME}}
+
category    = Functions from {{{name|}}}
 
order      = ascending
 
order      = ascending
 
ordermethod = sortkey
 
ordermethod = sortkey

Revision as of 22:58, 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.