From WikiChip
Module:chip
Revision as of 02:51, 3 January 2017 by David (talk | contribs) (Created page with "local p = {} function p.chip(frame) return 'test' end return p")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

To add this template, simple add
{{chip}}
to the page and save. The chip infobox will have a small [Edit Values] button at the top-right corner which can be used to add values using a form.
local p = {}
function p.chip(frame)
    return 'test'
end
return p