Loading AI tools
来自维基百科,自由的百科全书
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
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.