Difference between revisions of "Template:Infobox"

From Cysteinome
Jump to: navigation, search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
local p = {}
+
{{Infobox
+
| name =
function p.run()
+
| LocusSupplementaryData =  
local capiunto = require 'capiunto'
+
}}
return capiunto.create( {
 
title = tostring(mw.title.getCurrentTitle()) ,
 
top = 'Basic Information',
 
topStyle = 'background:#cfc;',
 
bottom = ''
 
} )
 
:addRow('Short Name:', 'PTP1B')
 
:addRow('UNP ID','Helium')
 
:addRow('Li','Lithium')
 
 
 
end
 
 
return p
 

Latest revision as of 04:50, 18 May 2018

Template loop detected: Template:Infobox