From rightclicking on the item info and selecting view source:
Code:
<script type='text/javascript'>var spell_url='http://www.magelo.com/eq_spell_info.html';</script><script>var num_icon='0005';</script>Spell: Lesser Conjuration: Earth
<br>Effect: <script type="text/javascript">if(typeof(spell_url)!="undefined") document.write("<a href='"+spell_url+"?num=624' target='_parent'>Lesser Conjuration: Earth</a> (Combat)"); else document.write("Lesser Conjuration: Earth");
</script><br>WT: &nbsp;0.1&nbsp;&nbsp;&nbsp;&nbsp;Size: SMALL<br>Class: MAG <br>Race: NONE<br>
so:
Item number was used to get the info,
icon='0005'
Spell: Lesser Conjuration: Earth
spell_num=624
Lesser Conjuration: Earth (Combat)
WT: 0.1
Size: SMALL
Class: MAG
Race: NONE