TiddlyWiki5/core/modules/parsers/wikiparser/rules
Jeremy Ruston 64ee20edd2
Further MVV fixes (#9645)
* Add ((var)) syntax for passing multi-valued variables through transclude pipeline

Introduce ((var)) attribute syntax to explicitly pass
MVVs to procedures and functions via $transclude, solving the limitation
where <<var>> always resolves to the first value only for backwards
compatibility. Also adds ((var||sep)) and (((filter||sep))) inline display
syntax for debugging MVV values, and multivalued defaults for parameter attributes

* Create pr-draft.md

* Revert "Create pr-draft.md"

This reverts commit dd116af41b.

* Update change note

* Fix linting errors
2026-02-10 12:16:20 +01:00
..
emphasis Use s instead of strike (#9131) 2025-10-06 17:28:29 +01:00
codeblock.js Remove module function wrapper and add matching configurations for dprint and eslint (#7596) 2025-03-21 17:22:57 +00:00
codeinline.js Remove module function wrapper and add matching configurations for dprint and eslint (#7596) 2025-03-21 17:22:57 +00:00
commentblock.js feat: serialize AST node back to wikitext string (#8258) 2025-10-29 21:21:36 +00:00
commentinline.js feat: serialize AST node back to wikitext string (#8258) 2025-10-29 21:21:36 +00:00
conditional.js Remove function wrappers from core/modules (#9028) 2025-04-14 18:29:08 +01:00
dash.js Remove module function wrapper and add matching configurations for dprint and eslint (#7596) 2025-03-21 17:22:57 +00:00
entity.js Remove module function wrapper and add matching configurations for dprint and eslint (#7596) 2025-03-21 17:22:57 +00:00
extlink.js feat: serialize AST node back to wikitext string (#8258) 2025-10-29 21:21:36 +00:00
filteredtranscludeblock.js Remove module function wrapper and add matching configurations for dprint and eslint (#7596) 2025-03-21 17:22:57 +00:00
filteredtranscludeinline.js Remove module function wrapper and add matching configurations for dprint and eslint (#7596) 2025-03-21 17:22:57 +00:00
fnprocdef.js Further MVV fixes (#9645) 2026-02-10 12:16:20 +01:00
hardlinebreaks.js feat: serialize AST node back to wikitext string (#8258) 2025-10-29 21:21:36 +00:00
heading.js Remove module function wrapper and add matching configurations for dprint and eslint (#7596) 2025-03-21 17:22:57 +00:00
horizrule.js Remove module function wrapper and add matching configurations for dprint and eslint (#7596) 2025-03-21 17:22:57 +00:00
html.js feat: serialize AST node back to wikitext string (#8258) 2025-10-29 21:21:36 +00:00
image.js Reimplement regexp sticky flag (#9119) 2025-10-02 11:42:30 +01:00
import.js Remove module function wrapper and add matching configurations for dprint and eslint (#7596) 2025-03-21 17:22:57 +00:00
list.js feat: serialize AST node back to wikitext string (#8258) 2025-10-29 21:21:36 +00:00
macrocallblock.js feat: serialize AST node back to wikitext string (#8258) 2025-10-29 21:21:36 +00:00
macrocallinline.js feat: serialize AST node back to wikitext string (#8258) 2025-10-29 21:21:36 +00:00
macrodef.js Dynamic parameters for macro/procedure/function calls (#9055) 2026-02-04 11:24:06 +00:00
mvvdisplayinline.js Further MVV fixes (#9645) 2026-02-10 12:16:20 +01:00
parameters.js Remove module function wrapper and add matching configurations for dprint and eslint (#7596) 2025-03-21 17:22:57 +00:00
parsermode.js feat: serialize AST node back to wikitext string (#8258) 2025-10-29 21:21:36 +00:00
prettyextlink.js feat: serialize AST node back to wikitext string (#8258) 2025-10-29 21:21:36 +00:00
prettylink.js feat: serialize AST node back to wikitext string (#8258) 2025-10-29 21:21:36 +00:00
quoteblock.js Remove module function wrapper and add matching configurations for dprint and eslint (#7596) 2025-03-21 17:22:57 +00:00
rules.js feat: serialize AST node back to wikitext string (#8258) 2025-10-29 21:21:36 +00:00
styleblock.js feat: serialize AST node back to wikitext string (#8258) 2025-10-29 21:21:36 +00:00
styleinline.js feat: serialize AST node back to wikitext string (#8258) 2025-10-29 21:21:36 +00:00
syslink.js Remove module function wrapper and add matching configurations for dprint and eslint (#7596) 2025-03-21 17:22:57 +00:00
table.js Remove module function wrapper and add matching configurations for dprint and eslint (#7596) 2025-03-21 17:22:57 +00:00
transcludeblock.js Recurse exception handling to better handle '{{}}' in place of recently installed fix (#9548) 2026-02-04 11:21:16 +00:00
transcludeinline.js Recurse exception handling to better handle '{{}}' in place of recently installed fix (#9548) 2026-02-04 11:21:16 +00:00
typedblock.js feat: serialize AST node back to wikitext string (#8258) 2025-10-29 21:21:36 +00:00
whitespace.js Remove module function wrapper and add matching configurations for dprint and eslint (#7596) 2025-03-21 17:22:57 +00:00
wikilink.js Remove module function wrapper and add matching configurations for dprint and eslint (#7596) 2025-03-21 17:22:57 +00:00
wikilinkprefix.js Remove module function wrapper and add matching configurations for dprint and eslint (#7596) 2025-03-21 17:22:57 +00:00