Difference between revisions of "User:Paxed"

From NetHackWiki
Jump to navigation Jump to search
m (TODO: +1)
m (+1 todo)
Line 45: Line 45:
 
*Template? Extension? to allow <nowiki>{{tile|tilenum}}</nowiki> (or with optional tile size params <nowiki>{{tile|tilenum|16|16}}</nowiki>) which would basically expand to <nowiki><div style="display:inline-block;width:16px;height:16px;background-image:url('/mediawiki/images/7/7c/Vanilla_tiles.png'); background-position:64px 32px; margin:0; padding:0;"></div></nowiki> or something... (like nhsshot)
 
*Template? Extension? to allow <nowiki>{{tile|tilenum}}</nowiki> (or with optional tile size params <nowiki>{{tile|tilenum|16|16}}</nowiki>) which would basically expand to <nowiki><div style="display:inline-block;width:16px;height:16px;background-image:url('/mediawiki/images/7/7c/Vanilla_tiles.png'); background-position:64px 32px; margin:0; padding:0;"></div></nowiki> or something... (like nhsshot)
 
**Maybe need mapping tilename -> tilenum
 
**Maybe need mapping tilename -> tilenum
 +
*Write an article about gdb and debugging nethack, or improve [[Wizmode]] in that regard.

Revision as of 21:41, 6 February 2011

paxed:



TODO

List of stuff I'll try to get around to doing:

  • Change all maps in articles (eg. the quest pages, soko) to use <div class="ttymap"><replacecharsblock rules="ttymap">
  • Upload all of the missing nh343 source files.
  • Upload data.base fragments into Template:encyclopedia/foo and change the template to use those.
  • Fix the sidebar hover style for the atom feed link. (very tiny thing, but still bugs the hell out of me...)
  • Improve MediaWiki:Edittools.
  • Improve {{Monsters}} by moving it to {{Monsters/Original}} and subst it from {{Monsters}} (less main page load)
  • Maybe create ttymap screenshots of games, and put a random one on the main page.
    • Allow NAO players do a "screenshot", a la nhsshot?
  • Template? Extension? to allow {{tile|tilenum}} (or with optional tile size params {{tile|tilenum|16|16}}) which would basically expand to <div style="display:inline-block;width:16px;height:16px;background-image:url('/mediawiki/images/7/7c/Vanilla_tiles.png'); background-position:64px 32px; margin:0; padding:0;"></div> or something... (like nhsshot)
    • Maybe need mapping tilename -> tilenum
  • Write an article about gdb and debugging nethack, or improve Wizmode in that regard.