Is possibile insert magic words in tag categorytree? <categorytree hideroot="true" namespaces="-">Fondata_a_{{subst:#time:F}}</categorytree>. Because no works
Topic on Extension talk:CategoryTree
You can use {{#tag:categorytree}}
. If all magic words used in the category name are subst’ed, {{#tag:}}
can also be safely subst’ed, which turns it back into the tag format, but only after processing its content. (If there are any not subst’ed parser functions in the content, subst’ing {{#tag:}}
would bring us back to the original issue.)