Page MenuHomePhabricator

Extension code to add string comment to talk page
Open, Needs TriagePublic

Description

Task: We need a generic typescript function in the extension that will accept

  • Wikitext header message
  • Wikitext body message
  • Article title

And will post that message/body as a new section in the article talk page. For testing (when running in dev/local mode) it should write to the corresponding test.wikipedia.org page

Should ensure the edit only happens when logged in.