.. _foutputformatlist: ##################################################################################### ``output_format_list`` — Get an HTML list of output formats for the current action. ##################################################################################### :doc:`OutputFormat-related functions ` ******* Summary ******* .. include:: /Reference/libraries/globals/summary/output_format_list.rst .. php:function:: output_format_list($list = true, $delimiter = ', ') Get an HTML list of output formats for the current action. :type $list: bool :param $list: If true or omitted, return an unordered list, if false, return a simple string list using the delimiter. :type $delimiter: string :param $delimiter: If the first argument is false, use this as the delimiter for the list. :returns: string|bool HTML ***** Usage ***** .. include:: /Reference/libraries/globals/usage/output_format_list.rst ******** Examples ******** .. include:: /Reference/libraries/globals/examples/output_format_list.rst ******** See Also ******** .. include:: /Reference/libraries/globals/see_also/output_format_list.rst