MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
action=wtfacts
(main | wtfacts)
- This module requires read rights.
- Source: WorkflowTasks
- License: unknown
Shows, adds or removes semantic facts for a page
Parameters:
- operation
Operation to be performed. One of show, add, del, set, replace, newpage, updatesubobjects
- title
Title of the page (required)
- categories
Categories of the new page (Separate with |)
- property
Property of the page (required for add, del)
- value
Value of the page Property (required for add)
- totitle
New Title of the page (required for move)
- oldvalue
Old Value of the page Property (optional for set)
- subobjectsjson
Json encoded Subobjects information to add [{id:<subobjname>, properties:[{<propname>:<propval>}..] ]
- type
Type of the Property value. One of page, number, boolean (optional for add)