Template:LCARS Toggle: Difference between revisions

From 118Wiki
Jump to navigation Jump to search
m (adding a few suggestions for unicode characters)
m (moving indicator to the other side :))
Line 9: Line 9:
|style="background:{{{Color}}}; border:0px;"|
|style="background:{{{Color}}}; border:0px;"|
{{#switch: {{{Side}}}
{{#switch: {{{Side}}}
|Right=!style{{=}}"width:1px; padding-top: 0px; padding-bottom: 0px; padding-left: 5px; padding-right: 5px; white-space:nowrap; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; font-size:large; line-height: 100%;"{{!}}{{{Expand Indicator}}} {{{Title}}}
|Right=!style{{=}}"width:1px; padding-top: 0px; padding-bottom: 0px; padding-left: 5px; padding-right: 5px; white-space:nowrap; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; font-size:large; line-height: 100%;"{{!}}{{{Title}}} {{{Expand Indicator}}}
|Left={{!}}width{{=}}"5px"{{!}}
|Left={{!}}width{{=}}"5px"{{!}}
|{{!}}width{{=}}"5px"{{!}}
|{{!}}width{{=}}"5px"{{!}}

Revision as of 22:18, 24 May 2024

Creates a toggle-able LCARS menu!

NOTE: To include things like tables and any sort of formatting that uses | characters within the content section of the template, substitute any | characters with {{!}}, and the code should work just fine.

The "Expand Indicator" variable allows one to set any unicode symbol as a marker to "click here". Hopefully this will increase the salience of the LCARS toggle button! Some characters that might work include: ˅, ⌄, ↕, ⇕, ⇳, ☟, ⬍, ⭥, 𝅎, 𝅏, 🡙 (but you can use whatever you want).

Example

{{LCARS Toggle
|Toggle Name = SL
|Side = Left
|Color = steelblue
|Title = Shore Leave!
|Expand Indicator = ⮟
|Content = This is some writing, blarg.
}}

which gives you

Shore Leave! ⮟

This is some writing, blarg.

Different Sides!

You can also switch the side that the text is on!

Shore Leave! ⮟

This is some writing, blarg.