Difference between revisions of ":Item"

From BatWiki
Jump to: navigation, search
(New page: > name:string(30) -- I have put a rather stupid length restriction here to show you how it affects data. > desc:string(0) -- lol > other:string(50) -- lol)
 
Line 1: Line 1:
> name:string(30) -- I have put a rather stupid length restriction here to show you how it affects data.
+
> name:string(30) -- lol.
> desc:string(0) -- lol
+
> desc:string(30) -- lol
 
> other:string(50) -- lol
 
> other:string(50) -- lol

Revision as of 15:39, 1 July 2007

> name:string(30) -- lol. > desc:string(30) -- lol > other:string(50) -- lol