Content deleted Content added
update this to get all data fields from the table |
better error check for the leaderboard content |
||
Line 1:
-- Get the raw leaderboard content.
local lb = mw.title.new('Wikipedia:STiki/leaderboard') or {}
▲ lbtext = lb:getContent() or error('Could not find the leaderboard text')
-- Get a specific data value for a given username.
|