Template:WPBannerMeta/hooks/collapsed/doc

Syntax
<syntaxhighlight lang="wikitext" style="font-size:90%">

Soft redirect to:Module:WikiProject banner/doc
This page is a soft redirect.__EXPECTUNUSEDTEMPLATE__

</syntaxhighlight>

Syntax with notecounter
<syntaxhighlight lang="wikitext" style="font-size:90%">

Soft redirect to:Module:WikiProject banner/doc
This page is a soft redirect.__EXPECTUNUSEDTEMPLATE__

</syntaxhighlight>

This hook enables adding another collapsed section into a project banner. It should be attached to the |HOOK_BOTTOM= hook. The following parameters are used:

  • COLLAPSED_HEAD – the title of the collapsed section. If not defined, "Additional information:" will be used. parameter that will trigger the note. Eg: COLLAPSED_HEAD = Associated taskforces
  • CONTENT – the content of the collapsed section. This could be another hook such as /notes or /taskforces.
  • COLLAPSED – the threshold of the number of rows for the banner to collapse. If {{{counter}}} is more than this number then the section will collapse; otherwise it will display without collapsing. If not defined, a default value of zero is used. Eg: COLLAPSED = 4
  • IMAGE_LEFT_SIZE – this is the size of the left image and should equal the value of this parameter in the main template code. Eg: IMAGE_LEFT_SIZE = 90px
  • counter – can be used to pass the number of rows of content in the section. The /notecounter hook may be used to count several triggers. The default value is 0 if the content is empty or 1 otherwise.