====== PARSER_LOCALE_XHTML ====== ---- dataentry event ---- Description: Modify localized text DefaultAction: Return parsed localized text Preventable: yes Added_dt: 2022-01-10 ---- This event is signalled by [[xref>p_locale_xthml()]] in [[xref>inc/parseutils.php]]. It can be used to override the id of the text to be localized, or to modify the parsed HTML. ===== Passed Data ===== * ''id'' contains the id of the localized text to fetch * ''html'' is the HTML after parsing the localized text with given ''id'' ===== See also ===== * [[codesearch>PARSER_LOCALE_XHTML|Code related to this event]] used in any DokuWiki files, plugins and templates * [[devel:Action Plugins]] * [[devel:Events]]