imported>東雲なの |
imported>東雲なの |
1번째 줄: |
1번째 줄: |
| <code {{#if:{{{class|}}}|class="{{{class}}}"}} {{#if:{{{id|}}}|id="{{{id}}}"}} {{#if:{{{style|}}}|style="{{{style}}}"}}>{{#tag:syntaxhighlight|{{{code|{{{1}}}}}}|lang="{{{lang|{{{2|text}}}}}}"|enclose="none"}}</code><noinclude>
| | #redirect [[틀:Code]] |
| | |
| ==설명==
| |
| [https://ko.wikipedia.org/wiki/%ED%8B%80:Code 위백(CC-BY-SA 3.0)]에서 가져온 틀로, 짧은 텍스트를 <code><nowiki><syntaxhighlight></nowiki></code>를 이용하여 나타낼 수 있다. 긴 문장의 경우 {{tag|pre}}나 {{tag|syntaxhighlight}}를 사용해야 한다. | |
| | |
| == 예시 ==
| |
| {{마크업
| |
| |<nowiki>다람쥐 {{Code|헌 '''쳇바퀴'''}}에 타고파.</nowiki>
| |
| |다람쥐 {{Code|헌 '''쳇바퀴'''}}에 타고파.
| |
| | |
| |<nowiki>{{Code |lang=cpp |int foo(const std::string& bar, const std::vector<long double*>& baz);}}</nowiki>
| |
| |{{Code |lang=cpp |int foo(const std::string& bar, const std::vector<long double*>& baz);}}
| |
| | |
| |<nowiki>{{code |lang=javascript |code=var img = document.getElementsByTagName("img");}}</nowiki>
| |
| |{{Code |lang=javascript |code=var img = document.getElementsByTagName("img");}}
| |
| }}
| |
| | |
| 다른 틀을 이 틀과 사용하는 경우, 해당 틀의 HTML 값이 나온다.
| |
| {{마크업
| |
| |1=<nowiki>{{Code|
| |
| {{웹 인용 |제목=제목 |url=http://example.org}}
| |
| }}</nowiki>
| |
| |2={{Code|
| |
| {{웹 인용 |제목=제목 |url=http://example.org}}
| |
| }}
| |
| }}
| |