diff --git a/core/wiki/macros/keyboard-driven-input.tid b/core/wiki/macros/keyboard-driven-input.tid index a514f4c13..7e7b88130 100644 --- a/core/wiki/macros/keyboard-driven-input.tid +++ b/core/wiki/macros/keyboard-driven-input.tid @@ -122,15 +122,15 @@ tags: $:/tags/Macro \whitespace trim \procedure keyboard-driven-input-actions() <%if [match[((input-accept))]] %> -<> +<$transclude $variable=inputAcceptActions $fillignore=yes /> <%elseif [match[((input-accept-variant))]] %> -<> +<$transclude $variable=inputAcceptVariantActions $fillignore=yes /> <%elseif [match[((input-up))]] %> -<> +<$transclude $variable=input-next-actions-before $fillignore=yes /> <%elseif [match[((input-down))]] %> -<> +<$transclude $variable=input-next-actions-after $fillignore=yes /> <%elseif [match[((input-cancel))]] %> -<> +<$transclude $variable=inputCancelActions $fillignore=yes /> <%endif%> \end keyboard-driven-input-actions