Page history
Jump to navigation
Jump to search
7 August 2023
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
+7
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
+100
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
−1
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
+13
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
+3
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
+15
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
+30
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
+15
Created page with "local export = {} local m_message_box = require("Module:Message box") local m_template = require("Module:template") function export.format_shortcuts(shortcuts) local text = {} for _, shortcut in ipairs(shortcuts) do if string.sub(shortcut, 9) == "Template:" then table.insert(text, m_template.make_template({string.sub(shortcut, 10)}, false)) else table.insert(shortcut) end end return table.concat(text, "\n") end function export.render_box(shortcuts) lo..."
+804