Predloga:Is redirect
Videz
Predloga se uporablja na številnih straneh, zato bo vsaka njena sprememba takoj zelo opazna. Prosimo, da vse spremembe, ki jih želite uvesti, pred uvedbo preizkusite na podstraneh predloge (/peskovnik in /testniprimeri) ali na svojih lastnih podstraneh. Pred spreminjanjem te predloge se o želenih spremembah rajši pogovorite na pogovorni strani. |
Uporablja Lua: |
Returns yes
when |1=somepagename
is a redirect, and a <blank space> when not a redirect.
For illustration purposes, in this documentation redirect pages are in italics: Mainpage → Main_Page
- Expect 'yes':
{{Is redirect|Autism}}
→ - Expect '<blank>' (no):
{{Is redirect|Autism spectrum}}
→
Talkpage handling
[uredi kodo]By default, a check specifying a talk page is performed on the corresponding subject page (it's associated page in mainspace, or in Template space, etc.).
- To check the talkpage itself, both use
|talk=yes
and the talk page name. {{Is redirect|Talk:Autism|talk=yes}}
→
Background. By default, when entering a Talkpage to check (like Talk:Autism
), the check is performed on the subject page. This stems from the module used. For example:
- Page to check:
Talk:Autism
:{{Is redirect|Talk:Autism}}
- Current pages status: Autism is a redirect, Pogovor:Autism is not a redirect (it has content).
{{Is redirect}}
returns:{{Is redirect|Autism}}
→{{Is redirect|Talk:Autism}}
→ Predloga:Question mark (unexpected for the talkpage itself)- Applying
Talk:Autism
: {{Is redirect|Talk:Autism|talk=yes}}
→- Applying the súbject page
Autism
: {{Is redirect|Autism|talk=yes}}
→ (|talk=yes
for a súbject page name checks the subject page, not the associated talk page)
Usage
[uredi kodo]- Main_Page (expect neg):
{{is redirect|Main_Page}}
→ - Mainpage (expect yes):
{{is redirect|Mainpage}}
→
Can be used as:
{{#if:{{Is redirect|somepagename}} |value when yes |value when no}}
Template Data
[uredi kodo]To je dokumentacija TemplateData za predlogo, ki jo uporabljajo Vizualni urejevalnik in druga orodja; glejte mesečno poročilo o uporabi parametrov za to predlogo.
TemplateData za Is redirect
Returns "yes" or <blank> (for no) for the pagename entered
Parameter | Opis | Vrsta | Stanje | |
---|---|---|---|---|
1 | 1 | brez opisa | Neznano | neobvezno |
Check Talk | talk | By default, the subject page is checked
| Bool | neobvezno |
See also
[uredi kodo]- {{no redirect}}, {{-r}} — link to the redirect page itself, not its target
- {{target of}} — returns the target of a redirect
- {{redirect}} — hatnote "Foo redirects here ..."
- {{Redirect and target}}