Hi, All,
There are 2 move operations in recent change: "move/move" and "move/move_redir".
And in "move/move" changes, there may be tag suppressedredirect="" which means move the page without creating the redirect ( http://www.mediawiki.org/wiki/Help:Moving_a_page).
Here comes my question: does "move/move" change without the suppressedredirect="" equal to "move/move_redir", i.e. it's a move redirect operation?
Thanks.
On 21/11/13 17:13, Liu Chenheng wrote:
Hi, All,
There are 2 move operations in recent change: "move/move" and "move/move_redir".
And in "move/move" changes, there may be tag suppressedredirect="" which means move the page without creating the redirect (http://www.mediawiki.org/wiki/Help:Moving_a_page).
Here comes my question: does "move/move" change without the suppressedredirect="" equal to "move/move_redir", i.e. it's a move redirect operation?
Thanks.
move/move_redir happens when you move over a existing page which was a single revision containing a redirect (which gets deleted). Both move/move and move/move_redir could have suppressedredirect=""
Hello, Platonides, thanks for your reply.
I'm still confused. Did you mean "move/move_redir" is to move an redirect page to another name?
Here I have 2 examples: 1. move/move_redir <rc type="log" ns="0" title="Squish by froglogic" rcid="618810145" pageid=" 41173226" revid="0" old_revid="0" user="Steel1943" oldlen="0" newlen="0" timestamp="2013-11-24T02:13:37Z" comment="Moved for disambiguated title" logid="52830602" logtype="move" logaction="move_redir"> <move new_ns="0" new_title="Squish (Froglogic)"/> </rc>
The links are: http://en.wikipedia.org/wiki/Squish_(Froglogic) http://en.wikipedia.org/w/index.php?title=Squish_by_froglogic&redirect=n... But I looked at the history of "Squish (Froglogic)" which was the history of "Squish by froglogic" which has many revisions. I don't think "Squish by froglogic" was an redirect page.
2. move/move <rc type="log" ns="0" title="Queens Museum of Art" rcid="618809980" pageid=" 41173212" revid="0" old_revid="0" user="Beyond My Ken" oldlen="0" newlen="0" timestamp="2013-11-24T02:12:44Z" comment="official name change" logid=" 52830587" logtype="move" logaction="move"> <move new_ns="0" new_title="Queens Museum"/> </rc>
The links are: http://en.wikipedia.org/wiki/Queens_Museum http://en.wikipedia.org/w/index.php?title=Queens_Museum_of_Art&redirect=... I looked at the history too, I couldn't figure out the differences.
Could you please help me figure out the differences. Thanks.
2013/11/24 Platonides platonides@gmail.com
On 21/11/13 17:13, Liu Chenheng wrote:
Hi, All,
There are 2 move operations in recent change: "move/move" and "move/move_redir".
And in "move/move" changes, there may be tag suppressedredirect="" which means move the page without creating the redirect (http://www.mediawiki.org/wiki/Help:Moving_a_page).
Here comes my question: does "move/move" change without the suppressedredirect="" equal to "move/move_redir", i.e. it's a move redirect operation?
Thanks.
move/move_redir happens when you move over a existing page which was a single revision containing a redirect (which gets deleted). Both move/move and move/move_redir could have suppressedredirect=""
Mediawiki-api mailing list Mediawiki-api@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-api
On 24/11/13 04:58, Liu Chenheng wrote:
Hello, Platonides, thanks for your reply.
I'm still confused. Did you mean "move/move_redir" is to move an redirect page to another name?
No, it is to move a page to another name where there was a redirect.
Here I have 2 examples:
- move/move_redir
<rctype="log"ns="0"title="Squish by froglogic"rcid="618810145"pageid="41173226"revid="0"old_revid="0"user="Steel1943"oldlen="0"newlen="0"timestamp="2013-11-24T02:13:37Z"comment="Moved for disambiguated title"logid="52830602"logtype="move"logaction="move_redir"> <movenew_ns="0"new_title="Squish (Froglogic)"/>
</rc>
The links are: http://en.wikipedia.org/wiki/Squish_(Froglogic) http://en.wikipedia.org/w/index.php?title=Squish_by_froglogic&redirect=n... http://en.wikipedia.org/w/index.php?title=Squish_by_froglogic&redirect=no But I looked at the history of "Squish (Froglogic)" which was the history of "Squish by froglogic" which has many revisions. I don't think "Squish by froglogic" was an redirect page.
No, "Squish (Froglogic)" was the redirect, before "Squish by froglogic" was moved over it. It is also visible in the move comment «Steel1943 moved page Squish by froglogic to Squish (Froglogic) over redirect: Moved for disambiguated title)» https://en.wikipedia.org/w/index.php?title=Squish_%28Froglogic%29&diff=5...
- move/move
<rctype="log"ns="0"title="Queens Museum of Art"rcid="618809980"pageid="41173212"revid="0"old_revid="0"user="Beyond My Ken"oldlen="0"newlen="0"timestamp="2013-11-24T02:12:44Z"comment="official name change"logid="52830587"logtype="move"logaction="move"> <movenew_ns="0"new_title="Queens Museum"/>
</rc>
The links are: http://en.wikipedia.org/wiki/Queens_Museum http://en.wikipedia.org/w/index.php?title=Queens_Museum_of_Art&redirect=... http://en.wikipedia.org/w/index.php?title=Queens_Museum_of_Art&redirect=no I looked at the history too, I couldn't figure out the differences.
Could you please help me figure out the differences. Thanks.
There was no page named [[Queens Museum]] before. You can view that the move comment is slightly different but there's little to see on this, it is a “normal move”. https://en.wikipedia.org/w/index.php?title=Queens_Museum&diff=583033247&...
mediawiki-api@lists.wikimedia.org