Diff: Help/EditMetaDataPlugin

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

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

Other diffs: Previous Major Revision, Previous Author

Newer page: version 2 Last edited on 22 May 2014 3:01 by harold Revert
Older page: version 1 Last edited on 17 January 2022 18:35 by harold Revert
@@ -1,39 +1,20 @@
-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.  
-  
-{{{  
-<<EditMetaData argument>>  
-}}}  
-  
-== Argument ==  
-  
-{| class="bordered"  
-|-  
-! Argument  
-! Description  
-! Default value  
-|-  
-| **page**  
-| Which page to edit  
-| Current page.  
-|}  
+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. 
  
 == 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: 
 {{{ 
 <<EditMetaData>> 
 }}} 
+<<EditMetaData>>  
  
 <noinclude> 
 ---- 
 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]] 
 </noinclude> 

version 2

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.