• Welcome to Touhou Wiki!
  • Registering is temporarily disabled. Check in our Discord server to request an account and for assistance of any kind.

Template:Hidden begin/doc

From Touhou Wiki
Jump to navigation Jump to search

Syntax

{{Hidden begin
| border     =
| header     =
| title      =
| titlestyle =
| bodystyle  =
| bg1        =
| bg2        =
| ta1        =
| ta2        =
| extra1     =
| extra2     =
}}
<!-- content -->
{{Hidden end}}

Parameters

Parameter Description
title Text shown in titlebar.
titlestyle CSS styles to apply to title, e.g. "border:1px solid lightgrey;" to produce a border around the titlebar, "background:color;" to change the titlebar's background color from transparent to color, "text-align:[center/right];" to change the titlebar text's alignment from left to center or right, etc.
bodystyle CSS styles to apply to the hidden material, e.g. background and text-align per titlestyle.

Examples

Code Result
{{hidden begin
|title = default example
}}
*def
*ghi
{{hidden end}}
default example
  • def
  • ghi
{{hidden begin
|title = title with background:pink
|titlestyle = background:pink;
}}
*def
*ghi
{{hidden end}}
title with background:pink
  • def
  • ghi
{{hidden begin
|title = title aligned in the center
|titlestyle = background:pink; text-align:center;
}}
*def
*ghi{{hidden end}}
title aligned in the center
  • def
  • ghi
{{hidden begin
|title = title aligned on the right needs padding-right
|titlestyle = background:pink;
 text-align:right;padding-right:3em;
}}
*change window width and
*watch title alignment{{hidden end}}
title aligned on the right needs padding-right
  • change window width and
  • watch title alignment
{{hidden begin
|header     = deprecated_header_
|title      = title
|titlestyle = font-style:italic; padding-right:3em;
|border     = dashed
|bg1        = palegreen
|bg2        = cyan
|ta1        = left
|ta2        = center
|extra1     = font-size:120%
|extra2     = font-size:150%
}}
*make window narrower and
*title will wrap
{{hidden end}}
deprecated_header_title
  • make window narrower and
  • title will wrap
{{hidden begin
|title      = title with non-breaking spaces
|titlestyle = 
|border     = dotted
|bg1        = cyan
|bg2        = yellow
|ta1        = right
|ta2        = left
|extra1     = font-size:120%; padding-right:2.5em;
|extra2     = font-size:150%; padding-left:3em;
}}
*def these should have left padding 
*ghi
{{hidden end}}
title with non-breaking spaces
  • def these should have left padding
  • ghi

See also