Welcome to the Lylat Wiki, all about the Star Fox series! If you'd like to help out, please take a look at our community portal.

Difference between revisions of "Template:Color-link-piped"

From Lylat Wiki, your source on Star Fox information. By Fans, for Fans.
Jump to navigationJump to search
(same here -- it's from mariowiki)
 
m
 
Line 1: Line 1:
[[{{{1}}}|<span style="color:{{{2}}}">{{{3}}}</span>]]<noinclude>
[[{{{1}}}|<span style="color:{{{2}}}">{{{3}}}</span>]]<noinclude>


Same as {{tem|color-link}}, except that a third variable can allow piping, {{color-link-piped|Main Page|#C00|such as here}}.
Same as {{t|color-link}}, except that a third variable can allow piping, {{color-link-piped|Main Page|#C00|such as here}}.


Actual code: <nowiki>[[{{{1}}}|<span style="color:{{{2}}}">{{{3}}}</span>]]</nowiki>
Actual code: <nowiki>[[{{{1}}}|<span style="color:{{{2}}}">{{{3}}}</span>]]</nowiki>
[[Category:Link Templates|{{PAGENAME}}]]</noinclude>
[[Category:Link Templates|{{PAGENAME}}]]</noinclude>

Latest revision as of 10:56, 25 September 2020

[[{{{1}}}|{{{3}}}]]

Same as {{color-link}}, except that a third variable can allow piping, such as here.

Actual code: [[{{{1}}}|<span style="color:{{{2}}}">{{{3}}}</span>]]