Manual:Sammanfoga historiker
Appearance
Historiker kan sammanfogas med Special:MergeHistory Detta låter användare sammanfoga sidversioner från en källsidas historik till en nyare sida. The user can use the radio button column to merge in only the revisions created at and before the specified time. Special:Log/merge will then present the user with an "Unmerge" button to reverse the merge. This is done by switching the source and destination pages in Special:MergeHistory.
Merging pages works by changing the rev_page field in the revision table.
When merging, the selected revisions from the source page will be set as revisions of the destination page.
Databas
logging.log_params innehåller målsidan sidtitel och tidsstämpeln.
Krokar
API
Ett exempel API:Logevents API-resultat:
<item logid="6" ns="0" title="Foo" pageid="2" logpage="2" type="merge" action="merge" user="FooUser" timestamp="2014-09-16T17:43:05Z" comment="">
<param>Bar</param>
<param>20140916174244</param>
</item>