Presun stránky
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. |
Presun (premenovanie) stránky znamená dať jej iné meno. To sa deje pomocou akcie „presunúť“ na karta „Viac“ v hornej časti. Ak nie ste prihlásení, karta nie je viditeľná. Potom jednoducho zadajte nový názov a kliknite na „Presunúť stránku“. Normally you would want to leave the "Presunúť aj príslušnú diskusnú stránku, ak sa dá." option ticked.
Ak presúvate stránku "A" pod nový názov "B", vykoná sa nasledovné:
- Vytvorí sa nová stránka "B", s obsahom zo stránky "A"
- Obsah stránky "A" sa nahradí Presmerovaním na "B".
- Celá história úprav stránky "A" sa presunie pod záložku história stránky "B".
Tretí bod je dôležitý. Použitím funkcie „Presunúť“ tiež presuniete históriu úprav, čo je vo väčšine prípadov žiaduce. História úprav umožňuje ľuďom vidieť, ako sa obsah stránky vytváral a kto čím prispel.
When you go to the move log for the source page,[1] you will find a record showing the reason behind a move. This is also displayed in the edit summary of the move, but may not be fully displayed due to the maximum edit summary length.
Ak presuniete obsah kopírovaním a vložením (bez použitia funkcie 'Presunúť'), toto nedosiahnete (viď. tiež Sledovanie zmien ).
Keď operácia presunu zanechá presmerovanie (pozri Pomoc:Presmerovania ), nemalo by to mať za následok nefunkčné odkazy okrem možnosti dvojitého presmerovania - teda stránok presmerovaných na „A“, ktoré sa stane presmerovať sám. You might want to hunt down pages or other redirects which link in to the redirect, and change their text to link directly to the new title. The "Odkazy na túto stránku" feature, which can be used through the link in the Nástroje (at bottom of the sidebar) is useful when doing this.
Instructions
Before you move a page, consider whether you're following these guidelines for the wiki involved. The guidelines for most wikis are similar to these:
- Experiment in a sandbox before making changes.
- Adhere to standard naming conventions when choosing a title.
- Check for ongoing discussions on the talk page before making edits.
- Avoid trying to move and edit a page simultaneously - if you open the edit box for a page (or its talk page), then move the page, then save, your edit can be applied to the redirect from the move rather than the page you moved.
- Consider noting the fact that you moved the page on its talk page (although the move itself will be recorded as part of the page history).
Moving a page without creating a redirect
Users with the suppressredirect user right can optionally move a page without creating a redirect. This is particularly useful when undoing a move.
When the right is enabled, one additional check box will appear when one needs to move a page (see picture at right).
Moving over a redirect
If the destination page already exists as a redirect pointing to the source page with only one revision, it is possible to automatically delete the redirect to make way for the move, even without the right to delete pages. If the destination page redirects elsewhere or has more than one revision, it cannot be deleted automatically, and will need to be deleted manually by an administrator to make way for the move.
Vrátenie presunu
Tak, ako všetky úpravy na wiki, aj operácia presunu môže byť vrátená naspäť (a to ktorýmkoľvek užívateľom). Stačí na to jednoducho presunúť stránku naspäť, tzn. presunúť stránku "B" naspäť do "A".
Another way to reverse a move operation is by clicking "View logs for this page" from the history page and then the "revert" link from the corresponding record in "Move Log".
Stránka s názvom "B" zostane existovať a bude obsahovať len presmerovanie z "B" to "A". Ktorýkoľvek užívateľ môže presmerovanie vymazať a navrhnúť stránku na zmazanie. Samotné vymazanie stránky si však vyžiada oprávnenia sysop-a (viď. Help:Deletion and undeletion ).
Note that the "undo" link in the history page only reverts edits to the page, and cannot undo moves.
Page swapping
To swap pages A and B with their histories, you can:
- Move A to C (no redirect).
- Move B to A (no redirect).
- Move C to B (no redirect).
People who do not have the suppressredirect
right will need to ask someone who does to perform the move for them.
URL parameters
These query strings can be added to the URL of Special:MovePage in order to fill out fields and check boxes in advance.
Parameter | Meaning |
---|---|
wpOldTitleNs= n
|
Namespace number of existing page |
wpOldTitle=
|
Title of existing page |
wpNewTitleNs= n
|
Target namespace number |
wpNewTitle=
|
Target page title |
wpMovetalk=1
|
Move talk page, if one exists. |
wpReason=
|
Text for reason field |
wpWatch=1
|
Watch source and target pages |
Special namespace restrictions
Pages in the "File:" and "Category:" namespaces require special permissions (movefile
and move-categorypages
respectively) to move.
Moving a category additionally requires updating all pages in that category to point to the new name, which is not done automatically.
Moving a redirect page
Moving a redirect page, like any other page, is possible but not recommended due to its negative impact on page history. When a redirect page is moved to a new name, the old page's redirect must be updated to avoid double redirects, resulting in the old page no longer redirecting to the page containing its history. This makes locating the page history of the old page more challenging, while the new page inherits a history without clarifying the necessity for it to be a redirect page.
If a redirect page fails to direct users to the intended destination, the best approach, while maintaining page histories, is to adjust the redirect on that page without relocating it.
Protection
Administrators can protect a page from getting moved. If a user does not have permission to edit a page, they also cannot move it.
Other observations
When a page is moved, it appears in "Recent Changes" under "Move log," linking to a log of all moves. However, moving a watched page doesn't show up on the watchlist; both the old and new names remain watched after the move.
Subpages, like talk page archives and template documentation pages, don't move automatically when the main page is moved. Administrators can move up to 100 subpages along with the main page.
Automate moving subpages
Users with the move-subpages user right can optionally move subpages of a page (up to $wgMaximumMovedPages
, defaulting to 100), preserving its "tree" structure. If you specify the root page you want to move in the title (by visiting Special:MovePage/Some page), the special page displays the subpages of that root page.
Ensure all subpage titles (and their corresponding talks) are freely accessible for this to function effectively.
Also, MediaWiki does not offer a special page with which to perform a batch operation for page moves. There may be alternatives, depending on your situation:
- Extension:Replace Text
- MoveBatch.php - A maintenance script for renaming a batch of pages.
- Manual:Pywikibot/movepages.py