Content deleted Content added
m convert whitespace to tabs |
fix leaderboard module title |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1:
-- Get the raw leaderboard content.
local lb = mw.title.new('Wikipedia:STiki/
local lbtext = (lb and lb:getContent()) or error('Could not find the leaderboard text')
|