יחידה:TNT – הבדלי גרסאות

תוכן שנמחק תוכן שנוסף
Yurikbot (שיחה | תרומות)
מ Copying 3 changes by Yurik,Krinkle: "fixed doc link, Try ucfirst to bypass some unknown cache" from mw:Module:TNT
YurikBot (שיחה | תרומות)
מ Copying 4 changes by Yurik: "docs link, add language param, better description, more docs changes" from mw:Module:TNT. See docs.
שורה 4:
-- wikis without any translation changes. All translation text is stored
-- in the global Data:*.tab pages on Commons, and used everywhere.
--
-- SEE: https://www.mediawiki.org/wiki/Multilingual_Templates_and_Modules
--
-- ATTENTION:
שורה 41 ⟵ 43:
for k, v in pairs(frame.args) do
if k == 1 then
dataset = mw.text.trim(v)
elseif k == 2 then
id = mw.text.trim(v)
elseif type(k) == 'number' then
table.insert(params, v)
elseif k == 'lang' and v ~= '_' then
lang = mw.text.trim(v)
end
end
שורה 61 ⟵ 63:
-- Given a dataset name, convert it to a title with the 'commons:data:' prefix
function link(dataset)
dataset = 'Data:' .. mw.text.trim(dataset or '')
if mw.site.siteName == 'Wikimedia Commons' then
return dataset