diff --git a/core/wiki/macros/dumpvariables.tid b/core/wiki/macros/dumpvariables.tid index 61b61ad0f..4115df022 100644 --- a/core/wiki/macros/dumpvariables.tid +++ b/core/wiki/macros/dumpvariables.tid @@ -39,6 +39,18 @@ tags: $:/tags/Global \function _tf.dv-varFormatStr() [!is[blank]thenelse[$type$ $name$($params$)]] \function _tf.dv-type() [] \function _tf.dv-sort() [] + +

+ <$text text=`${ [subfilter] + +[filter] + +[count[]] }$` + /> + <> + <% if [split[]count[]compare::gt[4]] %> + <$text text=`subfilter: $(subfilter)$`/> + <%endif%> +

+
    <$list filter="[subfilter] +[filter]" variable="varname">
  • @@ -161,13 +173,14 @@ tags: $:/tags/Global <> -

    <$text text=`${ [subfilter] - +[search::some] - +[filter] - +[!filter] - +[count[]] }$` - /> - <> +

    + <$text text=`${ [subfilter] + +[search::some] + +[filter] + +[!filter] + +[count[]] }$` + /> + <> <% if [split[]count[]compare::gt[4]] %> <$text text=`subfilter: $(subfilter)$`/> <%endif%>