Module:Tech news/doc

From Meta, a Wikimedia project coordination wiki

This is the documentation page for Module:Tech news

This module contains various hacks used by the Tech News.

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=16|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}}