-#, fuzzy, no-wrap
-#| msgid ""
-#| "* \"`glob(someglob)`\" - matches pages and other files that match the given glob.\n"
-#| " Just writing the glob by itself is actually a shorthand for this function.\n"
-#| "* \"`page(glob)`\" - like `glob()`, but only matches pages, not other files\n"
-#| "* \"`link(page)`\" - matches only pages that link to a given page (or glob)\n"
-#| "* \"`tagged(tag)`\" - matches pages that are tagged or link to the given tag (or\n"
-#| " tags matched by a glob)\n"
-#| "* \"`backlink(page)`\" - matches only pages that a given page links to\n"
-#| "* \"`creation_month(month)`\" - matches only files created on the given month\n"
-#| "* \"`creation_day(mday)`\" - or day of the month\n"
-#| "* \"`creation_year(year)`\" - or year\n"
-#| "* \"`created_after(page)`\" - matches only files created after the given page\n"
-#| " was created\n"
-#| "* \"`created_before(page)`\" - matches only files created before the given page\n"
-#| " was created\n"
-#| "* \"`internal(glob)`\" - like `glob()`, but matches even internal-use \n"
-#| " pages that globs do not usually match.\n"
-#| "* \"`title(glob)`\", \"`author(glob)`\", \"`authorurl(glob)`\",\n"
-#| " \"`license(glob)`\", \"`copyright(glob)`\", \"`guid(glob)`\" \n"
-#| " - match pages that have the given metadata, matching the specified glob.\n"
-#| "* \"`user(username)`\" - tests whether a modification is being made by a\n"
-#| " user with the specified username. If openid is enabled, an openid can also\n"
-#| " be put here. Glob patterns can be used in the username. For example, \n"
-#| " to match all openid users, use `user(*://*)`\n"
-#| "* \"`admin()`\" - tests whether a modification is being made by one of the\n"
-#| " wiki admins.\n"
-#| "* \"`ip(address)`\" - tests whether a modification is being made from the\n"
-#| " specified IP address.\n"
-#| "* \"`comment(glob)`\" - matches comments to a page matching the glob.\n"
-#| "* \"`comment_pending(glob)`\" - matches unmoderated, pending comments.\n"
-#| "* \"`postcomment(glob)`\" - matches only when comments are being \n"
-#| " posted to a page matching the specified glob\n"