Magic Variables
Currently I use things to do things like embed a thumbnail, media file or poll
These tags are typically something like ::THUMB:filename.jpg:orientation:caption:: or ::MEDIA:filename.mpg:title to use::
There are also paginating features that i use for articles which is currently undocumented anywhere (::PAGEINDEX:: and ::PAGE:: would be the tags). These types of things are pretty module specific so I need a way to still use them, but pass it on to the module that'd handle it (ie: thumb would be Images, PAGEINDEX would be Articles, etc.)
This is just an idea to keep them available, and possibly add more...