Diff: Help/EditMetaDataPlugin

Note: You are viewing an old revision of this page. View the current version.

Differences between version 5 and previous revision of Help/EditMetaDataPlugin.

Other diffs: Previous Major Revision, Previous Author

Newer page: version 5 Last edited on 9 September 2007 0:16 by harold Revert
Older page: version 4 Last edited on 22 May 2014 3:01 by harold Revert
@@ -1,20 +1,13 @@
-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. 
+<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>  
  
-== Examples ==  
+<b>Editing the metadata for the homepage would look like this:</b>  
+------  
+<?plugin EditMetaData page ="HomePage" ?>  
+------  
+<b>With no arguments the plugin defaults to the current page:</b>  
+------  
+<?plugin EditMetaData ?>  
  
-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:  
-{{{  
-<<EditMetaData>>  
-}}}  
-<<EditMetaData>>  
-  
-<noinclude>  
-----  
-[[ PhpWikiDocumentation]] [[CategoryWikiPlugin]]  
-</noinclude>  
+PhpWikiDocumentation Help:WikiPlugin  

version 5

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.

Editing the metadata for the homepage would look like this:


Requires WikiAdmin privileges to edit.


With no arguments the plugin defaults to the current page:


Requires WikiAdmin privileges to edit.


PhpWikiDocumentation Help:WikiPlugin