* show completion info for claimed characters in infobox on appropriate db pages
* you can now pass attributes to the [li] element
* smush leftover changes into a commit * create fresh db dump, without dbc placeholders * version bump ... all done
* create php classes, each mirroring a js object * each frontend class implements __toString and json_serialize and as such can be directly used by the template * also allows for sane object creation before js screams in agony * usage TBD