]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FEditMetaDataPlugin
Use UTF-8 so that display is correct on sf.net
[SourceForge/phpwiki.git] / pgsrc / Help%2FEditMetaDataPlugin
1 Date: Thu, 26 Mar 2009 11:34:32 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
3 X-Rcs-Id: $Id$
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FEditMetaDataPlugin;
6   flags=PAGE_LOCKED;
7   markup=2;
8   charset=UTF-8
9 Content-Transfer-Encoding: binary
10
11 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.
12
13 == Examples
14
15 Editing the metadata for the [HomePage] would look like this:
16 {{{
17 <<EditMetaData page="HomePage">>
18 }}}
19 <<EditMetaData page="HomePage">>
20
21 With no arguments the plugin defaults to the current page:
22 {{{
23 <<EditMetaData>>
24 }}}
25 <<EditMetaData>>
26
27 <noinclude>
28 ----
29 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
30 </noinclude>