- This wiki is out of date, use the continuation of this wiki instead
Template:Catbox
From FenixWiki
(Difference between revisions)
Revision as of 21:55, 12 September 2007 (edit) Sandman (Talk | contribs) m ← Previous diff |
Revision as of 22:03, 12 September 2007 (edit) (undo) Sandman (Talk | contribs) Next diff → |
||
Line 1: | Line 1: | ||
+ | <noinclude> | ||
+ | == Template == | ||
+ | Category box template. | ||
+ | |||
+ | Add categories to this box and it will show the pages in those categories. Uses DPL. | ||
+ | </noinclude> | ||
+ | |||
{{Navbox | {{Navbox | ||
| name = {{{name}}} | | name = {{{name}}} | ||
Line 29: | Line 36: | ||
}} | }} | ||
}} | }} | ||
+ | |||
+ | <noinclude> | ||
+ | == Example == | ||
+ | {| style="width: 100%" | ||
+ | | The Network.DLL functions box ([[Template:Netfuncbox]]) | ||
+ | <pre> | ||
+ | {{Catbox | ||
+ | | name = Network.DLL Functions | ||
+ | | category = networkdll | ||
+ | | category1 = functions | ||
+ | | functionmode = true | ||
+ | }} | ||
+ | </pre> | ||
+ | || | ||
+ | {{Catbox | ||
+ | | name = Network.DLL Functions | ||
+ | | category = networkdll | ||
+ | | category1 = functions | ||
+ | | functionmode = true | ||
+ | }} | ||
+ | |} | ||
+ | |||
+ | </noinclude> |
Revision as of 22:03, 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 }} |
|