MediaWiki-API-Hilfe
Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.
Dokumentation und Beispiele: https://www.mediawiki.org/wiki/API/de
action=threadaction
- Dieses Modul erfordert Leserechte.
- Dieses Modul erfordert Schreibrechte.
- Dieses Modul akzeptiert nur POST-Anfragen.
- Quelle: Liquid Threads
- Lizenz: Siehe Link
Allows actions to be taken on threads and posts in threaded discussions.
- thread
Thread IDs or titles to act on.
- Werte mit | trennen. Maximale Anzahl der Werte ist 50 (500 für Bots).
- talkpage
The talkpage to act on (if applicable).
- threadaction
The action to take.
- Einer der folgenden Werte: markread, markunread, split, merge, reply, newthread, setsubject, setsortkey, edit, addreaction, deletereaction, inlineeditform
- token
Ein „csrf“-Token abgerufen von action=query&meta=tokens
- Dieser Parameter ist erforderlich.
- subject
The subject to set for the new or split thread.
- reason
If applicable, the reason/summary for the action.
- newparent
If merging a thread, the ID or title for its new parent.
- text
Der Text des zu erstellenden Beitrags.
- render
On post and reply methods, the top-level thread after the change will be rendered and returned in the result.
- bump
Overrides default behaviour as to whether or not to.
- sortkey
Specifies the timestamp to which to set a thread's sort key. May be "now".
- signature
Specifies the signature to use for that post, instead of the default.
- type
Specifies the type of reaction to add.
- value
Specifies the value associated with the reaction to add.
- method
For getting inline edit forms, the method to get a form for.
- operand
- (keine Beschreibung)