Page MenuHomePhabricator

Support variables in Parsoid
Open, LowPublic

Description

It seems that currently Parsoid does not support variables (extension:variables).

For example:
{{#vardefine:testvar|test}}
{{#var:testvar}}

gives no output and it should show "test".

This is a problem for Mediawiki using this extension, in particular for their ZIM offline export.

Event Timeline

Kelson raised the priority of this task from to Needs Triage.
Kelson updated the task description. (Show Details)
Kelson added a project: Parsoid.
Kelson added subscribers: Kelson, Bjohas.

+1. It would be extremely helpful to have this fixed.