PreloadedArticleTabs.js: This script will add five tabs to pages that will generate preloaded pages for Spanish articles. Clicking "noun" either on the article page or the edit page will give you a menu asking for the word's translation, and will then spit out:
==Spanish== ===Noun=== {{es-noun-m}} # ]
... and then you can customize it by alter the gender if necessary, adding the -unc if the noun is uncountable, giving an irregular plural, or adding more meanings. If you click this for an existing page, it will automatically put the text at the top; it may need to be copied and pasted to the proper section. "Plural" defaults as ===Noun===, but can be used for adjectives; just change the POS to ===Adjective===. Adjective defaults with {{es-adj|f=}}, which means it assumes it is a masculine singular. Add the feminine if so, and fix if not. "Verb" defaults to {{es-verb-ar|stem=}}; add the stem, and change the verb ending if necessary.
To add this to your user preferences, add the following to your Special:Mypage/monobook.js:
// install ] document.write('<script type="text/javascript" src="' + 'http://en.wiktionary.orghttps://en.wiktionary.org/w/index.php?title=User:Dmcdevit/PreloadedArticleTabs.js' + '&action=raw&ctype=text/javascript"></' + 'script>');