Template:Internal link with parameters/doc
![]() | This is a documentation subpage for Template:Internal link with parameters. It may contain usage information, categories and other content that is not part of the original template page. |
![]() | This template may be substituted. |
__EXPECTUNUSEDTEMPLATE__
![]() | This template uses Lua: |
Use this template to create internal links with parameter support.
This template is similar to the {{fullurl:...}}
magic word, but in addition
- Allows to write each URL parameter as a separate template parameter
- Automatically sanitizes parameter names and values via
{{urlencode:...|QUERY}}
- Automatically inserts the link generated within a <syntaxhighlight lang="html" inline>...</syntaxhighlight> element – you can pass an empty
|class=
parameter to avoid it
Usage
Manuscript:
<syntaxhighlight lang="wikitext">Lorem ipsum</syntaxhighlight>
Effect:
Parameters
This template creates internal links with parameter support.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Page | 1 | Internal page to link
| String | required |
Text | 2 | Text to show
| String | optional |
HTML class | class | ‘class’ attribute of the ‘span’ element that contains the link (‘<span class="plainlinks">...</span>’ if the parameter is omitted; no ‘span’ element will surround the link if this parameter is given empty!)
| String | optional |
See also
- Category:Internal link templates
{{fullurl:...}}
- {{Querylink}}