Handbook
Glossary
email ( target subject text -- assoc )
MediaWiki API
Prev:
move-page ( from to reason params -- assoc )
Vocabulary
mediawiki
.
api
Inputs
target
a username
subject
a subject line
text
a message body
Outputs
assoc
a parsed JSON result
Word description
Sends an email to
target
.
Definition
IN:
mediawiki.api
::
email
( target subject text -- assoc )
{
{
"action"
"emailuser"
}
{
"target"
target
}
{
"subject"
subject
}
{
"text"
text
}
}
token-call
;