Module:TNT: Difference between revisions

Content added Content deleted
(Wiki update stage 1)
(Fixing interwiki)
 
Line 176: Line 176:
-- Given a dataset name, convert it to a title with the 'commons:data:' prefix
-- Given a dataset name, convert it to a title with the 'commons:data:' prefix
link = function(dataset)
link = function(dataset)
return 'c:Data:' .. mw.text.trim(dataset or '')
return 'commons:Data:' .. mw.text.trim(dataset or '')
end
end