ಟೆಂಪ್ಲೇಟು:WPBannerMeta/hooks/collapsed/doc
This is a documentation subpage for ಟೆಂಪ್ಲೇಟು:WPBannerMeta/hooks/collapsed It may contain usage information, categories and other content that is not part of the original ಟೆಂಪ್ಲೇಟು page. |
Syntax |
---|
{{WPBannerMeta |PROJECT = |BANNER_NAME = {{subst:FULLPAGENAME}} |small={{{small|}}} |category={{{category|¬}}} |listas = {{{listas|}}} ... |HOOK_BOTTOM = {{WPBannerMeta/hooks/collapsed |COLLAPSED_HEAD = Title |CONTENT = Content to show |COLLAPSED = Threshold for collapsing |IMAGE_LEFT_LARGE = Size of left image |IMAGE_LEFT_SMALL = Size of left image (small version) |small = {{{small|}}} |counter = number of rows of content }} ... }} |
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_LARGE
– this is the size of the left image and should equal the value of this parameter in the main template code. Eg:IMAGE_LEFT_LARGE = 90px
IMAGE_LEFT_SMALL
– this is the size of the small version of the left image and should equal the value of this parameter in the main template code. Eg:IMAGE_LEFT_SMALL = 50px
small
– this parameter should be passed through. Eg:small = {{{small|}}}
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.