Template:Fakelink

From Wikiquote
Jump to navigation Jump to search

Sample link


Usage[edit]

{{fakelink|color|link label}}

where

color = one of:
live-link = #002BB8 (color of an unvisited internal link to an existing page)
live-visit = #5A3696 (color of an visited internal link to an existing page)
dead-link = #CC2200 (color of an unvisited internal link to an non-existent page)
dead-visit = #A55858 (color of an visited internal link to an non-existent page)
external = #3366BB (color of an external link)
link label = link text that would appear if the link were real (default: Sample link)

Examples[edit]

{{fakelink|live-link|User:Zindar}}User:Zindar
{{fakelink|live-visit|Sandbox}}Sandbox
{{fakelink|dead-link|61-Cygni proverbs}}61-Cygni proverbs
{{fakelink|dead-visit|I don't exist, so stop clicking on me}}Stop clicking on me; I don't exist

Notes[edit]

  • It is planned to allow the use of any CSS color, or have a default of blue, but these features are not yet working. Please use only the pre-defined color codes listed above.