-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathParserPower.i18n.magic.php
50 lines (49 loc) · 1.82 KB
/
ParserPower.i18n.magic.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?php
/**
* Magic words.
*
* @package ParserPower
* @author Eyes <[email protected]>, Samuel Hilson <[email protected]>
* @copyright Copyright � 2013 Eyes
* @copyright 2019 Wikia Inc.
* @license GPL-2.0-or-later
*/
$magicWords = [];
$magicWords['en'] = [
'trim' => [ 0, 'trim' ],
'uesc' => [ 0, 'uesc' ],
'uescnowiki' => [ 0, 'uescnowiki' ],
'trimuesc' => [ 0, 'trimuesc' ],
'ueif' => [ 0, 'ueif' ],
'or' => [ 0, 'or' ],
'ueor' => [ 0, 'ueor' ],
'ueifeq' => [ 0, 'ueifeq' ],
'token' => [ 0, 'token' ],
'tokenif' => [ 0, 'tokenif' ],
'ueswitch' => [ 0, 'ueswitch' ],
'follow' => [ 0, 'follow' ],
'lstcnt' => [ 0, 'lstcnt' ],
'lstsep' => [ 0, 'lstsep' ],
'lstelem' => [ 0, 'lstelem' ],
'lstsub' => [ 0, 'lstsub' ],
'lstfnd' => [ 0, 'lstfnd' ],
'lstind' => [ 0, 'lstind' ],
'lstapp' => [ 0, 'lstapp' ],
'lstprep' => [ 0, 'lstprep' ],
'lstjoin' => [ 0, 'lstjoin' ],
'lstcntuniq' => [ 0, 'lstcntuniq' ],
'listunique' => [ 0, 'listunique' ],
'lstuniq' => [ 0, 'lstuniq' ],
'listfilter' => [ 0, 'listfilter' ],
'lstfltr' => [ 0, 'lstfltr' ],
'lstrm' => [ 0, 'lstrm' ],
'listsort' => [ 0, 'listsort' ],
'lstsrt' => [ 0, 'lstsrt' ],
'listmap' => [ 0, 'listmap' ],
'lstmap' => [ 0, 'lstmap' ],
'lstmaptemp' => [ 0, 'lstmaptemp' ],
'listmerge' => [ 0, 'listmerge' ],
'argmap' => [ 0, 'argmap' ],
'arraymap' => [ 0, 'arraymap' ],
'arraymaptemplate' => [ 0, 'arraymaptemplate' ],
];