සැකිල්ල:Sections
Appearance
This article should be divided into sections by topic, to make it more accessible. (2024 අගෝස්තු) |
සැකිලි ප්රලේඛනය
Functonality
Creates an HTML anchor.
This template is largely equivalent to the more widely used {{Anchor}} template when used for a single tag. That is, "{{Section|id123|Text to display}}" is equivalent to "{{Anchor|id123}}Text to display". However, {{Anchor}} accepts multiple anchor names and this carries a performance penalty, so {{Section}} is preferable when a page would use the template in many places.
Usage
{{section|parameter1|parameter2}}
- parameter1 — required
- This indicates the name of the HTML anchor
- parameter2 — optional
- This creates text to display at the location of the template
In order to access this link anchor, use examplepagename#parameter1
Example
{{section|parameter1|parameter2}}
This template is currently non-functional due to T39256.
See also
- {{Anchor}}