Difference between revisions of "Template:Link"

From LGPedia
Jump to: navigation, search
m (Reverted edits by I8u4it (Talk); changed back to last version by Renegade)
Line 13: Line 13:
 
|-
 
|-
 
|'''external=yes'''
 
|'''external=yes'''
|Set this if the destination is not an LGPedia or InterWiki-linkable page.
+
|Set this if the destination is not an Harper's Globe wiki or InterWiki-linkable page.
 
|}
 
|}
Therefore, <pre>{{link|link=http://www.lonelygirl15.com/?p=292&play=1|text=Sing Until The End|color=Pink|external=yes}}</pre> generates {{link|link=http://www.lonelygirl15.com/?p=292&play=1|text=Sing Until The End|color=Pink|external=yes}}.
+
Therefore, <pre>{{link|link=http://www.harpersglobe.com/video/view/10008/15/1|text=This is Just the Beginning...|color=Pink|external=yes}}</pre> generates {{link|link=http://www.harpersglobe.com/video/view/10008/15/1|text=This is Just the Beginning...|color=Pink|external=yes}}.
  
 
==See also==
 
==See also==
*[[Template:Forum]]
 
*[[Template:Post]]
 
*[[:Category:External link templates]]
 
  
 
[[Category:Templates|{{PAGENAME}}]]
 
[[Category:Templates|{{PAGENAME}}]]
 
[[Category:External link templates|{{PAGENAME}}]]
 
[[Category:External link templates|{{PAGENAME}}]]
 
</noinclude>
 
</noinclude>

Revision as of 18:36, 10 March 2009

This template generates custom internal and external links.

Usage

{{link|link=|text=|color=|external=yes}}
link The target destination of this link
text The text that should be shown. Defaults to link destination.
color The color the text should be in. Can be any valid HTML color value or name. Defaults to normal link colors.
external=yes Set this if the destination is not an Harper's Globe wiki or InterWiki-linkable page.
Therefore,
{{link|link=http://www.harpersglobe.com/video/view/10008/15/1|text=This is Just the Beginning...|color=Pink|external=yes}}
generates This is Just the Beginning....

See also