Template talk:Allopentasks

Discussion page of Template:Allopentasks
Revision as of 17:32, 5 August 2006 by CalculatinAvatar (talk | contribs) (nifty; nitpick)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Nifty

This is pretty cool. To nitpick (since that's what I do), you can get commas only between items and not after each one with something like:

if( size of A )
  print A[0];
for( i=1; i <  size of A; ++i )
  print ", " A[i];

It's been rather a while since I used Perl, and I don't know what structure you're using to hold items, but you get the idea. Having it omit empty categories would be nice, too. Anyway, having every category of open task gathered in one place is great. --CalculatinAvatar(C-T) 12:32, 5 August 2006 (CDT)