Hilfe:Zurücksetzen

This page is a translated version of the page Help:Reverting and the translation is 28% complete.
PD Hinweis: Wenn Du diese Seite bearbeitest, stimmst Du zu, dass Dein Beitrag unter der [CC0] veröffentlicht wird. Mehr Informationen findest du auf der Public Domain Hilfeseite. PD

Zurücksetzen ist die Wiederherstellung einer älteren Version einer Seite.

Manuelle Vorgehensweise

  • Gehe in den Tab „Versionsgeschichte “ der Seite und wähle Zeit sowie Datum der Version, die du wiederherstellen willst, aus.
  • Die ausgewählte Version wird ein Hinweis anzeigen, dass es sich beinahe um eine alte Version der Seite handelt. Version vom , Uhr von Beispiel (Bearbeitungszusammenfassung)
  • Klicke auf „die Seite zu bearbeiten “, um diese Version angezeigt zu bekommen.
  • Stelle sicher, dass du auf die letzte Version, die frei von Vandalismus ist, zurücksetzt, da mehrere schädliche Bearbeitungen gemacht worden sein können.
  • Über dem Bearbeitungsfenster wirst du einen Warnhinweis sehen: „Achtung: Du bearbeitest eine alte Version dieser Seite. Sofern du sie veröffentlichst, werden alle neueren Versionen überschrieben.“.
  • Ignoriere diesen Hinweis und beachte das Untenstehende, bevor du die Seite abspeicherst.
    • Verwende in der Bearbeitungszusammenfassung „Revert“ oder „rv“ und erkläre deine Zurücksetzung kurz.
    • Du kannst zudem den betroffenen Benutzer/die betroffene IP-Adresse verlinken.
      • Beispiel für eine IP-Adresse: Änderungen von «IP-Adresse» wurden auf die letzte Version von Alice zurückgesetzt
      • Beispiel für einen angemeldeten Benutzer: Änderungen von Bob (Diskussion) wurden auf die letzte Version von Alice zurückgesetzt
    • Benutze „rvv” für klaren Vandalismus.
  • Überprüfe in der Versionsgeschichte, ob der Vandalismus zurückgesetzt wurde. Falls konstruktive Edits rückgängig gemacht wurden, setze sie, sofern möglich, wieder ein.
  • Überprüfe die Beitragsliste des vandalierenden Benutzers, um zu sehen, ob mehrere Seiten bearbeitet wurden. Ist das der Fall, melde den Benutzer an die Administratoren.

MediaWiki überprüft die letzten 15 Bearbeitungen, um zu sehen, ob die neue Bearbeitung mit einer dieser übereinstimmt. Ist das der Fall, erhält die neue Bearbeitung eine mw-manual-revert-Markierung.

Rückgängig machen

Du kannst eine Bearbeitung rückgängig machen, ohne damit spätere Bearbeitungen zu beeinflussen. Um das zu tun, betrachte den Versionsunterschied dieser Bearbeitung und klicke auf „rückgängig machen”. MediaWiki versucht dann, ein Bearbeitungsfenster zu öffnen, in dem alle unerwünschten Bearbeitungen entfernt sind, alle späteren jedoch bewahrt werden. Du kannst auch die voreingestellte Bearbeitungszusammenfassung verändern und den Text weiter bearbeiten, bevor du abspeicherst.

Diese Funktion vermeidet, dass du nach dem Zurücksetzen noch zusätzliche Bearbeitungen machen musst. However, it won't work if undoing the edit conflicts with subsequent edits. For example, if edit 1000 adds a paragraph and edit 1005 changes it, you can't automatically undo edit 1000. You'll have to fix this manually.

Before MediaWiki 1.36 , any edits initiated with the "undo" link were marked with the mw-undo change tag. Starting from MediaWiki 1.36 , any modifications made by the user before saving will not be marked as undos. This change prevents users from labeling arbitrary edits as 'undos'.

Rollback

Administrators and authorized users with access to the tool have "rollback" links that:

  • Are visible only next to the most recent edit
  • Revert all subsequent edits by the last editor
  • Work instantly without a confirmation page
  • Add an automatic edit summary , "Änderungen von Example2 (Diskussion) wurden auf die letzte Version von Example zurückgesetzt", marking the edit as minor (K).

Rollback links are found on user contributions , history , and diff pages. On diff pages, rollback links can be misleading because they may not revert to the exact version shown. The diff page might display a combination of edits, including those by other editors, or only part of what the rollback button would undo. To accurately see what changes the rollback button will revert to, review the specific diff that compares the last version by the previous editor with the most recent version.

Rollback is faster than undo because of the following:

  • You can revert changes instantly without checking revisions or diffs.
  • No need to load an edit page or send text back to the server.
  • It doesn't require clicking the save button.

Unlike undo, rollback isn't as flexible since you can't choose which edits to undo. You might need to revert more or fewer edits than what rollback allows or edits that aren't the most recent. Rollback also doesn't let you add an explanation to the automatic edit summary. It's mainly used for quickly undoing clear cases of vandalism.

When you rollback a good-faith edit without explaining why, it can be misunderstood as implying the edit was as bad as vandalism and didn't merit an explanation. Some editors may take this personally. If you use rollback for reasons other than dealing with vandalism (like when undoing isn't feasible due to page size), it's polite to leave a note on the talk page or the user's talk page to clarify your reasons.

If someone else made changes or reverted the page before you clicked "rollback," or if there were no prior edits, you'll encounter an error message.

Bot rollback

In cases of flood vandalism, administrators can hide it from recent changes by adding &bot=1 to the end of the URL for a user's contributions. For example, http://mediawiki.org/w/index.php?title=Special:Contributions&target=SomePersistentVandal&bot=1.

Clicking the rollback links on the contributions list hides both the reverted edit and the original edit from recent changes unless you click the "bots" link to set hidebots=0. These edits are still visible in contributions lists, page histories, and watchlists, and they remain in the database. This feature aims to prevent recent changes from being overwhelmed by mass vandalism and should only be used for such cases, not for undoing edits you just don't like.

Reverted edit change tag

Since MediaWiki 1.36 , reverted edits are marked with the mw-reverted change tag. This applies to all three methods mentioned earlier, with these additional conditions:

  • The number of reverted edits must be less than or equal to $wgRevertedTagMaxDepth (default is 15).
  • The reverting edit must not be marked as reverted or deleted .

The mw-reverted tag is added soon after a revert if the edit is automatically approved. What automatically approved means can differ depending on your wiki's settings:

  • If patrolling is enabled on your wiki, auto-approval makes the edit autopatrolled, so only users with the autopatrol user right will see their reverted tag applied immediately.
  • If your wiki uses an extension like FlaggedRevs , it can tell MediaWiki if the edit is auto-approved. How this is determined depends on the extension.

If the edit isn't auto-approved, the reverted tag will be added later after it's been approved, patrolled, or reviewed.

The approval system prevents vandals from marking many edits as reverted, which would make the reverted tag useless. If your wiki uses an edit review process properly, it should be unnoticed by editors making good edits.

FlaggedRevs

If your wiki uses the FlaggedRevs extension, a revert will be auto-approved if any of these conditions apply:

  • FlaggedRevs isn't used on the page.
  • The user has autoreview rights.
  • The user is reverting their own edit.
  • The edit meets the criteria to be autoreviewed.

If the revert wasn't auto-approved, it can be approved later by reviewing the edit.

When to revert

Dos

  • Reverting edits should be done with caution.
  • It's often used to stop vandalism and similar abuse.
  • If you're unsure about doing a revert, discuss it on the talk page first.
  • You can revert your edit if you realize it is wrong, but check if others have made changes first.
  • If only a part of an edit is problematic, just fix that part instead of reverting the whole thing.

Don'ts

  • Don't leave unnecessary or poorly written material in place, as this can be a disservice to the reader. Good intentions aside, it's important to maintain quality.
  • If your edit is reverted, don't take it personally; not everything fits into the scope of the wiki.
  • Problematic sections or changes should be improved, not deleted, if they contain valid information.
  • If it's hard to determine the truth or usefulness of a claim, discuss it on the talk page. As a last resort, move biased material to the talk page instead of deleting it.

Revert wars

Revert wars are usually seen as harmful for these reasons:

  1. They create bad feelings among users, disrupt articles, and make other editors hesitant to contribute.
  2. They waste database space, clutter the page history , and flood recent changes and watchlists.
  3. Some editors may feel hurt by reverts, thinking their hard work was dismissed.
  4. They often cause inconsistencies in articles because editors focus only on one part without considering the whole.

Hence, editors shouldn't revert just because they disagree. Instead, they can discuss their objections on a talk page or use dispute resolution processes.

Explain reverts

When you revert an edit, explain why so the editor can understand why it happened. This allows them the opportunity to make revisions that address the identified issue.

Giving reasons for reversions helps other editors understand if they need to check reverted content, like when a page is blanked. Clear communication prevents misunderstandings and edit wars. It also informs readers about the reliability and how current the information on the page is.

Consider leaving a note on the Talk page if your reason is too long to be placed in an edit summary . It's often better to discuss first before reverting, giving the other editor a chance to understand and possibly adjust their edit. Similarly, if your edit is reverted without explanation, wait a bit to see if the other editor provides clarification on the talk page or your own.