Template:Divhide: Difference between revisions

removed span tag that I didn't understand; updated docs
(some fixes)
(removed span tag that I didn't understand; updated docs)
Line 6: Line 6:
--><div class="hidden-title skin-nightmode-reset-color" style="text-align:center; background-color:{{{titlebgcolor|#A7D7F9}}};">{{{title}}}</div><!--
--><div class="hidden-title skin-nightmode-reset-color" style="text-align:center; background-color:{{{titlebgcolor|#A7D7F9}}};">{{{title}}}</div><!--
--><div class="hidden-content mw-collapsible-content" style="{{#if:{{{contentbgcolor|}}}|background-color:{{{contentbgcolor}}};}}">
--><div class="hidden-content mw-collapsible-content" style="{{#if:{{{contentbgcolor|}}}|background-color:{{{contentbgcolor}}};}}">
<span id="{{{1}}}"></span>
}}</includeonly><noinclude>
}}</includeonly><noinclude>This template produces cute little boxes to hide text in. You simply place <nowiki>{{divhide|optional title}}</nowiki> at the start of the text you want to hide, and <nowiki>{{divhide|end}}</nowiki> at the end, and everything in-between folds up nice and neat. You can choose the initial state of the box by using the parameter '''show'''; if it is set to "yes", the box will be open when the page loads; otherwise it will be collapsed initially. You can also pass in the '''color''' parameter to set the background color.
This template produces cute little boxes to hide text in. You simply place <tt><nowiki>{{Divhide|title=some_title}}</nowiki></tt> at the start of the text you want to hide, and <tt><nowiki>{{Divhide|end}}</nowiki></tt> at the end, and everything in-between folds up nice and neat. Additional optional parameters:
 
*'''show''': Sets the initial state of the box; if it is set to "yes", the box will be open when the page loads, otherwise it will be collapsed initially.
*'''bgcolor''': Sets the background color of the entire box.
*'''titlebgcolor''', '''contentbgcolor''': Exactly what you'd guess these are.
 
Example:
{{Divhide|title=Look at me, I'm cute!|titlebgcolor=#FFFF80}}<center>ʘ‿ʘ</center>{{Divhide|end}}
{{Divhide|title=Look at me, I'm cute!|titlebgcolor=#FFFF80}}<center>ʘ‿ʘ</center>{{Divhide|end}}