Difference between revisions of "Template:DropDownList"

From Fallen Sword Wiki
Jump to: navigation, search
(New Template to test)
 
Line 3: Line 3:
 
|-
 
|-
 
! colspan="2" style="border-bottom: 0.5px solid {{{border-color|#a2a9b1}}}; text-align: left; padding-left: .7em;" |<div class="mw-customtoggle-{{{id|desks}}}">
 
! colspan="2" style="border-bottom: 0.5px solid {{{border-color|#a2a9b1}}}; text-align: left; padding-left: .7em;" |<div class="mw-customtoggle-{{{id|desks}}}">
{{{Name|Text}}} &nbsp; [[File:Arrow-down.svg|20px|link=]]
+
{{{Name|Text}}} &nbsp; [[File:Arrow-down.svg|15px|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-{{{id|desks}}}" style="padding:0px; border:0px;">
Line 15: Line 15:
 
{{#if: {{{Value7|}}} | <br>{{{Value7}}} }}
 
{{#if: {{{Value7|}}} | <br>{{{Value7}}} }}
 
{{#if: {{{Value8|}}} | <br>{{{Value8}}} }}
 
{{#if: {{{Value8|}}} | <br>{{{Value8}}} }}
 +
{{#if: {{{Value9|}}} | <br>{{{Value9}}} }}
 +
{{#if: {{{Value10|}}} | <br>{{{Value10}}} }}
 +
{{#if: {{{Value11|}}} | <br>{{{Value11}}} }}
 +
{{#if: {{{Value12|}}} | <br>{{{Value12}}} }}
 +
{{#if: {{{Value13|}}} | <br>{{{Value13}}} }}
 +
{{#if: {{{Value14|}}} | <br>{{{Value14}}} }}
 +
{{#if: {{{Value15|}}} | <br>{{{Value15}}} }}
 +
{{#if: {{{Value16|}}} | <br>{{{Value16}}} }}
 +
{{#if: {{{Value17|}}} | <br>{{{Value17}}} }}
 +
{{#if: {{{Value18|}}} | <br>{{{Value18}}} }}
 +
{{#if: {{{Value19|}}} | <br>{{{Value19}}} }}
 +
{{#if: {{{Value20|}}} | <br>{{{Value20}}} }}
 
</div></div>
 
</div></div>
 
|}</div></includeonly>
 
|}</div></includeonly>
Line 33: Line 45:
  
 
===Values===
 
===Values===
The list can hold up to 8 values i.e the text within the list. To add the values type <code> <nowiki>{{DropDownList|Name=Name|Value1=Hello|Value2=Wikipedia|Value3=Blah!}} </nowiki> </code> and so on until
+
The list can hold up to 20 values i.e the text within the list. To add the values type <code> <nowiki>{{DropDownList|Name=Name|Value1=Hello|Value2=Wikipedia|Value3=Blah!}} </nowiki> </code> and so on until
<code> <nowiki>Value8</nowiki> </code>. <br> The values support both Wikilinks and external links i.e you can also type <syntaxhighlight lang="text" inline>{{DropDownList|Name=Name|Value1=[[Hello]]|Value2=[[Wikipedia|'pedia]]|Value3=[https://www.google.co.in/ Google]}} </syntaxhighlight> which will render as <br><br>{{DropDownList|Name=Name|Value1=[[Hello]]|Value2=[[Wikipedia|'pedia]]|Value3=[https://www.google.co.in/ Google]|Value4=|Value5=|Value6=|Value7=|Value8=|id=Example}}
+
<code> <nowiki>Value20</nowiki> </code>. <br>  
  
 
Note that any blank parameters will be omitted when rendering the template.
 
Note that any blank parameters will be omitted when rendering the template.
Line 43: Line 55:
 
===Colors===
 
===Colors===
 
Additionally, the background and border of the dropdown can also be customized. When either parameter is left blank, it will default to the template's white background and grey-ish border colors.  
 
Additionally, the background and border of the dropdown can also be customized. When either parameter is left blank, it will default to the template's white background and grey-ish border colors.  
 
+
<br><br>
 
To change the background color, set a value for the parameter <code>background-color</code>.
 
To change the background color, set a value for the parameter <code>background-color</code>.
  
Line 50: Line 62:
 
Which will render as:
 
Which will render as:
  
{{DropDownList|background-color=#bec4ec|Name=Items|Value1=One|Value2=Two|Value3=Three|id=Background}}
+
{{DropDownList|background-color=#444654|Name=Items|Value1=One|Value2=Two|Value3=Three|id=Background}}
 
+
  
 
This can be set to <code>none</code> to effectively disable the background.
 
This can be set to <code>none</code> to effectively disable the background.
Line 63: Line 74:
 
Similarly, you can change the border color by setting a value for the parameter <code>border-color</code>.
 
Similarly, you can change the border color by setting a value for the parameter <code>border-color</code>.
  
<code><nowiki>{{DropDownList|border-color=black|Name=Items|Value1=One|Value2=Two|Value3=Three}}</nowiki></code>
+
<code><nowiki>{{DropDownList|border-color=red|Name=Items|Value1=One|Value2=Two|Value3=Three}}</nowiki></code>
  
 
Which will render as:
 
Which will render as:
  
{{DropDownList|border-color=red|Name=Items|Value1=One|Value2=Two|Value3=Three|id=BackgroundNone}}
+
{{DropDownList|border-color=red|Name=Items|Value1=One|Value2=Two|Value3=Three|id=RedBorder}}
  
 
This can also be set to <code>none</code> to also disable the border.
 
This can also be set to <code>none</code> to also disable the border.
  
<code><nowiki>{{DropDownList|border-color=red|Name=Items|Value1=One|Value2=Two|Value3=Three}}</nowiki></code>
+
<code><nowiki>{{DropDownList|border-color=none|Name=Items|Value1=One|Value2=Two|Value3=Three}}</nowiki></code>
  
 
Which will render as:
 
Which will render as:
  
{{DropDownList|border-color=none|Name=Items|Value1=One|Value2=Two|Value3=Three|id=BackgroundNone}}
+
{{DropDownList|border-color=none|Name=Items|Value1=One|Value2=Two|Value3=Three|id=BorderNone}}
  
 
==Source==
 
==Source==
 
This template was borrowed from [https://en.wikipedia.org/wiki/Template:Drop_down_list Wikipedia]</noinclude>
 
This template was borrowed from [https://en.wikipedia.org/wiki/Template:Drop_down_list Wikipedia]</noinclude>

Revision as of 09:42, 27 November 2023


Contents

Usage

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

Parameters

This template contains 11 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 {{DropDownList|Name=Items|Value1=One|Value2=Two|Value3=Three}} which will render as:


As another examples, links can also be used as names, as shown below:

{{DropDownList|Name=[[WP:TW|TW]]}} renders as


Values

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

Note that any blank parameters will be omitted when rendering the template.

Id

If you are using more than one DropDownList 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 {{DropDownList|id=Your Id name}}

Colors

Additionally, the background and border of the dropdown can also be customized. When either parameter is left blank, it will default to the template's white background and grey-ish border colors.

To change the background color, set a value for the parameter background-color.

{{DropDownList|background-color=#444654|Name=Items|Value1=One|Value2=Two|Value3=Three}}

Which will render as:


This can be set to none to effectively disable the background.

{{DropDownList|background-color=none|Name=Items|Value1=One|Value2=Two|Value3=Three}}

Which will render as:


Similarly, you can change the border color by setting a value for the parameter border-color.

{{DropDownList|border-color=red|Name=Items|Value1=One|Value2=Two|Value3=Three}}

Which will render as:


This can also be set to none to also disable the border.

{{DropDownList|border-color=none|Name=Items|Value1=One|Value2=Two|Value3=Three}}

Which will render as:


Source

This template was borrowed from Wikipedia