Module:shortcut box: Difference between revisions

Jump to navigation Jump to search
no edit summary
(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] = '<div class="noprint plainlinks shortcut-box">'
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

Navigation menu