Difference between revisions of "Talk:Bugs in NetHack 4"

From NetHackWiki
Jump to navigation Jump to search
m (link anchors)
(Admin-only CSS change requested: new section)
Line 11: Line 11:
 
::WP has http://en.wikipedia.org/wiki/Template:Anchor --[[User:Paxed|paxed]] ([[User talk:Paxed|talk]]) 13:29, 22 May 2012 (UTC)
 
::WP has http://en.wikipedia.org/wiki/Template:Anchor --[[User:Paxed|paxed]] ([[User talk:Paxed|talk]]) 13:29, 22 May 2012 (UTC)
 
::I've created {{tl|aa}} --[[User:Paxed|paxed]] ([[User talk:Paxed|talk]]) 14:12, 22 May 2012 (UTC)
 
::I've created {{tl|aa}} --[[User:Paxed|paxed]] ([[User talk:Paxed|talk]]) 14:12, 22 May 2012 (UTC)
 +
 +
== Admin-only CSS change requested ==
 +
 +
Right now, the anchors to individual bugs aren't that useful, as they usually link midway through the description of the bug, due to the text that is anchored being vertically aligned to the middle. I suggest adding a class to the CSS in [[MediaWiki:Common.css]] that top-aligns all the <code>&lt;th&gt;</code>s and <code>&lt;td&gt;</code>s inside that table:
 +
 +
    .foo th, .foo td { vertical-align: top }
 +
 +
It would also be nice if the ''Description'' column wasn't so cramped in favour of the ''Additional notes'' column, although that sounds harder to fix. Personally, I would put the additional notes in the ''Description'' column, like so:
 +
 +
:Wielded silver arrows don't cause silver damage on some silver-haters.
 +
:
 +
:'''Additional notes:''' Fixed by Alex Smith.
 +
 +
[[Special:Contributions/95.149.229.205|95.149.229.205]] 15:50, 29 May 2012 (UTC)

Revision as of 15:50, 29 May 2012

Regarding bug C341-10, I believe worm teeth and crysknives don't stack because vanilla can't pluralize tooth correctly. That pretty much goes against the spirit of the projectile bonus you get for those items. --Tjr 20:44, 1 May 2012 (UTC)

Nope, they do stack. Credits to Bcode. --Tjr 20:50, 1 May 2012 (UTC)
Actually, they (normally) don't stack, but if they could, the "tooth" would be pluralized correctly to "teeth"; I used gdb to modify the object quantity and create a stack of them. --Bcode 21:00, 1 May 2012 (UTC)

C343-48: Killing your pet ... This might refer to the fact you won't break pacifist conduct if you branchport into an already-full level - pets and followers simply dissappear. The pacifist page has a few more "safe" ways to kill things. --Tjr 20:47, 1 May 2012 (UTC)

link anchors

Is there a way to make link anchors? I'd like to do (for example) this: [[Bugs_in_NetHack_4#C343-21|Leashes can "teleport" pets through doors]]. --Tjr (talk) 21:40, 9 May 2012 (UTC)

Yes; if you replace C343-21 with <span id="C343-21">C343-21</span> (and so on for each bug), then you'll be able to use such a link. I would suggest creating a Template:C to abstract this, so that you can just write {{C|343-21}} instead. 95.149.230.215 10:51, 22 May 2012 (UTC)
WP has http://en.wikipedia.org/wiki/Template:Anchor --paxed (talk) 13:29, 22 May 2012 (UTC)
I've created {{aa}} --paxed (talk) 14:12, 22 May 2012 (UTC)

Admin-only CSS change requested

Right now, the anchors to individual bugs aren't that useful, as they usually link midway through the description of the bug, due to the text that is anchored being vertically aligned to the middle. I suggest adding a class to the CSS in MediaWiki:Common.css that top-aligns all the <th>s and <td>s inside that table:

   .foo th, .foo td { vertical-align: top }

It would also be nice if the Description column wasn't so cramped in favour of the Additional notes column, although that sounds harder to fix. Personally, I would put the additional notes in the Description column, like so:

Wielded silver arrows don't cause silver damage on some silver-haters.
Additional notes: Fixed by Alex Smith.

95.149.229.205 15:50, 29 May 2012 (UTC)