Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | Today | - | ||||
helper/ | H | 04-Jan-2022 | - | 818 | 704 | |
lang/en/ | H | 04-Jan-2022 | - | 27 | 18 | |
README.md | H A D | 09-Dec-2021 | 1.3 KiB | 39 | 20 | |
admin.php | H A D | 09-Dec-2021 | 8.6 KiB | 200 | 154 | |
cli.php | H A D | 09-Dec-2021 | 4.6 KiB | 124 | 103 | |
plugin.info.txt | H A D | 09-Dec-2021 | 170 | 8 | 7 | |
script.js | H A D | 09-Dec-2021 | 248 | 10 | 8 | |
version | H A D | 09-Dec-2021 | 24 | 3 | 1 |
README.md
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