Victor Shepelev

Results 136 issues of Victor Shepelev

Only 3 of 500 are failing, but in a very mysterious way!

[List of templates](https://github.com/molybdenum-99/infoboxer/blob/master/lib/infoboxer/definitions/en.wikipedia.org.rb) for en.wikipedia.org is still very incomplete yet already hard to navigate and expand. It seems: - all templates larger than just "dumb replacement" should became real classes...

Somewhat crazy idea, but allows to parse cases like this: https://en.wikipedia.org/wiki/Argentina -- what are Argentina's neigbours?.. Potential solution: ``` ruby # Take sentence with phrase "bordered by", and extract wikilinks...

Large showcase, and, at the same time, self-check of infoboxer's coolness. - Parse categories like https://en.wikipedia.org/wiki/Category:2015_films (first, find them by title) - Extract as much information as we can: from...

For example, we can have `{ref text}` at one places in article, and `` at another place -- meaning it is _exactly the same_ ref (and developer should have access...

It is an "umbrella" issue, representing my lack of decisions regarding templates to implement. - http://en.wikipedia.org/wiki/Wikipedia:Template_messages - https://en.wikipedia.org/wiki/Category:Wikipedia_template_categories - show dates: https://en.wikipedia.org/wiki/Category:Date_mathematics_templates - https://en.wikipedia.org/wiki/Category:Text_color_templates - https://en.wikipedia.org/wiki/Category:Wikipedia_XHTML_tag-replacing_templates - https://en.wikipedia.org/wiki/Category:Wikipedia_formatting_and_function_templates - many...

For ex., check here: https://en.wikipedia.org/wiki/Telescope#Lists_of_telescopes There are links like `[[:Category:Telescopes]]` which are NOT categorizing page, but just links to category.

http://inch-ci.org/ Last time I've tried, it have worked REALLY strange, but it seems currenly more and more projects using it.

Contained in almost any table. At least, should provide text, at most -- integrate itself into table class to allow tables sorting and data extraction.

https://en.wikipedia.org/wiki/Wikipedia:Hatnote -- it's links (typically at beginning of some section) with text like "See also" or "Main article on this topic is...". Ideally, there should be: - `Section#hatnote` (with aliases...