User:Cessaune/Templates/Lead to body link/doc
Appearance
This is a documentation subpage for User:Cessaune/Templates/Lead to body link. It may contain usage information, categories and other content that is not part of the original user template page. |
Usage
[edit]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
[edit]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.
TemplateData
[edit]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 |