Description
How to find pages without tags?
I found a solution based on the fact that module ListPages inserts a standard phrase "no tags found for this page" in the variable %%tags%% if a page has no tags assigned.
In wikidot you cannot select pages with "non-existing" tags - it does not work (in module ListPages or other) to try ideas like:
- tags="NONE" ( a constant )
- tags ="-*" ( de-select all possible tags)
- tags="+" ( select all tags with nothing - lenght = zero)
- iftags has the same problem…
On html output you can use the "Edit" & "Search" Command short form:
- "cntrl" + "F" ( search) and
- "cntrl" + "G" ( next find)
Perhaps other people find another solution ?
A sort would be useful…
Using %%tags%%
( as a test I used the "code:" category limited to output of 7 pages)
[[module ListPages category="code" order="titleAsc" perPage="200" limit="7" separate="false" prependLine="||~ page(title) ||~ tags ||"]]
|| %%linked_title%% || %%tags%%||
[[/module]]
In Action
| page(title) | tags |
|---|---|
| 3d tagcloud | |
| Adding A Site Logo | |
| Alexa traffic ratings | alexa embed graph traffic |
| Animoto | |
| Automatic Sitemap | parent sitemap structure |
| Babelfish Translation | localize multilanguage translate |
| Bibliography/Footnotes/Comments Listed in TOC | bibliography footnotes headings pageelements toc |
Rate this solution
If you think this solution is useful — rate it up! Or dump it otherwise.





