From: <var...@us...> - 2008-10-22 10:06:40
|
Revision: 6315 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6315&view=rev Author: vargenau Date: 2008-10-22 10:05:53 +0000 (Wed, 22 Oct 2008) Log Message: ----------- Add Examples section Modified Paths: -------------- trunk/pgsrc/Help%2FEditMetaDataPlugin Modified: trunk/pgsrc/Help%FEditMetaDataPlugin =================================================================== --- trunk/pgsrc/Help%2FEditMetaDataPlugin 2008-10-22 09:28:41 UTC (rev 6314) +++ trunk/pgsrc/Help%2FEditMetaDataPlugin 2008-10-22 10:05:53 UTC (rev 6315) @@ -1,4 +1,4 @@ -Date: Mon, 16 Jun 2008 14:15:24 +0000 +Date: Mon, 21 Oct 2008 14:15:24 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,15 +8,21 @@ charset=iso-8859-1 Content-Transfer-Encoding: binary -<b>This plugin allows you to add/edit/delete metadata key/value pairs for a given page. You must be logged in as the administrator to do this. The page's metadata contains things like the page hit count, last edit time and so on.</b> +The *~EditMetaData* [plugin|Help:WikiPlugin] allows you to add/edit/delete metadata key/value pairs for a given page. You must be logged in as the administrator to do this. The page's metadata contains things like the page hit count, last edit time and so on. -<b>Editing the metadata for the homepage would look like this:</b> ------- +!!! Examples + +Editing the metadata for the [HomePage] would look like this: +<verbatim> <?plugin EditMetaData page="HomePage" ?> ------- -<b>With no arguments the plugin defaults to the current page:</b> ------- +</verbatim> +<?plugin EditMetaData page="HomePage" ?> + +With no arguments the plugin defaults to the current page: +<verbatim> <?plugin EditMetaData ?> +<verbatim> +<?plugin EditMetaData ?> ----- [PhpWikiDocumentation] [CategoryWikiPlugin] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |