Module:TNT: Difference between revisions

m Changed protection level for "Module:TNT": High-risk Lua module: per request at WP:RFPP to match Module:Excerpt ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))
 
Project Herzl (talk | contribs)
test
Tag: Reverted
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 'c:Data:' .. mw.text.trim(dataset or '')
return 'commons:Data:' .. mw.text.trim(dataset or '')
end
end