Module:TNT: Difference between revisions
test Tag: Reverted |
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 ' | return 'c:Data:' .. mw.text.trim(dataset or '') | ||
end | end | ||