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:{{{width|auto}}}; float:{{{float|none}}};"> | <div style="width:{{{width|auto}}}; float:{{{float|none}}};"> | ||
<div style="margin:5px; padding: | <div style="margin:5px; padding:5px; background:#e5e5ff; border:3px double #8080b0; box-shadow: 4px 4px 2px 1px #e0e0e0;"> | ||
{{#if:{{{title|}}} | | {{#if:{{{title|}}} | | ||
<div class="nowrap" style=" | <div class="nowrap" style="width:100%; display:inline-block; overflow:auto;"> | ||
<div style="float:left; padding-left:5px; padding-right:5px; line-height:25px; background:#ffffff; | <div style="float:left; padding-left:5px; padding-right:5px; line-height:25px; background:#ffffff; border:1px solid #8080b0; font-weight:bold; font-style:italic; color:#606090;">{{{title|Custom Title}}}</div><span style="text-align:right; margin-left:5px;">[[image:Edit-copy_purple.svg.png|link=|x25px]]</span> | ||
</div> | | </div> | | ||
}} | }} | ||
<div style="height:{{{height|auto}}}; border:1px dashed #8080b0; | <div style="height:{{{height|auto}}}; border:1px dashed #8080b0; overflow:scroll;">{{#tag:pre|{{{code|Code Sample}}}|style="min-width:100%; min-height:2em; margin-bottom:-5px; display:inline-block; padding:0px; border:none;"}}</div> | ||
</div> | </div> | ||
</div><noinclude> | </div><noinclude> | ||
Line 70: | Line 70: | ||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
{{Boxcode|float=left|width= | {{Boxcode|float=left|width=150px|title=float=left, width=150px (with a title longer than the code but restricted in width)|code=<syntaxhighlight lang="xml"> | ||
<code> | <code> | ||
lines | lines |