Template:Hide

From Zelda Wiki, the Zelda encyclopedia
Revision as of 17:24, 2 December 2018 by Molldust (talk | contribs) (Feature is finally in MediaWiki, took long enough)
Jump to navigation Jump to search
{{{header}}}

{{#css:Template:Hide/Styles.css}}

Usage

This is intended to create a collapsible selection of text, in most cases to be used on pages with large amounts of similar list-like content, such as the Failed Nominations page. There are two ways to use this template:

One Template

This form is usually used for text without tricky wikicode

{{Hide
| header = 
| content = 
| visible = 
| framestyle = 
| headerstyle = 
| contentstyle = 
}}
  • header — The title of the box
  • content — The content to place in the box
  • visible — Type anything to make the content visible on page load
  • framestyle — CSS styling for the frame
  • headerstyle — CSS styling for the header
  • contentstyle — CSS styling for the content area