Module:Sandbox: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 1:
local p = {}
function p.get_langlinks( frame )
▲ -- supported languages
▲ local lang_list = { 'ca', 'da', 'de', 'es', 'es-419', 'fr', 'he', 'hu', 'it', 'ja', 'lv', 'nb', 'nl', 'pl', 'pt', 'pt-br', 'ro', 'ru', 'sk', 'sv', 'uk', 'zh-hans' }
local output = '<ul>'
local root = 'Problems donating'
Line 19:
output = output .. '</ul>'
return output
Line 26 ⟶ 25:
function p.get_langtable( frame )
local output = ''
|