yuzhoumo / latinator-3000

Web interface for parsing Wiktionary for results in specific languages

Home Page:https://yuzhoumo.github.io/latinator-3000/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Latinator3000

The Latinator3000 is a site I wrote for a Latin class as a replacement for our paper dictionaries. Enter any Latin word into the search bar, and the result will be returned from Wiktionary in an iFrame. Try it out here!

Latinator3000 Demo GIF

Support for Other Languages

This project was made to search for Latin words but it can be customized for other languages as well. In line 5 of script.js, simply replace '#Latin' with any other language supported by Wiktionary.

Customization

The background image and webpage text can be easily changed. Change line 4 and line 15 in index.html to customize text.

line 4:  <title>Latinator 3000</title>
line 15: <h3>THE LATINATOR 3000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

To customize the background image, replace background.jpg in the assets folder with any image of the same name.

About

Web interface for parsing Wiktionary for results in specific languages

https://yuzhoumo.github.io/latinator-3000/

License:GNU General Public License v3.0


Languages

Language:JavaScript 37.8%Language:HTML 32.7%Language:CSS 29.5%