Template:Anchor/doc: Difference between revisions

Content deleted Content added
+TR
Line 1: Line 1:
{{Documentation subpage}}
{{doc/start}}
<!-- Documentation here -->

Anchors are "jump points". Place them somewhere on a page and you will be able to link to that section of the page directly. Without the use of == sections/headings/titles ==.
Anchors are "jump points". Place them somewhere on a page and you will be able to link to that section of the page directly. Without the use of == sections/headings/titles ==.


== Usage ==
== Usage ==
<nowiki>{{</nowiki>Anchor|''Anchor ID''}}
{{T|style=code|Anchor|Anchor ID|...}}


* ''Anchor ID'' is the text after the # character that you would like to be used in a link.
* ''Anchor ID'' is the text after the # character that you would like to be used in a link.
Line 11: Line 13:
As an example, if you placed <nowiki>{{</nowiki>Anchor|Foo}} on the [[Sandbox]] page, you could use <nowiki>[[</nowiki>Sandbox#Foo]] as a link that jumps to it.
As an example, if you placed <nowiki>{{</nowiki>Anchor|Foo}} on the [[Sandbox]] page, you could use <nowiki>[[</nowiki>Sandbox#Foo]] as a link that jumps to it.


== Examples ==
<noinclude>
* <pre>{{Anchor|foo|bar|baz}}</pre>{{#tag:syntaxhighlight|{{Anchor|foo|bar|baz}}|lang="html"}}

<includeonly>
<!-- Template categories/interwikis here -->
[[Category:Templates]]
[[tr:Şablon:Çengel]]
</includeonly><noinclude>
<!-- Documentation categories/interwikis here -->
[[tr:Şablon:Çengel/belge]]
[[tr:Şablon:Çengel/belge]]
</noinclude>
</noinclude>
{{doc/end}}