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; overflow:auto;"> | ||
{{#if:{{{title|}}} | | {{#if:{{{title|}}} | <div class="nowrap" style="margin-bottom:5px; display:inline-block;"> | ||
<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 style="height:{{{height|auto}}}; border:1px dashed #8080b0;"> | |||
<div style="margin-top:-14px; margin-bottom:-14px;">{{{code|Code Sample}}}</div> | |||
<div style="height:{{{height|auto}}}; border:1px dashed #8080b0; | </div> | ||
</div> | </div> | ||
</div><noinclude> | </div><noinclude> | ||
Line 64: | Line 64: | ||
{{clear}} | {{clear}} | ||
{{Boxcode|float=left|title=float=left | {{Boxcode|float=left|width=700px|title=float=left, width=700px|code=<syntaxhighlight lang="xml"> | ||
<code> | <code> | ||
lines | lines | ||
<!--here--> | <!--here--> | ||
very long lines adds a horizontal scroll bar | |||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
{{Boxcode|float=right|width=350px|height=200px|title=float=right, width=350px, height=200px|code=<syntaxhighlight lang="xml"> | |||
{{Boxcode|float= | <code> | ||
lines | |||
<!--here--> | |||
very long lines adds a horizontal scroll bar | |||
<code> | <code> | ||
lines | lines | ||
<!--here--> | <!--here--> | ||
very long lines adds a horizontal scroll bar | |||
<code> | <code> | ||
lines | lines | ||
Line 85: | Line 87: | ||
{{clear}} | {{clear}} | ||
{{ | {{Boxcode|float=left|title=float=left (with a title longer than the code)|code=<syntaxhighlight lang="xml"> | ||
<code> | |||
lines | |||
<!--here--> | |||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
{{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> | ||
lines | |||
<!--here--> | |||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
[[Category:templates]]</noinclude> | [[Category:templates]]</noinclude> |