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="width: | <div style="width:100%; background:#e5e5ff; border:2px ridge #505080; padding:5px;">[[image:Edit-copy_purple.svg.png|link=|20x20px]] <span style="font-family:Arial; font-weight:bold; font-style:italic; color:#505080; vertical-align:-1px;">{{{title|Code Sample}}}</span><div style="margin-top:5px; border:1px solid #505080;"><div style="margin-top:-14px; overflow:auto;">{{{content|content}}}</div></div></div>{{clear}}<noinclude> | ||
</div><noinclude> | |||
== Usage == | ==Usage== | ||
<nowiki>{{Boxcode|content=Code Sample}}</nowiki> | |||
<nowiki>{{ | |||
<br>...or...<br> | <br>...or...<br> | ||
<nowiki>{{ | <nowiki>{{Boxcode|title=Custom Title|content=Code Sample}}</nowiki> | ||
<br>...or...<br> | <br>...or...<br> | ||
<nowiki>{{ | <strike><nowiki>{{Boxcode|content=Code Sample|title=Custom Title}}</nowiki></strike>. In this order works too, but is not convenient, better avoid it | ||
< | |||
{{Boxcode | ==Example== | ||
{{Boxcode|title=Custom Title|content=<syntaxhighlight lang="xml"> | |||
<code> | <code> | ||
lines | lines | ||
<!--here--> | <!--here--> | ||
very long lines adds a horizontal scroll bar | very long lines adds a horizontal scroll bar at bottom of the template to preserve the width of the wiki pages ...............................................................................................................................................................................................................................................................................................o/sup | ||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
[[Category:templates]]</noinclude> | [[Category:templates]]</noinclude> |