Module:TNT: Difference between revisions

Project Herzl (talk | contribs)
test
Tag: Reverted
Project Herzl (talk | contribs)
m Reverted edit by Project Herzl (talk) to last revision by [[User:w>Johnuniq|w>Johnuniq]]
Tag: Rollback
 
Line 175: Line 175:
-- 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 'commons:Data:' .. mw.text.trim(dataset or '')
return 'c:Data:' .. mw.text.trim(dataset or '')
end
end