Commit graph

4 commits

Author SHA1 Message Date
MdsShakil d6a14d42e3 Translate magic words into Bengali (bn)
Change-Id: I14699b02c2b3645af27913c495e394393ff8707e
2023-08-19 00:06:13 +00:00
Msz2001 a8da67cf25 Translate magic words into Polish
Change-Id: I344daa86ac9fc10a224589a57b6341f3af12593b
2023-04-04 11:30:58 +00:00
Ed Sanders 92f5cfd821 Support suppressing comment detection in pages or sections
This can be done within sections using CSS:
* mw-notalk

Or at a page level using a magic word:
* __NOTALK__

"notalk" suppresses all comment detection, treating the content as
not containing any comments even if there are signatures present.

Bug: T295553
Bug: T249293
Change-Id: Ic1d7294bafcf7071e16838e70684ecadd7bc6fd3
2023-04-03 18:36:34 +02:00
Ed Sanders 856b90fa3e Support hiding reply links in archived pages or sections
This can be done within sections using CSS:
* mw-archivedtalk

Or at a page level using a magic word:
* __ARCHIVEDTALK__

"archivedtalk" still detects the comments, but disables features
as appropriate for an archived conversion, i.e. the reply tool.

Bug: T295553
Bug: T249293
Change-Id: Ic47693e9a2f53f92563ccdd50203fb55c12d0493
2023-04-03 18:34:57 +02:00