====== Metadata ====== Beside the raw wiki content, [[DokuWiki]] stores useful information, like title, [[backlinks]], date of last edit etc. as [[wp>metadata]] for each page. This data follows the [[http://dublincore.org|Dublin Core Standard]] for metadata. ===== Configuration options ===== * The title of your page is stored within metadata files, if you see the ID of your page instead of the full title, see the [[config:useheading]] option. ===== Development ===== * Metadata can be used to customize your templates via [[xref>tpl_pageinfo()]] or [[xref>tpl_pagetitle()]] for example. * For deeper use of metadatas, you can also look at [[devel:metadata|p_get_metadata()]] and [[devel:metadata|p_set_metadata()]]. * For resources on how this metadata can be used/accessed for [[plugins|plugin]] or [[:Template|template]] development please refer to the [[devel:metadata|development page]].