Difference between revisions of "Module:Template translation"
Module:Template translation (view source)
Revision as of 15:26, 19 January 2014
, 15:26, 19 January 2014no edit summary
>Verdy p m |
>Verdy p m |
||
Line 37: | Line 37: | ||
local titleparts = mw.text.split(mw.title.getCurrentTitle().fullText, '/') | local titleparts = mw.text.split(mw.title.getCurrentTitle().fullText, '/') | ||
local subpage = titleparts[#titleparts] | local subpage = titleparts[#titleparts] | ||
return this.checkLanguage(subpage, | return this.checkLanguage(subpage, '') | ||
end | end | ||