X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/0d5846dfec3999dcb317d7d0f4f0c4eaf95ca794..f22a9debc2c3c50828c31ff028057734a4aadea6:/nethack.plp diff --git a/nethack.plp b/nethack.plp index 8396edd..eaea76c 100644 --- a/nethack.plp +++ b/nethack.plp @@ -1,33 +1,21 @@ <(common.inc.plp)><: - our $VERSION = 'v1.0'; - use Shiar_Sheet::KeySigns qw(%sign); +Html({ + title => 'nethack cheat sheet', + version => 'v1.0', + description => [ + "Keyboard overview sheet for the Nethack console RPG game,", + "describing the default controls.", + ], + keywords => [qw' + nethack rogue game control controls sheet reference overview keyboard + '], + charset => $sign{charset}, + stylesheet => [qw'light dark circus mono red terse'], + keys => 1, +}); - $header{content_type} = "text/html; charset=$sign{charset}"; - -:> - - - - -nethack cheat sheet - - -<:= stylesheet(qw'light dark circus mono red terse') :> - -<: - our $showkeys = exists $get{keys} && $get{keys} ne '0'; - print "\n".'' - unless $showkeys; - print "\n".'' - if $showkeys and $get{keys} eq 'ghost'; :> - - - - -

NetHack cheat sheet

normal gameplay

@@ -94,14 +82,3 @@ $keys->print_rows($get{rows} || '4321-421', [3,2,1,0]); - - -