User:Trappingnoobs/EnumAutoformat.lua

From Legacy Roblox Wiki
Revision as of 15:01, 21 July 2011 by >Trappingnoobs (Added script I made :D)
Jump to navigationJump to search

--Use this script to print out wiki formatting for an enum.

--It only works with enums that go from 0 to highest number with no breaks. If there are, you'll need to manually adjust. --To use, just change "eN" to the name of a valid enum. Add descriptions if possible. I recommend leaving the EmphasisBox, but you don't need to.

eN = "Axis" loadstring("En = Enum."..eN)()

print("

This enum was generated by a script. Data may be incorrect.

")

print("") print("

{{{1}}}
Enum Name Description

{{{2}}}

")

print("")