diff --git a/core/modules/parsers/wikiparser/wikiparser.js b/core/modules/parsers/wikiparser/wikiparser.js index 736e2dbdf..2a55399dd 100644 --- a/core/modules/parsers/wikiparser/wikiparser.js +++ b/core/modules/parsers/wikiparser/wikiparser.js @@ -16,6 +16,7 @@ Attributes are stored as hashmaps of the following objects: {type: "string", value: } - literal string {type: "indirect", textReference: } - indirect through a text reference + {type: "macro", macro: } - indirect through a macro invocation \*/ (function(){