Editing Template:Boxcode
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
<div style=" | <div style="float:left; width:100%; background:#e5e5ff; border-left: 5px #e5e5ff solid; border-right: 5px #e5e5ff solid;"> | ||
<div style="float:right; width:70px;">[[image:Edit-copy_green.svg.png|Source Code|64x64px]]</div><pre<noinclude></noinclude>>{{{content|}}}</pre<noinclude></noinclude>> | |||
</div><noinclude> | </div><noinclude> | ||
== Usage == | ==Usage== | ||
<nowiki>{{Boxcode|content=some content}}</nowiki> | |||
==Example== | |||
<nowiki>{{ | {{Boxcode|content= | ||
<syntaxhighlight lang="c"> | |||
code | |||
{{Boxcode| | |||
lines | lines | ||
here | |||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
[[Category:templates]]</noinclude> | [[Category:templates]]</noinclude> |