Is it possible to list all sub-categories of a top category using the plugin list
Arggllll....
While this solution work perfectly on a wiki page or a Smarty template, it doesn't work in the Experiment with plugin LIST tool I was testing in. 🔪
So this is how I ended using it (a column is create for a table with the last 3 categories used)
Copy to clipboard
{wikiplugin _name=list searchable_only="0"} {literal} {pagination max=3} {filter deepcategories="15"} {filter type=category} {sort mode="object_id_ndesc"} {OUTPUT()}<th scope="col">{display name=title}</th>{OUTPUT} {/literal} {/wikiplugin}