Difference between revisions of "Talk:Monster"

From CrawlWiki
Jump to: navigation, search
(Created page with "==Monster bot== I'm writing a bot that will automatically update the monster templates of any page. This bot has two components: *A C program. This program is a modification of t...")
 
(Monster bot)
Line 3: Line 3:
 
*A C program. This program is a modification of the [http://git.develz.org/?p=monster.git;a=summary one] used by bots of the irc channel ##crawl. Right now, I'm working on this part.
 
*A C program. This program is a modification of the [http://git.develz.org/?p=monster.git;a=summary one] used by bots of the irc channel ##crawl. Right now, I'm working on this part.
 
*A Perl script based on [http://search.cpan.org/~exobuzz/MediaWiki-API-0.39/lib/MediaWiki/API.pm MediaWiki-API]. It will scan a range of pages and replace any ocurrence of '{monster|name=xxxx|... }' with the output of the C program. There are a few pages that should be skipped like pan lord, player ghost, hell beast, small/large abomination, and maybe a few others. Those pages should use a different template (it could be called monster-no-bot) which is just a copy of the monster template. --[[User:CommanderC|CommanderC]] 15:25, 24 December 2012 (CET)
 
*A Perl script based on [http://search.cpan.org/~exobuzz/MediaWiki-API-0.39/lib/MediaWiki/API.pm MediaWiki-API]. It will scan a range of pages and replace any ocurrence of '{monster|name=xxxx|... }' with the output of the C program. There are a few pages that should be skipped like pan lord, player ghost, hell beast, small/large abomination, and maybe a few others. Those pages should use a different template (it could be called monster-no-bot) which is just a copy of the monster template. --[[User:CommanderC|CommanderC]] 15:25, 24 December 2012 (CET)
 +
:Oh, awesome, thanks!  I'll try to get to fixing up the templates in the near future. -[[User:Ion frigate|Ion frigate]] 20:21, 24 December 2012 (CET)

Revision as of 21:21, 24 December 2012

Monster bot

I'm writing a bot that will automatically update the monster templates of any page. This bot has two components:

  • A C program. This program is a modification of the one used by bots of the irc channel ##crawl. Right now, I'm working on this part.
  • A Perl script based on MediaWiki-API. It will scan a range of pages and replace any ocurrence of '{monster|name=xxxx|... }' with the output of the C program. There are a few pages that should be skipped like pan lord, player ghost, hell beast, small/large abomination, and maybe a few others. Those pages should use a different template (it could be called monster-no-bot) which is just a copy of the monster template. --CommanderC 15:25, 24 December 2012 (CET)
Oh, awesome, thanks! I'll try to get to fixing up the templates in the near future. -Ion frigate 20:21, 24 December 2012 (CET)