Template:Lead to body link/doc: Difference between revisions
More actions
Created page with "{{documentation subpage}} {{template shortcut|template:lblink||template:l2b}} {{Uses TemplateStyles}} ==Usage== This template provides an easy way to create section links that are differentiable from generic wikilinks. <syntaxhighlight lang="wikitext">{{lead to body link|TemplateData|foobar}}</syntaxhighlight> becomes <span style="border-bottom: 1px dashed">foobar</span>. This template ac..." |
(No difference)
|
Latest revision as of 20:12, 23 February 2025
| This is a documentation subpage for Template:Lead to body link. It may contain usage information, categories and other content that is not part of the original template page. |
| This template uses TemplateStyles: |
Usage
This template provides an easy way to create section links that are differentiable from generic wikilinks.
{{lead to body link|TemplateData|foobar}}becomes foobar.
This template accepts two unnamed parameters:
- 1 - the name of the section to be linked to
- 2 - the text to display
Note that this template can only link to sections that are on the same page.
Example
Instead of [[#TemplateData|foobar]] which returns foobar, or {{section link||TemplateData}} which returns TemplateData (unsuitable for a lead section), {{lead to body link|TemplateData|foobar}} returns foobar.
lblink or l2b can be used as aliases:
{{lblink|TemplateData|foo}}, {{l2b|TemplateData|bar}} returns foo, bar.
TemplateData
This template provides an easy way to create section links that are differentiable from generic wikilinks.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Page name | 1 | The name of the section to be linked to | String | required |
| Label | 2 | The text to display | String | required |