Pomoc:Presmerovania
For information oriented towards site admins and developers, see Manual:Redirects instead
![]() |
Poznámka: Úpravou tejto stránky súhlasíte s uvolnením vášho príspevku pod licenciou CC0. Viac informacií sa dozviete na stránke Public Domain Help Pages. | ![]() |
Presmerovania sa používajú na preposlanie užívateľov z jednej stránky na druhú. Je to užitočné v prípadoch, ak má byť jeden článok dostupný pod viacerými názvami, prípadne názvami s rozdielnym slovosledom, veľkosťou písmen atp.
Types of redirects
Two types of redirections exist:
- Hard redirection: Readers navigating to the redirect page are taken directly to the target page (usually other pages of the same wiki).
Po vytvorení presmerovania sa už na stránku s presmerovaním nedostanete zadaním jej názvu, ani kliknutím na odkaz s jej názvom. Stránka s presmerovaním sa nezobrazí ani vo výsledkoch vyhľadávania. Only hard redirection is described in this current article.
- Soft redirection: Readers are left on the redirect page but given the option of clicking the link to the target page.
Usually this is achieved via a template; see corresponding article on Meta.
Appearance
Following a redirect
When a hard redirect is followed, the target page is immediately displayed, with a small notice below the page title to indicate you arrived here indirectly.
Help:RedirectsZo stránky MediaWiki(Presmerované z Help:Redirect)
You can use the link in this notice to view the redirect page.
This link adds the &redirect=no
URL parameter.
Zobrazenie presmerovania
When a redirect page is displayed, the small notice below the page title indicates this, and the link after the arrow icon displays the target of the redirect.
Help:RedirectZo stránky MediaWikiPresmerovacia stránka
Po tom, čo tak urobíte, môžete robiť so stránkou presmerovania všetky operácie - ako s bežnou wiki stránkou. Môžete navštíviť pridruženú diskusiu a debatovať o presmerovaní. Môžete si prezrieť históriu úprav stránky, vrátane záznamu o presmerovaní. Ak je presmerovanie nesprávne, môžete stránku upraviť, alebo sa môžete vrátiť k jej starším verziám a presmerovanie odstrániť.
Vytvorenie presmerovania
When a page is moved, a redirect from the old to the new page name is automatically created.
Users with the "suppressredirect
" right may move a page without creating a redirect.
By default this right is assigned to sysops and bots.
You may start a new page with the name you want to direct from (see Vytvoriť novú stránku ). You can also use an existing page that you are making inactive as a page by going to that page and using the "edit" tab at the top. In either case, you will be inserting the following code at the very first text position of the Edit window for the page:
#REDIRECT [[menostránky]]
kde menostránky je názov cieľovej stránky. Slovo "redirect" nie je citlivé na veľkosť písmen, ale medzi ním a znakom "#" nesmie byť medzera. Akýkoľvek text pred týmto kódom ho znefunkční a zabráni tak presmerovaniu. Text, alebo kódy za značkou presmerovania budú ignorované (a mali by byť z existujúcej stránky vymazané). This is often used to add redirects to categories.
Redirections can be simple page names or specified using a namespace. They can be suffixed with a section name if you have the corresponding anchor defined on the target page.
Examples of valid operational redirections:
#REDIRECT[[Help:Magic_words#Page_names]]
#redirect [[Help:Magic_words#URL_encoded_page_names]]
#Redirect [[Manual:$wgConf]]
#REDIRECT [[MediaWiki/fr]]
Na kontrolu, či ste zadali správny názov cieľovej stránky, by ste mali použiť tlačidlo 'Zobraziť náhľad' pod oknom úprav, alebo Alt+P.
When the redirect is valid, it will appear in preview as shown in the "Viewing a redirect" section above.
When the redirect is not valid, it will appear in preview like a numbered list item:
- REDIRECT menostránky
If the pagename as you typed it is not a valid page, it will show in red. If there is no valid destination page, you should not create the redirect.
Limitations
A redirect target cannot depend on a variable, template, or parser function. If that is the case, the browser will not be automatically redirected on visiting the page.
Example of redirection not allowed (not operational):
#REDIRECT [[{{ll|Help:Magic_words#Page_names}}]]
although{{ll|Help:Magic_words#Page_names}}
is operational.
JavaScript page redirect
In order to avoid JavaScript functionality from breaking, all JavaScript pages have a different redirect syntax from regular pages. This syntax allows for proper execution of the page by the browser's JavaScript engine, as well as being recognised by MediaWiki as a redirect. To create a JavaScript page redirect, the format that must be used is as follows:
/* #REDIRECT */mw.loader.load( "{{fullurl:Target.js|action=raw&ctype=text/javascript}}" );
Where Target.js
is the target page name.
Vymazanie presmerovania
Presmerovania obvykle nie je potrebné vymazávať. V databáze obsadzujú len bezvýznamný priestor. Ak je názov stránky málo výstižný, alebo nepresný neuškodí (skôr prospeje), ak ho ponecháte ako presmerovanie na presnejší názov, či aktuálnejšiu stránku.
If want to move a page over a redirect that has only one edit in its history and targeted to the old page name, there is no need to delete the redirect: it is overwritten. If the redirect has more than one history entry, or the redirect target is somewhere else, then it can only be deleted-and-moved by an administrator.
Ak napriek tomu potrebujete stránku s presmerovaním vymazať, napr. ak je jej názov urážlivý, alebo chcete odradiť ľudí od odkazovania na daný pojem, prejdite na stránku presmerovania vyššie spomínaným spôsobom a postupujte podľa krokov uvedených vo $deleting.
Problematical redirects
Dvojité presmerovanie
Dvojité presmerovanie je stránka, ktoré presmeruje na stránku, ktorá je tiež presmerovaním, čo však nefunguje. Namiesto toho sa užívateľom zobrazí nasledujúca presmerovacia stránka. Toto obmedzenie je zámerné - čiastočne kvôli zabráneniu nekonečným slučkám a čiastočne preto, aby veci zostali jednoduché.
Dvojité presmerovania by ste však mali vyhľadávať a odstraňovať - zmenou presmerovania priamo na cieľovú stránku.
Najpotrebnejšie je to po presune dôležitej stránky. Na nájdenie dvojitých presmerovaní na príslušnú stránku použite odkaz z nástrojov "Odkazy na túto stránku".
Na nájdenie dvojitých presmerovaní na konkrétnu stránku použite odkaz na nástroj Odkazy na túto stránku
, alebo použite Special:DoubleRedirects na ich nájdenie v celej wiki.
There is an option, $wgFixDoubleRedirects , to automatically fix double redirects with a job queue. However, it tends to aggravate page move vandalism, so it is disabled by default. The __STATICREDIRECT__ magic word can be used to skip the double-redirect fix on a particular page.
Broken redirects
If the target page does not exist, the redirect is broken: redirection will not occur. You may find all broken redirects at Special:BrokenRedirects.
Transcluding a redirect
When a page called for inclusion is a redirect page, the redirect target is included instead, with the same parameters, without any redirect message. A double redirect does not work.
This allows to create several names for the same template.
Links to redirect
An internal link to a redirect page has CSS class mw-redirect
.
This can be useful to make them stand out, for clean-up work involving bypassing redirects.
Pozri taktiež
- Manual:Redirects
- Template:soft redirect — for soft redirections.
- Manual:redirect table
- OutputPage::redirect() — for redirecting to arbitrary URLs from within PHP.
- Category:Redirect extensions
- Wikipedia guide on redirects