Module:Infobox interval: Difference between revisions

ArrowHead294 (talk | contribs)
mNo edit summary
ArrowHead294 (talk | contribs)
mNo edit summary
Line 357: Line 357:
query = mw.uri.encode(query)
query = mw.uri.encode(query)
table.insert(infobox_data, {
table.insert(infobox_data, {
"<span style=\"font-size: 75%;\">[https://www.yacavone.net/xen-calc/?q=" .. query .. " open this interval in ''xen-calc'']</span>",
"<span style=\"font-size: 75%;\">{{!(}}https://www.yacavone.net/xen-calc/?q=" .. query .. " Open this interval in ''xen-calc''{{)!}}</span>",
})
})
end
end
Line 365: Line 365:
s = s .. cats
s = s .. cats
end
end
return s
return frame:preprocess(s)
end
end


return p
return p