Template:Link style: Difference between revisions

m
no edit summary
(Created page with "<includeonly>[[{{{1}}}|<span style={{{style|color:#ffffff;}}}>{{{2|{{{1}}}}}}</span>]]</includeonly><noinclude> The alias <code>'''ls'''</code> can be used instead of <code>''...")
 
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1:
<includeonly>[[{{{1}}}|<span style={{{style|color:#ffffff;}}}>{{{2|{{{1}}}}}}</span>]]</includeonly><noinclude>
This template lets you style links that are enclosed within <code>[[</code> and <code>]]</code>(i.e. internal links and interwiki links). Technically speaking, it is mainly used to style the <code>text-decoration</code>, <code>color</code>, and <code>background</code> attributes, which are often overridden in <code><nowiki><a></a></nowiki></code> tags placed post hoc by the wikitext parser. The alias <code>'''ls'''</code> can be used instead of <code>'''Link style'''</code>.
The alias <code>'''ls'''</code> can be used instead of <code>'''Link style'''</code>.
 
== Usage ==
<code>&lbrace;&lbrace;'''Link style'''|<var>link target</var>|<var>link text</var>|style=<var>style</var>&rbrace;&rbrace;</code></noinclude>
* ''link target'' - Required. The name of the wiki page you want to link to.
* ''link text'' - Optional. The text to display instead.
* ''style'' – Optional. Takes the value of <code>color:#ffffff;</code> if omitted. You will need to add quotation marks if you have spaces.
 
== Examples ==
* <code><nowiki>{{Link style|Hololive Production|Hololive|style="background:#27c7fe; color:#ffffff;"}}</nowiki></code> = {{Link style|Hololive Production|Hololive|style="background:#27c7fe; color:#ffffff;"}}
* <code><nowiki><span style="background-color:#27c7fe;></nowiki>'''<nowiki>{{ls|Hololive Production}}</nowiki>'''<nowiki></span></nowiki></code> = <span style="background-color:#27c7fe;>{{ls|Hololive Production}}</span>
 
== External links ==
This template does not work for external links. To style external links, just do something like this:
 
<code><nowiki>[https://hololive.hololivepro.com/en/ <span style="color:#27c7fe;">Hololive official website</span>]</nowiki></code> = [https://hololive.hololivepro.com/en/ <span style="color:#27c7fe;">Hololive official website</span>]
 
== What if I only want to style ''part'' of a link text? ==
For more granular control, this template falls short. Instead, here is basically how this template works.
 
<code><nowiki>[[Hololive Production|<span style="text-decoration:red wavy underline">Hololive</span> Production]]</nowiki></code> = [[Hololive Production|<span style="text-decoration:red wavy underline">Hololive</span> Production]]
</noinclude>