Template:BlueDropdownHeader
Revision as of 11:34, 20 March 2025 by Amberannelarsen (talk | contribs) (Created page with " __NOEDITSECTION__ <!-- The following code is designed to eliminate duplicate naming of dropdown headings, since duplicate headings means that when one heading is clicked, all dropdown headings with the same title will open. An example would be having a title like '1800-1900' under a dropdown of Birth, Marriage and Death. When '1800-1900' is selected, all three areas will open up, even though they may still be hidden in the different dropdown areas. In order to fix th...")
Usage
This template is used to create a hidden dropdown area that becomes visible after the user selects a keyword on the page. The most important thing to remember is that every time this template is used, make sure to also close the dropdown area by adding a call to {{Dropdown end}}.
{{Dropdown| Dropdown title=Birth| Dropdown text style=|}} <!-- add code here that will be 'hidden' in the dropdown area --> {{Dropdown end}} <!-- call {{Dropdown end}} in order to close the dropdown area-->