The TemplateTools are also providing a couple of [kitCommands](https://kit2.phpmanufaktur.de/de/kitframework/kitcommands.php) for the usage within the WYSIWYG editor and also within Add-ons of your Content Management System. *kitCommands* are like [Droplets](http://www.websitebaker.org/en/add-ons/modules/droplets.php) but smarter and more powerful. The TemplateTools will install the following *kitCommands*: * [`~~ cms_modified_by ~~`](#cms_modified_by) * [`~~ cms_modified_when ~~`](#cms_modified_when) * [`~~ google_map ~~`](#google_map) * [`~~ page_modified_by ~~`](#page_modified_by) * [`~~ page_modified_when ~~`](#page_modified_when) * [`~~ wysiwyg_content ~~`](#wysiwyg_content) ###`~~ cms_modified_by ~~` This kitCommand will return the displayname of the user who has last changed any page in the Content Management System (CMS), i.e.: Ralf Hertsch Please use ~~ cms_modified_by help[] ~~ to view the [helpfile for `~~ cms_modified_by ~~`](https://gist.github.com/hertsch/c105afa9e16796c8900e) and get more information about the usage and supported parameters. ###`~~ cms_modified_when ~~` This kitCommand will return a formatted and localized date/time stamp for the last change of any page in the Content Management System (CMS), i.e.: 2014-05-16 13:02 a in *English* language or 16.05.2014 13:02 in *German* language. Please use ~~ cms_modified_when help[] ~~ to view the [helpfile for `~~ cms_modified_when ~~`](https://gist.github.com/hertsch/21b3e4898bd9a13018a1) and get more information for the usage and supported parameters. ###`~~ google_map ~~` This kitCommand will show a Google Map for the given location. Please use ~~ google_map help[] ~~ to view the [helpfile for `~~ google_map ~~`](https://gist.github.com/hertsch/71b944a12e47954d3db9) and get more information for the usage and supported parameters. ###`~~ page_modified_by ~~` This kitCommand will return the displayname of the user who has last changed the current page, i.e. Ralf Hertsch Please use ~~ page_modified_by help[] ~~ to view the [helpfile for `~~ page_modified_by ~~`](https://gist.github.com/hertsch/ae7fee50bd217fc8f81d) and get more information about the usage and supported parameters. ###`~~ page_modified_when ~~` This kitCommand will return a formatted and localized date/time stamp for the current page, i.e.: 2014-05-16 13:02 a for a page in *English* language or 16.05.2014 13:02 for a page in *German* language (specified in the [page settings](http://www.websitebaker.org/en/help/user-guide/working-with-wb/pages-administration/change-settings.php)). Please use ~~ page_modified_when help[] ~~ to view the [helpfile for `~~ page_modified_when ~~`](https://gist.github.com/hertsch/f14970ebd6c9f3b6bc82) and get more information for the usage and supported parameters. ###`~~ wysiwyg_content ~~` This kitCommand will return the WYSIWYG content for the given `SECTION_ID`: ~~ wysiwyg_content section_id[189] ~~ You can find the `SECTION_ID` at the top of the editor for the WYSIWYG section: ![Find the WYSIWYG section ID](https://github.com/phpManufaktur/kfTemplateTools/wiki/image/wysiwyg_section_id.png) use the kitCommand to show the content of this section at any other page: ![~~ wysiwyg_content ~~ example](https://github.com/phpManufaktur/kfTemplateTools/wiki/image/wysiwyg_content.png) Please use ~~ wysiwyg_content help[] ~~ to view the [helpfile for `~~ wysiwyg_content ~~`](https://gist.github.com/hertsch/7425fc0b88809993c502) and get more information for the usage and supported parameters. ⇐ [[Pattern]] | [[Examples]] ⇒