Module:Template translation: Difference between revisions

m
1 revision imported: import from collabwiki
m (Protected "Module:Template translation": Highly visible ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite)))
m (1 revision imported: import from collabwiki)
Line 63:
local subpage = titleparts[#titleparts]
return this.checkLanguage(subpage, '')
end
 
--[[Get the first part of the language code of the subpage, before the '-'.
]]
function this.getMainLanguageSubpage()
parts = mw.text.split( this.getLanguageSubpage(), '-' )
return parts[1]
end