Content deleted Content added
←Created page with 'require('strict') local data = mw.loadData('Module:Sandbox/Nardog/5d') local p = {} local function getNameAndLink(code) local res = require('Module:Lang')._name_from_tag({ code, link = 'yes' }) local name = res:match('([^%[|%]]+)%]%]$') local link = res:match('^%[%[([^|%]]+)') return name, link end local function formatNameOrLink(internal, external, link, name) local note local generated = not internal and name and name ~= '' and name .. ' language'...' |
mNo edit summary |
||
Line 1:
require('strict')
local data = mw.loadData('Module:
local p = {}
|