- This wiki is out of date, use the continuation of this wiki instead
Template:Funcbox
From FenixWiki
(Difference between revisions)
Revision as of 22:05, 12 September 2007 (edit) Sandman (Talk | contribs) (New page: {{Catbox | name = {{{category}}} Functions | category = {{{category}}} | category1 = functions | functionmode = true }}) ← Previous diff |
Current revision (14:16, 13 November 2007) (edit) (undo) Sandman (Talk | contribs) m |
||
(4 intermediate revisions not shown.) | |||
Line 1: | Line 1: | ||
- | {{ | + | <noinclude> |
- | | name = {{{category}}} Functions | + | == Template == |
+ | Function box template. | ||
+ | |||
+ | Lists functions in the specified functioncategory. | ||
+ | |||
+ | Variables: | ||
+ | <pre> | ||
+ | category, | ||
+ | </pre> | ||
+ | </noinclude>{{Dplbox | ||
+ | | name = [[Functioncategory:{{{category}}}|{{{category}}} Functions]] | ||
| category = {{{category}}} | | category = {{{category}}} | ||
| category1 = functions | | category1 = functions | ||
| functionmode = true | | functionmode = true | ||
+ | | skipthispage = false | ||
+ | }}<noinclude> | ||
+ | == Example == | ||
+ | {| style="width: 100%" | ||
+ | | Math functions. | ||
+ | <pre> | ||
+ | {{Funcbox | ||
+ | | category = Math | ||
}} | }} | ||
+ | </pre> | ||
+ | || | ||
+ | {{Funcbox | ||
+ | | category = Math | ||
+ | }} | ||
+ | |} | ||
+ | </noinclude> |
Current revision
[edit] Template
Function box template.
Lists functions in the specified functioncategory.
Variables:
category,
[edit] Example
Math functions.
{{Funcbox | category = Math }} |
|