summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticMediaWiki/tests/phpunit/Integration/JSONScript/Fixtures/p-0459-keyword-formatter-schema.json
blob: a4dda2065623e9562953f60466a110b7c96ba454 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "description": "Specifies a formatting schema for a keyword type",
    "type": "LINK_FORMAT_SCHEMA",
    "rule": {
        "link_to": "SPECIAL_ASK",
        "parameters": {
            "format": "list"
        }
    },
    "tags": [
        "formatter",
        "link formatter",
        "keyword"
    ]
}