Module:YouTubeSubscribers: Difference between revisions

Content deleted Content added
out
firstChanId
Line 34:
local e = mw.wikibase.getEntity(qid)
local chanIds = e:getBestStatements("P2397")
local firstChanId = chanIds[1]["mainsnak"]["datavalue"]["value"]
local out = ""
out = serializeTable(chanIds)
return "hello3" .. outfirstChanId
end