Content deleted Content added
BrokenSegue (talk | contribs) No edit summary |
BrokenSegue (talk | contribs) get description right |
||
Line 4:
local qid = frame.args["qid"]
local e = mw.wikibase.getEntity(qid)
return "hello" .. tostring(e:getDescription("en"))
end
|