Diff: Help/EditMetaDataPlugin

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

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

Other diffs: Previous Major Revision, Previous Author

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

version 4

The EditMetaData 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.

Examples

Editing the metadata for the HomePage would look like this:

<<EditMetaData page="HomePage">>

Requires WikiAdmin privileges to edit.

With no arguments the plugin defaults to the current page:

<<EditMetaData>>

Requires WikiAdmin privileges to edit.