From 2d191bfdbd955a363e7afdc79c7a2b4b11a2e9b7 Mon Sep 17 00:00:00 2001 From: StefanVukovic99 Date: Sun, 5 May 2024 02:30:09 +0200 Subject: add single dictionary handlebars (#814) * add single dictionary handlebars * fix dicts with kanji in title * sort * rename to single-glossary-XYZ * add brief and no dict variants * add docs, only terms no kanji * allow testing single dict handlebars * remove empty comment --- ext/settings.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'ext/settings.html') diff --git a/ext/settings.html b/ext/settings.html index 68113d21..3e28436b 100644 --- a/ext/settings.html +++ b/ext/settings.html @@ -3009,6 +3009,25 @@ {reading} Kana reading for the term, or empty for terms where the expression is the reading. + + {single-glossary-DICT-NAME} + + Same as {glossary}, but with entries from only a single dictionary. + The dictionary name will likely be modified, use the options from the ▼ dropdown. + + + + {single-glossary-DICT-NAME-brief} + + See {single-glossary-DICT-NAME} and {glossary-brief}. + + + + {single-glossary-DICT-NAME-no-dictionary} + + See {single-glossary-DICT-NAME} and {glossary-no-dictionary}. + + {tags} Grammar and usage tags providing information about the term. -- cgit v1.2.3