Vorlage:Anchor: Unterschied zwischen den Versionen

Aus Open Source Ecology - Germany
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „<span id="{{{1}}}"></span><noinclude> === Usage === It sets an anchor for navigation and uses the ID to refer to <tt>myUniqueId</tt> elsewhere in the Wiki tex…“)
 
(+Anchorencode)
Zeile 1: Zeile 1:
<span id="{{{1}}}"></span><noinclude>
+
<span id="{{ANCHORENCODE:{{{1}}}}}"></span><noinclude>
 
=== Usage ===
 
=== Usage ===
  

Version vom 7. Juni 2018, 08:53 Uhr

Usage

It sets an anchor for navigation and uses the ID to refer to myUniqueId elsewhere in the Wiki text with [[Link#myUniqueId]]:

{{Anchor|myUniqueId}}

…produces…

<span id="myUniqueId"></span>

See also

Category: Navigation