Template:Hidden information/doc
From HandWiki
< Template:Hidden information
Revision as of 21:51, 1 December 2016 by imported>Jworkorg (1 revision imported: Boxes)
This is a documentation subpage for Template:Hidden information It may contain usage information, categories and other content that is not part of the original template page. |
Function
This template is a shortcut to format {{hidden}} for information on talk pages, enclosed within an {{mbox}}
Syntax
- usage
{{hidden infoboxes|title=|info=}}
- you can optionally name the box using the 'title=' parameter
- add any templates and meta-information between the 'info=' and '}}'
Style
This template creates a dynamic navigation box using style sheet declarations in MediaWiki:Common.css and Javascript code in MediaWiki:Common.js.
Examples
{{Hidden infoboxes|info=abc}}
produces:
more information abc |
{{Hidden infoboxes|title=abc}}
produces:
abc No information available. |
{{Hidden infoboxes|title=def|info=abc}}
produces:
def abc |
{{Hidden infoboxes|title=abc|def}}
produces:
abc def |
{{Hidden infoboxes|abc|title=def}}
produces:
def abc |