429
回編集
細編集の要約なし |
|||
1行目: | 1行目: | ||
local p = {} | local p = {} | ||
local langlist = require('Module:Fallbacklist') | |||
local langlist = require(' | |||
function p.fblist(lang) -- list the full fallback chain from a language to en | function p.fblist(lang) -- list the full fallback chain from a language to en | ||
95行目: | 94行目: | ||
if string.sub(base,2,9) ~= 'emplate:' then | if string.sub(base,2,9) ~= 'emplate:' then | ||
base = 'Template:' .. base -- base provided without 'Template:' part | base = 'Template:' .. base -- base provided without 'Template:' part | ||
end | end | ||