m (Add another example to demonstrate lack of exist check) Tag: 2017 source edit |
m (Add example for overriding label) Tag: 2017 source edit |
||
Line 4: | Line 4: | ||
Examples: | Examples: | ||
* <code><nowiki>{{redlink not wanted|nonexistent page}}</nowiki></code> ⟶ {{redlink not wanted|nonexistent page}} | * <code><nowiki>{{redlink not wanted|nonexistent page}}</nowiki></code> ⟶ {{redlink not wanted|nonexistent page}} | ||
* <code><nowiki>{{redlink not wanted|nonexistent page|label}}</nowiki></code> ⟶ {{redlink not wanted|nonexistent page|label}} | |||
* <code><nowiki>{{redlink not wanted|Main Page}}</nowiki></code> ⟶ {{redlink not wanted|Main Page}} (note the target page exists; this is not checked) | * <code><nowiki>{{redlink not wanted|Main Page}}</nowiki></code> ⟶ {{redlink not wanted|Main Page}} (note the target page exists; this is not checked) | ||
Latest revision as of 17:38, 1 August 2024
Creates a redlink that doesn't affect the target page's standing in Special:WantedPages.
Examples:
{{redlink not wanted|nonexistent page}}
⟶ nonexistent page{{redlink not wanted|nonexistent page|label}}
⟶ label{{redlink not wanted|Main Page}}
⟶ Main Page (note the target page exists; this is not checked)
The below documentation is automatically generated from JSON. It can be changed by editing this page, but note that it's only the documentation (for the visual editor)—the actual template part must also be edited, manually.
Creates a redlink that doesn't affect the target page's standing in Special:WantedPages.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Target Page | 1 | no description | Page name | required |
Label Text | 2 | no description
| Line | optional |
Link Querystring | params | the whole querystring except the leading '?'
| URL | optional |