Template:LCARS-bar-left: Difference between revisions
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...") |
No edit summary |
||
Line 3: | Line 3: | ||
!width="{{{2}}}px" style="text-transform:uppercase"|<font size="4">{{{1}}}</font> | !width="{{{2}}}px" style="text-transform:uppercase"|<font size="4">{{{1}}}</font> | ||
|style="background:{{{COLOR}}}; border:0px; border-radius: 0px 20px 20px 0px"| | |style="background:{{{COLOR}}}; border:0px; border-radius: 0px 20px 20px 0px"| | ||
|}</includeonly><noinclude> | |}</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>). | |||
Specify the width in pixels for your text label. | |||
<pre> | <pre> | ||
Line 10: | Line 14: | ||
{{LCARS-bar-left|Taskforces|150|COLOR=#6699cc}} | {{LCARS-bar-left|Taskforces|150|COLOR=#6699cc}} | ||
And to make it a link... | |||
<pre> | |||
{{LCARS-bar-left|[[Taskforces]]|150|COLOR=#6699cc}} | |||
</pre> | |||
{{LCARS-bar-left|[[Taskforces]]|150|COLOR=#6699cc}} | |||
[[Category:Wiki System Templates]]</noinclude> | [[Category:Wiki System Templates]]</noinclude> |
Revision as of 10:10, 16 August 2014
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 ]]).
Specify the width in pixels for your text label.
{{LCARS-bar-left|Taskforces|150|COLOR=#6699cc}}
Taskforces |
---|
And to make it a link...
{{LCARS-bar-left|[[Taskforces]]|150|COLOR=#6699cc}}
Taskforces |
---|