Quickly delete many pages
[[#deletelinks]] * [[{=$FullName}?action=delete | Delete {=$FullName}]] [[#deletelinksend]] (:pagelist group=MyCoolGroup fmt=#deletelinks :)
Configure the pagelist parameters to list the pages you want to delete. Then click all the links.
Nesting or interleaving anchors (for section including)
This works:
[[#firstanchor]][[#secondanchor]]Text to be included [[#firstanchorend]][[#secondanchorend]] (:include {$FullName}#firstanchor :) (:include {$FullName}#secondanchor :)
And so does this:
[[#outeranchor]][[#inneranchor]]Text to be included [[#inneranchorend]][[#outeranchorend]] (:include {$FullName}#inneranchor :) (:include {$FullName}#outeranchor :)
All of these will result in the given text being properly included.