이 모듈에 대한 설명문서는 모듈:QuickPage/설명문서에서 만들 수 있습니다
-- Module:QuickPage local p = {} function p.render(frame) local out = { '<div class="quickpage-container qp-card"></div>' } return table.concat(out, '\n') end return p