Keyword link formatter
From Fina Wiki
(Created page with "{ "description": "Specifies a formatting rule for a keyword type", "type": "LINK_FORMAT_SCHEMA", "rule": { "link_to": "SPECIAL_ASK", "parameters":...") |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
"link_to": "SPECIAL_ASK", | "link_to": "SPECIAL_ASK", | ||
"parameters": { | "parameters": { | ||
"format": " | "format": "category", | ||
"limit": "5000", | "limit": "5000", | ||
"printouts": [ | "printouts": [ | ||
" | "numismatic_keyword=", | ||
" | "keyword=" | ||
], | ], | ||
"title": "smw-ask-title-keyword-type", | "title": "smw-ask-title-keyword-type", | ||
| Line 18: | Line 18: | ||
"formatter", | "formatter", | ||
"link formatter", | "link formatter", | ||
"keyword" | "keyword", | ||
"numismatic keyword" | |||
] | ] | ||
} | } | ||
Latest revision as of 15:05, 5 November 2022
Specifies a formatting rule for a keyword type
LINK_FORMAT_SCHEMA
This schema type supports the definition of characteristics for creating context sensitive links in connection with a formatter schema assigned property.
{ "description": "Specifies a formatting rule for a keyword type", "type": "LINK_FORMAT_SCHEMA", "rule": { "link_to": "SPECIAL_ASK", "parameters": { "format": "category", "limit": "5000", "printouts": [ "numismatic_keyword=", "keyword=" ], "title": "smw-ask-title-keyword-type", "msg": "smw-ask-message-keyword-type" } }, "tags": [ "formatter", "link formatter", "keyword", "numismatic keyword" ] }