행위

:Code

조무위키

imported>東雲なの님의 2020년 4월 18일 (토) 22:28 판 (새 문서: <code {{#if:{{{class|}}}|class="{{{class}}}"}} {{#if:{{{id|}}}|id="{{{id}}}"}} {{#if:{{{style|}}}|style="{{{style}}}"}}>{{#tag:syntaxhighlight|{{{code|{{{1}}}}}}|lang="{{{lang|{{{2|te...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

<syntaxhighlight lang="text" enclose="none">{{{1}}}</syntaxhighlight>

설명

위백(CC-BY-SA 3.0)에서 가져온 틀로, 짧은 텍스트를 <syntaxhighlight>를 이용하여 나타낼 수 있다. 긴 문장의 경우

  1. redirect 틀:Tag
  2. redirect 틀:Tag를 사용해야 한다.

예시

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

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

마크업 결과
{{Code|
{{웹 인용 |제목=제목 |url=http://example.org}}
}} 
<syntaxhighlight lang="text" enclose="none">

제목. </syntaxhighlight>