Module:Transliterator: Difference between revisions
Testing. |
Testing. |
||
| Line 1: | Line 1: | ||
local p = {} | local p = {} | ||
function p.main( frame ) | function p.main( frame ) | ||
local word = | local word = tonumber( frame.args[1] ) | ||
local images = { | local images = { | ||
["a"] = "[[File:Aurebesh-AE.svg|18px]]", | ["a"] = "[[File:Aurebesh-AE.svg|18px]]", | ||