- This wiki is out of date, use the continuation of this wiki instead
Template:Catbox
From FenixWiki
(Difference between revisions)
Revision as of 23:13, 12 September 2007 (edit) Sandman (Talk | contribs) m ← Previous diff |
Revision as of 23:18, 12 September 2007 (edit) (undo) Sandman (Talk | contribs) m Next diff → |
||
Line 8: | Line 8: | ||
| list = {{#DPL: | | list = {{#DPL: | ||
mode=userformat| | mode=userformat| | ||
- | {{#if:{{{functionmode|}}}|replaceintitle=/ /,_}}| | ||
- | {{#if:{{{functionmode|}}}|format=• ,[[%PAGE%{{!}}%TITLE%]](), • ,}}| | ||
{{#if:{{{functionmode|}}}||format=• ,[[%PAGE%{{!}}%TITLE%]], • ,}}| | {{#if:{{{functionmode|}}}||format=• ,[[%PAGE%{{!}}%TITLE%]], • ,}}| | ||
+ | {{#ifeq:{{{functionmode|}}}|false|format=• ,[[%PAGE%{{!}}%TITLE%]], • ,}}| | ||
+ | {{#ifeq:{{{functionmode|}}}|true|replaceintitle=/ /,_}}| | ||
+ | {{#ifeq:{{{functionmode|}}}|true|format=• ,[[%PAGE%{{!}}%TITLE%]](), • ,}}| | ||
{{#if:{{{category|}}} |category={{{category}}}}}| | {{#if:{{{category|}}} |category={{{category}}}}}| | ||
{{#if:{{{category1|}}} |category={{{category1}}}}}| | {{#if:{{{category1|}}} |category={{{category1}}}}}| |
Revision as of 23:18, 12 September 2007
Template
Category box template.
Add categories to this box and it will show the pages in those categories. Uses DPL.
{{{name}}} |
Example
The Network.DLL functions box (Template:Netfuncbox)
{{Catbox | name = Network.DLL Functions | category = networkdll | category1 = functions | functionmode = true }} |
|