16,039
回編集
(ページの作成:「 --[[ __ __ _ _ _ _ _ _ _ | \/ | ___ __| |_ _| | ___ _ / \ _ _| |_ ___ | |_ _…」) |
細 (1版 をインポートしました) |
||
(2人の利用者による、間の2版が非表示) | |||
59行目: | 59行目: | ||
assert(base and #base>0, 'Base page not provided for autotranslate' ) | assert(base and #base>0, 'Base page not provided for autotranslate' ) | ||
if not mw.ustring.find(base,':') then -- if base page does not indicate namespace | if not mw.ustring.find(base,':') then -- if base page does not indicate namespace | ||
base = 'Template:' .. base -- | base = 'Template:' .. base -- then assume it is a template | ||
end | end | ||