From 6c58cbcf51b4ecd587ee780b5fcecac9ead9a1bd Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Fri, 27 Dec 2019 15:12:21 -0500 Subject: Remove kanji.html and terms.html --- tmpl/kanji.html | 101 -------------------------------------------------------- 1 file changed, 101 deletions(-) delete mode 100644 tmpl/kanji.html (limited to 'tmpl/kanji.html') diff --git a/tmpl/kanji.html b/tmpl/kanji.html deleted file mode 100644 index d205cda5..00000000 --- a/tmpl/kanji.html +++ /dev/null @@ -1,101 +0,0 @@ -{{#*inline "table"}} -{{#if data}} - - {{#each data}} - - - - - {{/each}} -
{{#if notes}}{{notes}}{{else}}{{name}}{{/if}}{{value}}
-{{else}} -No data found -{{/if}} -{{/inline}} - -{{#*inline "kanji"}} -
-
- {{#if addable}} - - - {{/if}} - -
- -
{{character}}
- - {{#if frequencies}} -
- {{#each frequencies}} - {{dictionary}}:{{frequency}} - {{/each}} -
- {{/if}} - - {{#if tags}} -
- {{#each tags}} - {{name}} - {{/each}} -
- {{/if}} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
GlossaryReadingsStatistics
- {{#if glossary.[1]}} -
    {{#each glossary}}
  1. {{.}}
  2. {{/each}}
- {{else}} - {{glossary.[0]}} - {{/if}} -
- {{#if onyomi}}
{{#each onyomi}}
{{.}}
{{/each}}
{{/if}} - {{#if kunyomi}}
{{#each kunyomi}}
{{.}}
{{/each}}
{{/if}} -
{{> table data=stats.misc}}
Classifications
{{> table data=stats.class}}
Codepoints
{{> table data=stats.code}}
Dictionary Indices
{{> table data=stats.index}}
- - {{#if debug}} -
{{#dumpObject}}{{{.}}}{{/dumpObject}}
- {{/if}} -
-{{/inline}} - -{{#if definitions}} -
- - -
-{{#each definitions}} -{{#unless @first}}
{{/unless}} -{{> kanji debug=../debug addable=../addable root=../root}} -{{/each}} -{{else}} -

No results found

-{{/if}} -- cgit v1.2.3