User:Kellen

I like citations. <3 vim.

get the wiki source of a specific article: wget "http://en.wikipedia.org/w/index.php?action=raw&title=Articlename"
kill whitespace inside templates: %s/\s*[\n]\=\s*|\s*\(\(\w\?[0-9A-Za-z_ -]*\)\w\)\s*=\s*/ |\1=/g
kill extra spaces before references: %s/\s\+<ref/<ref/g
move references outside punctuation: %s/\(\(<ref[^<]*<\/ref>\)\+\)\([.,!?;:"']\)/\3\1/g
find beginning of non-template formatted references: /<ref[^>/]*>[^{]
pull references into their own file: grep -o "<ref name=\"[^\"]*\">[^<]*</ref>" file > refs
and then replace the reference: :%s/<ref name="\([^"]*\)">[^<]*<\/ref>/<ref name="\1"\/>/g
and don't forget to :set encoding=utf-8


the most important pages on wikipedia

ouroboros, bakeneko, kitsune, tipu's tiger, cymothoa exigua

todo

Viola Frey

Codex Upsaliensis


Multi-licensed into the public domain
I agree to multi-license my eligible text contributions, unless otherwise stated, under the GFDL and into the public domain. Please be aware that other contributors might not do the same, so if you want to use my contributions in the public domain, please check the multi-licensing guide.

Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.