Find untagged pages

By Helmuti_pdorfHelmuti_pdorf

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.

rating: +3+x
Add a new comment
Page tags: tags untagged
page_revision: 1, last_edited: 1232449623|%e %b %Y, %H:%M %Z (%O ago)
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License