Difference between revisions of "Template:Highlighted anchor/doc"

From blackwiki
Jump to navigation Jump to search
imported>JsfasdF252
imported>JsfasdF252
(Spelling)
Line 3: Line 3:
 
<!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
 
<!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
 
== Usage ==
 
== Usage ==
Details are to be written, but basically when you add {{tlx|highligthed anchor|some text}} inside the visible part of {{tl|visible anchor}} or inside any potential target (i.e a DOM element that has the :target css modifier) then when the target is reached (using a link with a fragment that is identical to its id) the text "some text" will be highligthed with a bluish grey background.
+
Details are to be written, but basically when you add {{tlx|highlighted anchor|some text}} inside the visible part of {{tl|visible anchor}} or inside any potential target (i.e a DOM element that has the :target css modifier) then when the target is reached (using a link with a fragment that is identical to its id) the text "some text" will be highlighted with a bluish grey background.
  
 
In the source code, for example, we have  
 
In the source code, for example, we have  

Revision as of 21:29, 4 December 2020

Script error: No such module "Uses TemplateStyles".

Usage

Details are to be written, but basically when you add {{highlighted anchor|some text}} inside the visible part of {{visible anchor}} or inside any potential target (i.e a DOM element that has the :target css modifier) then when the target is reached (using a link with a fragment that is identical to its id) the text "some text" will be highlighted with a bluish grey background.

In the source code, for example, we have

[[#testlink|Click on me to see the effect]]

{{visible anchor
|testlink
|text=This is the visible text of the anchor and {{highligthed anchor|this is the highligthed part of it}}
}}

This is rendered as follows:

Click on me to see the effect

Template:Visible anchor

See also