2017-01-07 20:21:47 +00:00
<!DOCTYPE html>
2019-10-13 15:57:40 +00:00
< html lang = "en" data-yomichan-page = "float" >
2017-01-07 20:21:47 +00:00
< head >
< meta charset = "UTF-8" >
2019-02-20 03:45:02 +00:00
< meta name = "viewport" content = "width=device-width,initial-scale=1" / >
2017-01-07 20:21:47 +00:00
< title > < / title >
2019-11-02 14:10:03 +00:00
< link rel = "icon" type = "image/png" href = "/mixed/img/icon16.png" sizes = "16x16" >
< link rel = "icon" type = "image/png" href = "/mixed/img/icon19.png" sizes = "19x19" >
< link rel = "icon" type = "image/png" href = "/mixed/img/icon38.png" sizes = "38x38" >
< link rel = "icon" type = "image/png" href = "/mixed/img/icon48.png" sizes = "48x48" >
< link rel = "icon" type = "image/png" href = "/mixed/img/icon64.png" sizes = "64x64" >
< link rel = "icon" type = "image/png" href = "/mixed/img/icon128.png" sizes = "128x128" >
2017-08-15 02:55:04 +00:00
< link rel = "stylesheet" href = "/mixed/css/display.css" >
2019-10-12 22:10:01 +00:00
< link rel = "stylesheet" type = "text/css" href = "/mixed/css/display-default.css" data-yomichan-theme-name = "default" >
2019-10-12 21:06:03 +00:00
< link rel = "stylesheet alternate" type = "text/css" href = "/mixed/css/display-dark.css" data-yomichan-theme-name = "dark" >
2017-01-07 20:21:47 +00:00
< / head >
< body >
2019-12-27 20:10:51 +00:00
< div id = "spinner" hidden > < img src = "/mixed/img/spinner.gif" > < / div >
2017-01-07 20:21:47 +00:00
2019-12-25 02:45:57 +00:00
< div id = "navigation-header" class = "navigation-header" hidden > < div class = "navigation-header-actions" >
< button class = "action-button action-previous" > < img src = "/mixed/img/source-term.svg" class = "icon-image" title = "Source term (Alt + B)" alt > < / button >
< button class = "action-button action-next" > < img src = "/mixed/img/source-term.svg" class = "icon-image" title = "Next term (Alt + F)" alt > < / button >
< / div > < / div > < div class = "navigation-header-spacer" > < / div >
2017-08-13 23:11:51 +00:00
< div id = "definitions" > < / div >
2017-03-04 04:25:14 +00:00
2019-12-25 02:45:57 +00:00
< div id = "no-results" hidden >
< div class = "entry" >
< p > No results found.< / p >
< / div >
< / div >
2017-08-13 23:11:51 +00:00
< div id = "error-orphaned" >
2019-12-25 02:45:57 +00:00
< div class = "entry" >
2017-03-19 01:21:02 +00:00
< h1 > Yomichan Updated!< / h1 >
< p >
The Yomichan extension has been updated to a new version! In order to continue
viewing definitions on this page you must reload this tab or restart your browser.
< / p >
< / div >
2017-03-04 04:25:14 +00:00
< / div >
2017-03-18 23:52:00 +00:00
2019-12-25 02:45:57 +00:00
< template id = "term-entry-template" > < div class = "entry" data-type = "term" >
< div class = "entry-header1" >
< div class = "entry-header2" >
< div class = "entry-header3" >
< div class = "actions" >
< button class = "action-button action-view-note pending disabled" > < img src = "/mixed/img/view-note.svg" class = "icon-image" title = "View added note (Alt + V)" alt > < / button >
< button class = "action-button action-add-note pending disabled" data-mode = "term-kanji" > < img src = "/mixed/img/add-term-kanji.svg" class = "icon-image" title = "Add expression (Alt + E)" alt > < / button >
< button class = "action-button action-add-note pending disabled" data-mode = "term-kana" > < img src = "/mixed/img/add-term-kana.svg" class = "icon-image" title = "Add reading (Alt + R)" alt > < / button >
< button class = "action-button action-play-audio" > < img src = "/mixed/img/play-audio.svg" class = "icon-image" title = "Play audio (Alt + P)" alt > < / button >
< span class = "action-button action-current-indicator" > < img src = "/mixed/img/entry-current.svg" class = "icon-image current" title = "Current entry (Alt + Up/Down/Home/End/PgUp/PgDn)" alt > < / span >
< / div >
< div class = "term-expression-list" > < / div >
< / div >
< div class = "term-reasons" > < / div >
< / div >
< div class = "frequencies" > < / div >
< / div >
< div class = "term-definition-container" > < ol class = "term-definition-list" > < / ol > < / div >
< pre class = "debug-info" > < / pre >
< / div > < / template >
< template id = "term-expression-template" > < div class = "term-expression" > < span class = "term-expression-text" > < / span > < div class = "term-expression-details" >
< button class = "action-button action-play-audio" > < img src = "/mixed/img/play-audio.svg" class = "icon-image" title = "Play audio" alt > < / button >
< div class = "tags tag-list" > < / div >
< div class = "frequencies tag-list" > < / div >
< / div > < / div > < / template >
< template id = "term-definition-item-template" > < li class = "term-definition-item" >
< div class = "term-definition-tag-list tag-list" > < / div >
< div class = "term-definition-only-list" > < / div >
< ul class = "term-glossary-list" > < / ul >
< / li > < / template >
< template id = "term-definition-only-template" > < span class = "term-definition-only" > < / span > < / template >
< template id = "term-glossary-item-template" > < li class = "term-glossary-item" > < span class = "term-glossary" > < / span > < / li > < / template >
< template id = "term-reason-template" > < span class = "term-reason" > < / span > < / template >
< template id = "kanji-entry-template" > < div class = "entry" data-type = "kanji" >
< div class = "entry-header1" >
< div class = "entry-header2" >
< div class = "entry-header3" >
< div class = "actions" >
< button class = "action-button action-view-note pending disabled" > < img src = "/mixed/img/view-note.svg" class = "icon-image" title = "View added note (Alt + V)" alt > < / button >
< button class = "action-button action-add-note pending disabled" data-mode = "kanji" > < img src = "/mixed/img/add-term-kanji.svg" class = "icon-image" title = "Add Kanji (Alt + K)" alt > < / button >
< span class = "action-button action-current-indicator" > < img src = "/mixed/img/entry-current.svg" class = "icon-image current" title = "Current entry (Alt + Up/Down/Home/End/PgUp/PgDn)" alt > < / span >
< / div >
< div class = "kanji-glyph" > < / div >
< / div >
< / div >
< div class = "frequencies" > < / div >
< / div >
< div class = "tags tag-list" > < / div >
< table class = "kanji-glyph-data" > < tbody >
< tr >
< th > Glossary< / th >
< th > Readings< / th >
< th > Statistics< / th >
< / tr >
< tr >
< td class = "kanji-glossary-container" > < ol class = "kanji-glossary-list" > < / ol > < / td >
< td class = "kanji-readings" > < dl class = "kanji-readings-chinese" > < / dl > < dl class = "kanji-readings-japanese" > < / dl > < / td >
< td class = "kanji-statistics" > < / td >
< / tr >
< tr > < th colspan = "3" > Classifications< / th > < / tr >
< tr > < td colspan = "3" class = "kanji-classifications" > < / td > < / tr >
< tr > < th colspan = "3" > Codepoints< / th > < / tr >
< tr > < td colspan = "3" class = "kanji-codepoints" > < / td > < / tr >
< tr > < th colspan = "3" > Dictionary Indices< / th > < / tr >
< tr > < td colspan = "3" class = "kanji-dictionary-indices" > < / td > < / tr >
< / tbody > < / table >
< pre class = "debug-info" > < / pre >
< / div > < / template >
< template id = "kanji-info-table-template" > < table class = "kanji-info-table" > < tbody class = "kanji-info-table-body" > < / tbody > < / table > < / template >
< template id = "kanji-info-table-item-template" > < tr class = "kanji-info-table-item" > < th class = "kanji-info-table-item-header" > < / th > < td class = "kanji-info-table-item-value" > < / td > < / tr > < / template >
< template id = "kanji-info-table-empty-template" > < tr class = "kanji-info-table-item kanji-info-table-item-empty" > < td class = "kanji-info-table-item-value-empty" > No data found< / td > < /tr class="kanji-info-table-item">< / template >
< template id = "kanji-glossary-item-template" > < li class = "kanji-glossary-item" > < span class = "kanji-glossary" > < / span > < / li > < / template >
< template id = "kanji-reading-template" > < dd class = "kanji-reading" > < / dd > < / template >
< template id = "tag-template" > < span class = "tag" > < / span > < / template >
< template id = "tag-frequency-template" > < span class = "tag" data-category = "frequency" > < span class = "term-frequency-dictionary-name" > < / span > < span class = "term-frequency-separator" > < / span > < span class = "term-frequency-value" > < / span > < / template >
2019-11-26 22:29:52 +00:00
< script src = "/mixed/js/core.js" > < / script >
2019-11-26 23:47:16 +00:00
< script src = "/mixed/js/dom.js" > < / script >
2019-12-10 03:45:28 +00:00
< script src = "/mixed/js/api.js" > < / script >
2019-08-22 23:44:31 +00:00
2019-08-03 11:57:17 +00:00
< script src = "/fg/js/document.js" > < / script >
< script src = "/fg/js/source.js" > < / script >
2019-10-10 23:58:06 +00:00
< script src = "/mixed/js/audio.js" > < / script >
2019-12-01 03:38:23 +00:00
< script src = "/mixed/js/display-context.js" > < / script >
2019-08-03 11:57:17 +00:00
< script src = "/mixed/js/display.js" > < / script >
2019-12-25 02:45:57 +00:00
< script src = "/mixed/js/display-generator.js" > < / script >
2019-09-15 21:52:30 +00:00
< script src = "/mixed/js/scroll.js" > < / script >
2017-07-29 16:55:54 +00:00
2019-08-03 11:57:17 +00:00
< script src = "/fg/js/float.js" > < / script >
2019-08-17 22:50:48 +00:00
2019-08-17 23:32:58 +00:00
< script src = "/fg/js/popup-nested.js" > < / script >
2017-01-07 20:21:47 +00:00
< / body >
< / html >