Content deleted Content added
Artoria2e5 (talk | contribs) m space after comma for diseases |
Julialturner (talk | contribs) Updated Gene Cards link and url |
||
Line 418:
end
homolo = string.gsub(homolo, ", $"," ") --remove comma from end
local genecards = "" ▼
genecards = genecards.."[http://www.genecards.org/cgi-bin/carddisp.pl?id_type=entrezgene&id="..v.." "..v.."] "▼
▲ local genecards = "[[GeneCards|GeneCards:]]".." "
▲
mgi_id = string.gsub(mgi_id, "%s", "")
local mgi_list = mw.text.split(mgi_id, ",")
|