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| | <div style="width:{{{width|100%}}}; float:{{{float|none}}};"> | ||
<div style=" | <div style="background:#e5e5ff; border:3px double #8080b0; margin:5px; padding:5px; box-shadow: 4px 4px 2px 1px #e0e0e0;"> | ||
<div class="nowrap" style="display:inline-block; margin-bottom:5px;"> | |||
<div style="float:left; background:#ffffff; line-height:25px; border:1px solid #8080b0; font-family:Arial; font-weight:bold; font-style:italic; color:#606090; padding-left:5px; padding-right:5px;">{{{title|Code Sample}}}</div><span style="text-align:right; margin-left:5px;">[[image:Edit-copy_purple.svg.png|link=|x25px]]</span> | |||
</div> | |||
{{clear}} | |||
}} | <div style="border:1px dashed #8080b0; height:{{{height|auto}}}; overflow:auto;"> | ||
<div style=" | <div style="margin-top:-14px; margin-bottom:-14px;">{{{content|content}}}</div> | ||
</div> | |||
</div> | </div> | ||
</div><noinclude> | </div><noinclude> | ||
<br><br>{{clear}} | |||
== 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>{{ | <nowiki>{{Boxcode|width=50%|title=Custom Title|content=Code Sample}}</nowiki> | ||
<br>...or...<br> | <br>...or...<br> | ||
<nowiki>{{ | <nowiki>{{Boxcode|width=50%|float=right|title=Custom Title|content=Code Sample}}</nowiki> | ||
<br>...or...<br> | <br>...or...<br> | ||
<nowiki>{{ | <nowiki>{{Boxcode|width=500px|height=500px|float=center|title=Custom Title|content=Code Sample}}</nowiki> | ||
== Examples == | == Examples == | ||
{{Boxcode| | {{Boxcode|title=Custom Title|content=<syntaxhighlight lang="xml"> | ||
<code> | <code> | ||
lines | lines | ||
<!--here--> | <!--here--> | ||
very long lines adds a horizontal scroll bar at bottom of the template to preserve the width of the wiki pages | very long lines adds a horizontal scroll bar at bottom of the template to preserve the width of the wiki pages ...............................................................................................................................................................................................................................................................................................o/sup | ||
................................. ........................... ............................................ ....................................... ....................................................... ..................................... ....................... .............................o/sup | |||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
{{Boxcode|width=50%|float=left|title=width=50% float=left|content=<syntaxhighlight lang="xml"> | |||
{{Boxcode|float=left|title=float=left| | |||
<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 | ||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
{{Boxcode|float=right|title=float=right| | {{Boxcode|width=50%|float=right|title=width=50% float=right|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 | ||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
{{Boxcode|width=700px|float=left|title=width=700px float=left|content=<syntaxhighlight lang="xml"> | |||
{{Boxcode|float=left|width= | |||
<code> | <code> | ||
lines | lines | ||
<!--here--> | <!--here--> | ||
very long lines adds a horizontal scroll bar | very long lines adds a horizontal scroll bar | ||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
{{Boxcode|float=right|width= | {{Boxcode|width=auto|float=right|title=width=auto float=right|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 | ||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
{{Boxcode|width=auto|float=right|title=width=auto float=right|content=<syntaxhighlight lang="xml"> | |||
{{Boxcode|float= | |||
<code> | <code> | ||
lines | lines | ||
<!--here--> | <!--here--> | ||
very long lines adds a horizontal scroll bar | |||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
{{Boxcode|width=200px|height=200px|float=left|title=width=200px height=200px float=left|content=<syntaxhighlight lang="xml"> | |||
{{Boxcode|float=left|width=200px | <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 | ||
<!--here--> | <!--here--> | ||
very long lines adds a horizontal scroll bar | very long lines adds a horizontal scroll bar | ||
############################################### | |||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
[[Category:templates]]</noinclude> | [[Category:templates]]</noinclude> |