Show a list of pages and the tags attached to them
Posted by Steven Heynderickx on 12 Dec 2009 11:14, last edited by gerdami on 30 Dec 2009 13:22
Tags: listpages tag tags_linked
Code 1
[[module ListPages category="howto" separate="no" prependLine="||~ Pagename||~ Tags||"]]
||%%title_linked%%||%%tags%% %%_tags%%||
[[/module]]
Code 2, with tags clickable
[[module ListPages category="howto" separate="no" prependLine="||~ Pagename||~ Tags||" tags="@URL"]]
||%%title_linked%%||%%tags_linked|howto:show-a-list-of-used-tags-per-page/tag/%% %%_tags_linked|howto:show-a-list-of-used-tags-per-page/tag/%%||
[[/module]]