Sakaratte
Created page with "local com = require('Module:Common') local p = {} function p.code(frame) result = mw.html.create('span') result:wikitext(frame.args[1]) result.addClass('mw-highlight mw-highlight-lang-' .. frame.args['lang']) return result end"