-
Posted by prestonbr on Wed, 02 Dec 2009 13:21:48
Hi, i'm newbie on Lua programming, and i have an ADDOn "SK" Suicide Kings, and i want to show the list on my guild web page.
I want to know if has a PC software thats can convert my .lua to HTML page
Thanks for Help...
PS: Sorry for my bad English!
-
Posted by jnwhiteh on Wed, 02 Dec 2009 15:14:02
Lua tables are just text, you can just put them into a <pre> block in order to display them. Alternatively, you can write a lua script to generate HTML output.. What you want is something custom, so there isn't an out of the box solution that will likely work for you.