문서 편집 권한이 없습니다. 다음 이유를 확인해주세요: 요청한 명령은 다음 권한을 가진 사용자에게 제한됩니다: 사용자. 문서의 원본을 보거나 복사할 수 있습니다. p = {} function p.main(frame) local parts = require('Module:demo').get(frame) if frame.args["dir"] == "col" then return [[ |- style="/* tr */ display: flex; flex-direction: column-reverse; margin-bottom: 20px; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.03), 0 4px 6px -4px rgba(0, 0, 0, 0.03);" | style="padding: 0; background-color: #f5f8fa;"|<pre style="margin: 0; border: 0; border-radius: 0; white-space: pre-line; background-color: transparent;"> ]] .. parts.source .. '</pre>\n|<div>' .. parts.output .. '</div>\n' elseif frame.args["dir"] == "row" then return [[ |- | style="padding: 0; background-color: #f5f8fa;"|<pre style="margin: 0; border: 0; border-radius: 0; white-space: pre-line; background-color: transparent;"> ]] .. parts.source .. '</pre>\n|<div>' .. parts.output .. '</div>\n' else return "ERROR: NO DIR OPTION" end end return p 이 문서에서 사용한 틀: 모듈:코드 보여주기/설명문서 (원본 보기) 모듈:코드 보여주기 문서로 돌아갑니다.