User talk:Paxed/ReplaceCharsBlock

From NetHackWiki
< User talk:Paxed
Revision as of 06:58, 7 November 2011 by 99.239.146.253 (talk) (Need a way for the first line to be all spaces: new section)
Jump to navigation Jump to search

Seems like when I place '_' above another character, the underscore becomes invisible. As if the bottom pixel got eaten up by the character below it.

._. ._.
.@.
... .@.

Edit the page and see what was intended. If you can not see the effect let me know and I'll probably make a screenshot (under Google Chrome with whatever default font it uses). BTW, thanks for the cool extension! --Ylmson 18:19, 19 January 2011 (UTC)

I played around with css a bit, seems like if instead of using .ttyscreen class, a plain div with style="padding:0;line-height:100%" would make characters show in full. Don't know what exactly should be changed in MediaWiki:Common.css, though.
._.
.@.
--Ylmson 06:30, 20 January 2011 (UTC)

Need a way for the first line to be all spaces

In the map for the Plane of Earth, the first line consists of 76 spaces. The parser ignores it because it of the way it separates the rules from the map. Consider splitting on exactly two new-line characters like "/\n\n/" or only ignoring literal spaces like "/\n *\n/". --99.239.146.253 06:58, 7 November 2011 (UTC)