From: <var...@us...> - 2014-07-02 09:51:38
|
Revision: 8949 http://sourceforge.net/p/phpwiki/code/8949 Author: vargenau Date: 2014-07-02 09:51:35 +0000 (Wed, 02 Jul 2014) Log Message: ----------- pgsrc: add argument Modified Paths: -------------- trunk/pgsrc/Help%2FEditMetaDataPlugin Modified: trunk/pgsrc/Help%2FEditMetaDataPlugin =================================================================== --- trunk/pgsrc/Help%2FEditMetaDataPlugin 2014-07-02 09:20:18 UTC (rev 8948) +++ trunk/pgsrc/Help%2FEditMetaDataPlugin 2014-07-02 09:51:35 UTC (rev 8949) @@ -1,4 +1,4 @@ -Date: Tue, 1 Jul 2014 17:44:56 +0000 +Date: Wed, 2 Jul 2014 11:50:23 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FEditMetaDataPlugin; @@ -8,13 +8,29 @@ The **~EditMetaData** [[Help:WikiPlugin|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. +{{{ +<<AppendText argument>> +}}} + +== Argument == + +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| **page** +| Which page to edit +| Current page. +|} + == Examples == Editing the metadata for the [[HomePage]] would look like this: {{{ <<EditMetaData page="HomePage">> }}} -<<EditMetaData page="HomePage">> With no arguments the plugin defaults to the current page: {{{ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |