这是Module:Side box的文档页面
本模块用于执行模板 {{side box}}。
本模块不能直接用于维基文本,只能通过 {{side box}} 模板使用。请看模板页说明。
为了在别的 Lua 模块中使用先载入本模块。
local mSideBox = require('Module:Side box')
然后使用 _main 函数生成侧边框。
mSideBox._main(args)