Template:Drop down list: Difference between revisions

Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 2: Line 2:
{| cellspacing="0" style="border-collapse: collapse; width: 75px; font-size: 0.9em; border: 0.5px solid black; background-color: white; margin: -.2em 0 0 0;"
{| cellspacing="0" style="border-collapse: collapse; width: 75px; font-size: 0.9em; border: 0.5px solid black; background-color: white; margin: -.2em 0 0 0;"
|-
|-
! colspan="2" style="border-bottom: 0.5px solid black; background-color: white; text-align: left; padding-left: .7em;" |<div class="mw-customtoggle-{{{id|desks}}}">
! colspan="2" style="border-bottom: 0.5px solid black; background-color: white; text-align: left; padding-left: .7em;" |<div class="mw-customtoggle-x1">
{{{Name|Text}}} &nbsp; [[File:MediaWiki Vector skin action arrow.png|link=]]
{{{Name|Text}}} &nbsp; [[File:MediaWiki Vector skin action arrow.png|link=]]
</div>  
</div>  
<div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-{{{id|desks}}}" style="padding:0px; border:0px;">
<div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-x1" style="padding:0px; border:0px;">
<div class="mw-collapsible-content" style="text-align:left;">
<div class="mw-collapsible-content" style="text-align:left;">
{{{Value1|Lorem}}}<br>
{{{Value1|Lorem}}}<br>

Revision as of 18:39, 29 May 2018

Template:Collapse Templates

Usage

This template can be transcluded to display a Drop down list. This template had 3 parameters (described below). The Id parameter is very important if you are using 2 drop down lists on the same page.

Parameters

This template contains 9 parameters for different purposes:

Name

This is the name parameter that shall display the name of the list, defaults to 'Text'. To set the name parameter type {{Drop down list|Name=Name}} which will render as


Examples:

{{Drop down list|Name=TW}} renders as


{{Drop down list|Name=[[WP:TW|TW]]}} renders as


Values

The list can hold up to 8 values i.e the text within the list. To add the values type {{Drop down list|Name=Name|Value1=Hello|Value2=Wikipedia|Value3=Blah!}} and so on until

Value8 .
The values support both Wikilinks and external links i.e you can also type <source lang="moin" inline> </nowiki> </source> which will render as


Id

If you are using more than one drop down list on the same page this parameter is very important. The Id parameter for each list should be different and unique (if using more than one on the same page). To set the ID type {{Drop down list|id=Your Id name}} .