Module:shortcut box: Difference between revisions

ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
No edit summary
No edit summary
Line 19: Line 19:
local formatted_shortcuts = export.format_shortcuts(shortcuts)
local formatted_shortcuts = export.format_shortcuts(shortcuts)
return m_message_box.main("mbox", {
return m_message_box.main("mbox", {
text = "'''Shortcuts'''\n<hr style=\"margin-bottom:6px;\"/>\n" .. formatted_shortcuts,
text = "'''Shortcut'''\n<hr style=\"margin-bottom:6px;\"/>\n" .. formatted_shortcuts,
type = "notice",
type = "notice",
small = true,
small = true,