Template:LCARS-bar-left: Difference between revisions

From 118Wiki
Jump to navigation Jump to search
(Created page with "<includeonly>{| style="background:#fff; border:0" class=toc align=center width="100%" |width="40px" style="background:{{{COLOR}}}; border:0px; border-radius: 20px 0px 0px 20px...")
 
(padding adjustments)
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>{| style="background:#fff; border:0" class=toc align=center width="100%"
<includeonly>{|style="width: 100%; align: center;"
|width="40px" style="background:{{{COLOR}}}; border:0px; border-radius: 20px 0px 0px 20px"|
|width="40px" style="background:{{{COLOR}}}; border:0px; border-radius: 20px 0px 0px 20px"|
!width="{{{2}}}px" style="text-transform:uppercase"|<font size="4">{{{1}}}</font>
!style="width:1px; padding-top: 0px; padding-bottom: 0px; padding-left: 5px; padding-right: 5px; white-space:nowrap; text-transform:uppercase; line-height: 130%;"|<font size="4">{{{1}}}</font>
|style="background:{{{COLOR}}}; border:0px; border-radius: 0px 20px 20px 0px"|
|style="background:{{{COLOR}}}; border:0px;"|
|}</includeonly><noinclude>Creates an LCARS style bar with large text (automatically put in all caps) on the left instead of the right and with no link. Specify the width in pixels for your text label.
|width="5px"|
|width="40px" style="background:{{{COLOR}}}; border:0px; border-radius: 0px 20px 20px 0px"|
|}</includeonly><noinclude>Similar to [[Template:LCARS-bar]], this template creates an LCARS style bar with large text (automatically put in all caps) but it does two things differently:
* Puts the text on the left instead of the right.
* Does not create an automatic link (although you can still manually put in a link using <nowiki>[[ and ]]</nowiki>).


<pre>
<pre>
{{LCARS-bar-left|Taskforces|150|COLOR=#6699cc}}
{{LCARS-bar-left|Taskforces|COLOR=#6699cc}}
</pre>
</pre>


{{LCARS-bar-left|Taskforces|150|COLOR=#6699cc}}
{{LCARS-bar-left|Taskforces|COLOR=#6699cc}}
 
And to make it a link...
 
<pre>
{{LCARS-bar-left|[[Taskforces]]|COLOR=#6699cc}}
</pre>
 
{{LCARS-bar-left|[[Taskforces]]|COLOR=#6699cc}}
 
In order to make this template float with sidebars, add this code before:
 
<pre>
<div style="overflow: hidden;">
</pre>
 
and after
<pre>
</div>
</pre>


[[Category:Wiki System Templates]]</noinclude>
[[Category:Wiki System Templates]]</noinclude>

Latest revision as of 18:30, 22 August 2019

Similar to Template:LCARS-bar, this template creates an LCARS style bar with large text (automatically put in all caps) but it does two things differently:

  • Puts the text on the left instead of the right.
  • Does not create an automatic link (although you can still manually put in a link using [[ and ]]).
{{LCARS-bar-left|Taskforces|COLOR=#6699cc}}
Taskforces

And to make it a link...

{{LCARS-bar-left|[[Taskforces]]|COLOR=#6699cc}}
Taskforces

In order to make this template float with sidebars, add this code before:

<div style="overflow: hidden;">

and after

</div>