Template:Link: Difference between revisions
Jump to navigation
Jump to search
(Created page with "[[{{{1}}}|<span style="color:{{{2|blue}}}">{{{1}}}</span>]]<noinclude> __NOTOC__ ==Documentation== The '''link''' template is a simple macro template used to make a link a custom color. == Examples == * {{link|Dead or Alive|orange}} * {{link|Proposals|#{{teal 2}}}} Category:Text templates </noinclude>") |
(swap parameter order) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
[[{{{ | [[{{{2}}}|<span style="color:{{{1|blue}}}">{{{3|{{{2}}}}}}</span>]]<noinclude> | ||
__NOTOC__ | __NOTOC__ | ||
==Documentation== | ==Documentation== | ||
Line 5: | Line 5: | ||
== Examples == | == Examples == | ||
* {{link|Dead or Alive|orange}} | * <nowiki>{{link|orange|Dead or Alive|long level}}</nowiki> -> {{link|orange|Dead or Alive|long level}} | ||
* {{link|Proposals|#{{teal 2}}}} | * <nowiki>{{link|#{{teal 2}}|Proposals}}</nowiki> -> {{link|#{{teal 2}}|Proposals}} | ||
[[Category:Text templates]] | [[Category:Text templates]] | ||
</noinclude> | </noinclude> |