====== HTML_SHOWREV_OUTPUT ====== ---- dataentry event ---- Description: modify the showrev warning HTML DefaultAction: display the p_locale_xhtml('showrev') Preventable: yes Added_dt: 2015-02-19 ---- This event is signalled by [[xref>html_show()]] in [[xref>inc/html.php]]. Use this to change the default old revision warning message. ===== Passed Data ===== The passed [[xref>Doku_Event]] object has the field: ''$data''. The ''$data'' field is an array with the entries: * $data['rev']: reference to the $REV global variable * $data['date_at']: reference to the $DATE_AT global variable The BEFORE event let you prevent the default behaviour and replace it with your own. ===== See also ===== * [[codesearch>HTML_SHOWREV_OUTPUT|Code related to this event]] used in any DokuWiki's files, plugins and templates * [[devel:Action Plugins]] * [[devel:Events]]