Hi @oeyoews
Enhancing the templates
Please see Edit Toolbar: Apply Template - Tips & Tricks - Talk TW
What I want to propose here is to handle the meta tags, fields. This way a template can have any name and any number of fields, BUT the code will require a meta tag like $:/tags/Template
to recognize a template and two meta fields: tpl-caption
to store a short name and tpl-description
to store a longer description. The code when applies a template takes care of meta fields/tags to remove them. You can see in $:/kookma/ui/Buttons/apply-templates
how meta fields/tags are removed.