模組:沙盒/Emojiwiki/html

来自维基百科,自由的百科全书

文档图示 模块文档[创建]
local p = {}
function p.tag(tagname,to,content)
	local ostr = ""
	local rstr = ""
	local stag = ""
	local etag = ""
	for k, v in pairs(to) do
		ostr = ostr .. " " .. k .. "=\"" .. v .. "\""
	end
	etag = "</" .. tagname .. ">"
	stag = "<" .. tagname .. ostr .. ">"
	rstr = stag .. content .. etag
	return rstr
end

return p

Wikiwand in your browser!

Seamless Wikipedia browsing. On steroids.

Every time you click a link to Wikipedia, Wiktionary or Wikiquote in your browser's search results, it will show the modern Wikiwand interface.

Wikiwand extension is a five stars, simple, with minimum permission required to keep your browsing private, safe and transparent.