MediaWiki API cross reference#

See the table below for a cross reference between MediaWiki’s API and Pywikibot’s API.

Flow support#

Deprecated since version 9.4: will be removed with Pywikibot 12 or earlier (T371180).

action

APISite method

flow module method

flow

load_board()
load_topiclist()
load_topic()
load_post_current_revision()
create_new_topic()
reply_to_post()
lock_topic()
moderate_topic()
delete_topic()
hide_topic()
suppress_topic()
restore_topic()
moderate_post()
delete_post()
hide_post()
suppress_post()
restore_post()

flow.Board.topics()
flow.Topic.create_topic()
flow.Topic.lock()
flow.Topic.unlock()
flow.Topic.delete_mod()
flow.Topic.hide()
flow.Topic.suppress()
flow.Topic.restore()
flow.Post.reply()
flow.Post.delete()
flow.Post.hide()
flow.Post.suppress()
flow.Post.restore()

flowthank

thank_post()

flow.Post.thank()