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)) |
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 ' | return 'commons:Data:' .. mw.text.trim(dataset or '') | ||
end | end | ||