This is the documentation page for Module:Tech news

This module contains various hacks that were used by Tech News. Since MassMessage now supports translated content, this module is no longer widely used.

Assemble newsletter

edit
Tracked in Phabricator:
Task T254481

Assemble the distributable version (no longer necessary). It’s used on Tech/News/Sandbox in the form

{{#invoke:Tech news|assembleNewsletter|year=year|week=week|language1|language2|…}}

for example

{{#invoke:Tech news|assembleNewsletter|year=2024|week=44|en|de|es}}

Get the section tag

edit

Get the <section begin="..."/> and <section end="..."/> tags used when distributing directly using MassMessage instead of the above assembler function.

{{subst:#invoke:Tech news|getSectionTag|begin}}
...
{{subst:#invoke:Tech news|getSectionTag|end}}