1# metadisplay
2
3Displays metadata for specified namespace or page
4
5USAGE:
6 On Command Line from bin/ directory:
7
8           php plugin.php metadisplay <OPTIONS>
9
10
11   Options (in following order):
12
13          [[--no-colors]  [--loglevel ]  -n  [--namespace] [ -p --page|.] [-e <off|on>]
14
15
16OPTIONS:
17
18  ``` -v, --version                     print version and exit
19
20   -n, --namespace                   metadata namespace; the -n option with no namespace or  dot [.] defaults
21                                     to the top level. The dot is required if -n option is followed by a second option, e.g -p
22
23   -p, --page                        page name without namespace or extension, e.g. start
24
25   -e, --exact                       exact page match, set to on for exact match, off for normal match
26
27   -h, --help                        Display this help screen and exit immeadiately.
28
29   --no-colors                       Do not use any colors in output. Useful when piping output to other tools
30                                     or files.
31
32   --loglevel <level>                Minimum level of messages to display. Default is info. Valid levels are:
33                                     debug, info, notice, success, warning, error, critical, alert, emergency.
34```
35The plugin simplifies this in an admin panel accessed from the wiki's administration page
36
37
38
39