Adminjavasatu
←Membuat halaman berisi 'local p = {} local plaintext = require("Module:Plain text")._main --Cleanup/format location for use in short descriptions function p.prepareLoc (frame) return p._prepareLoc (frame.args[1]) end function p._prepareLoc (text) text = plaintext(text) text = text..',' --comma at the end makes things convenient text = text:gsub('%b()', ', ') --remove things in brackets as etxtraneous information :gsub('[^%s,]*%d[^%s,]*', '') --remove things with digits as ge...'