A collection of (so far one) tips, hacks and fun things you can do with PluginList that don't really belong anywhere else.
Set the Browser Page Title
A client needed a wiki page title (set in the <head><title> tag) changed from the default page name, and (eventually) we did it like this:
{DIV(class="d-none")}{LIST()}
{pagination max="1"}
{OUTPUT()}{display name="mytitle" pagetitle="y"}{OUTPUT}
{FORMAT(name="mytitle")}This is the page title, not the wiki page title{FORMAT}
{LIST}{DIV}
...add your tips here!