Content droplet "Dropdown"

Hi all,
how do I use the content droplet “Dropdown”?

How is the syntax for the “Content” parameter?

Kind regards

Hello Otti,

thank you for your question. You have used the Content parameter correctly. What would be your goal that you want to achieve with the template? We use the template to link to subpages, for example:
{{Dropdown|ddid=edit|Content={{#subpages:{{FULLPAGENAME}}}}|kidsonly=yes}}|}}

Greetings

Hello Monique,
thanks for your response.
I want to embed an usual dropdown selection on my page with prefilled values.

Greetings

Hi Otti,

Just a quick note - please keep in mind that the Dropdown droplet is essentially an HTML wrapper. This means it will render whatever Wikitext or HTML you provide in the Content field.

It`s not intended for use as a selection input within forms. For form dropdowns, you should use something like the following instead:

{{{field|IP-Vergabe|input type=dropdown|values=123, 456, 789}}}

Kind regards,
Tobias

Allright,
thanks for the response.