Page MenuHomePhabricator

Templates on TimedText namespace of wikimedia commons don't expand
Open, LowPublic

Description

We can make subtitles for a movie on wikimedia commons TimedText namespace, but templates within the subtitle don't expand. So license templates don't work.
Example:
https://commons.wikimedia.org/wiki/TimedText:Knowledge_for_Everyone_(no_subtitles).webm.ja.srt

The reason is expected subtitle is surrounded with <pre> tags.

Event Timeline

Yukichi99 raised the priority of this task from to Needs Triage.
Yukichi99 updated the task description. (Show Details)
Yukichi99 changed Security from none to None.
Yukichi99 subscribed.
Florian subscribed.

Please don't forget to add projects to your new task :)

Note this is by design -- the subtitle pages do not contain wikitext, they contain SRT or WebVTT subtitles.

We might want to think about a more general system for appending doc subpages/MCR sections/something to such things though; several systems in MediaWiki do different approaches with Data: and Module: pages etc.