Page 1 of 1

Code and List

Posted: Sun Jan 09, 2005 7:26 am
by Tak_the_whistler
what does this Code thing do? what are they for and what's the 'code's?? :-?

Code: Select all

Self Destruction In Twenty Seconds

Code: Select all

javascript

Code: Select all

selfdestruct.exe
And how do you use the List mode?

  • Things I do NOT like
  • Demons
  • Cowslips
  • Myself
[/code]

Posted: Sun Jan 09, 2005 3:02 pm
by rich
The [ code] tag gives you a fixed-width font suitable for computer code -- probably not used that much here:

Code: Select all

for my $file (keys %caches)
{
    my $url = $rooturl . $caches{$file};
    my $now = time();
    getstore($url, $file);
#    warn "$file: ", time()-$now, " s\n"; 
    chmod(0664, $file);
}
For a list, you start and close with the [ list] and [ /list] tags, but you use a [ *] tag inbetween, as shown <a href=http://chiffboard.mati.ca/faq.php?mode= ... 6">here</a>:
  • one
  • two
Me, I tend to just use HTML instead.

--Rich

Posted: Mon Jan 10, 2005 11:56 pm
by Guest
  • Mandolin
  • Guitar
  • Mandoguitar
Thanks rich! it worked!!! :D
  • Overton
  • Copeland
  • Burke

Posted: Tue Jan 11, 2005 5:30 pm
by glauber
You can even use them together!

Code: Select all

[list]
[*]Um
[*]Dois
[*]Tres
[/list]
:D

Posted: Thu Jan 13, 2005 8:33 am
by rich
So you can! ... what? :-)

Posted: Fri Jul 08, 2005 7:26 pm
by I.D.10-t
Rock!

This the qustion I was going to ask.