{{{1}}}

설명문서 [편집] [역사] [새로고침]

짧은 텍스트를 <syntaxhighlight>를 이용하여 나타냅니다. 긴 문장의 경우 <pre>...</pre><syntaxhighlight>...</syntaxhighlight>를 사용해야 합니다.

사용법[원본 편집]

{{code|본문}}

예시[원본 편집]

마크업 결과
다람쥐 {{code|헌 '''쳇바퀴'''}}에 타고파. 
다람쥐 헌 '''쳇바퀴'''에 타고파.
{{code |lang=cpp |int foo(const std::string& bar, const std::vector<long double*>& baz);}} 
int foo(const std::string& bar, const std::vector<long double*>& baz);
{{code |lang=javascript |code=var img = document.getElementsByTagName("img");}} 
var img = document.getElementsByTagName("img");

다른 틀을 이 틀과 사용하는 경우, 해당 틀의 HTML 값이 나옵니다. 틀:Markup

같이 보기[원본 편집]


Wikipedia-ico-48px.png
이 틀 문서는 한국어 위키백과틀:Code 문서에서 분기하였습니다.
연습장이나 사용자 문서에서 틀의 사용이나 수정을 연습할 수 있습니다.
분류는 /설명문서에 넣어주세요.