45,647
edits
(Created page with "local export = {} function export.show(frame) local output = {} -- Hacky way to allow function to be called from other modules. local args = (frame.getParent and frame:get...") |
No edit summary |
||
Line 14: | Line 14: | ||
demo = true | demo = true | ||
end | end | ||
output[#output + 1] = | output[#output + 1] = [[<div class="plainlinks" style="border: 1px solid #aaa; color: black; background: #f9f9f9; | ||
margin: 0 0 .5em 1em; text-align: center; padding: 5px; float: right; clear: both; font-weight: bold; font-size: smaller;">]] | |||
if args.temp then | if args.temp then |