From ea53ab5c59b33a30ab3cfb92c3a8a7624ab7f3ae Mon Sep 17 00:00:00 2001 From: Kuuuube <61125188+Kuuuube@users.noreply.github.com> Date: Sat, 3 Feb 2024 23:10:43 -0500 Subject: Add documentation for new frequency handlebars (#621) * Add documentation for new frequency handlebars * Roughly mark default meanings * Reword explanations * Reword explanation in other docs --- ext/settings.html | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'ext/settings.html') diff --git a/ext/settings.html b/ext/settings.html index f59041db..e1561409 100644 --- a/ext/settings.html +++ b/ext/settings.html @@ -3394,6 +3394,40 @@ {document-title} Title of the web page that the term or kanji appeared in. + + {frequencies} + + Frequency information for the term or kanji. + + + + {frequency-harmonic-rank} + + The harmonic mean of frequency data for the current term or kanji.
+ Defaults to rank 9999999 when frequency data is not found, indicating extremely low rank-based term or kanji usage. + + + + {frequency-harmonic-occurrence} + + The harmonic mean of frequency data for the current term or kanji.
+ Defaults to 0 occurrences when frequency data is not found, the lowest possible occurrence-based term or kanji usage. + + + + {frequency-average-rank} + + The average of frequency data for the current term or kanji.
+ Defaults to rank 9999999 when frequency data is not found, indicating extremely low rank-based term or kanji usage. + + + + {frequency-average-occurrence} + + The average of frequency data for the current term or kanji.
+ Defaults to 0 occurrences when frequency data is not found, the lowest possible occurrence-based term or kanji usage. + + {screenshot} Screenshot of the web page taken at the time the term or kanji was added. -- cgit v1.2.3