Template:Boxcode: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
<div style="width:{{{width|100%}}}; float:{{{float|left}}};"><div style="background:#e5e5ff; border:2px ridge #505080; padding:5px;"><span style="background:#f7f7ff; display:inline-block; line-height: | <div style="width:{{{width|100%}}}; float:{{{float|left}}};"><div style="background:#e5e5ff; border:2px ridge #505080; padding:5px;"><span style="background:#f7f7ff; display:inline-block; line-height:25px; border:1px solid #c0c0f0; font-family:Arial; font-weight:bold; font-style:italic; color:#505080; padding-left:5px; padding-right:5px; margin-right:5px;">{{{title|Code Sample}}}</span>[[image:Edit-copy_purple.svg.png|link=|x25px]]<div style="margin-top:5px; border:1px dashed #c0c0f0; overflow:auto;"><div style="margin-top:-14px; margin-bottom:-14px;">{{{content|content}}}</div></div></div></div><noinclude> | ||
<br><br>{{clear}} | <br><br>{{clear}} | ||
Line 21: | Line 21: | ||
{{clear}}<br> | {{clear}}<br> | ||
{{Boxcode|width=50% | {{Boxcode|width=50%|title=width=50%|content=<syntaxhighlight lang="xml"> | ||
<code> | <code> | ||
lines | lines | ||
Line 32: | Line 32: | ||
<!--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 | ||
</syntaxhighlight>}} | |||
{{Boxcode|width=auto|title=width=auto|content=<syntaxhighlight lang="xml"> | |||
<code> | |||
lines | |||
<!--here--> | |||
very long lines adds a horizontal scroll bar | |||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
[[Category:templates]]</noinclude> | [[Category:templates]]</noinclude> |
Revision as of 19:57, 26 August 2021
Code Sample
content
Usage
{{Boxcode|content=Code Sample}}
...or...
{{Boxcode|title=Custom Title|content=Code Sample}}
...or...
{{Boxcode|width=50%|title=Custom Title|content=Code Sample}}
...or...
{{Boxcode|width=50%|float=right|title=Custom Title|content=Code Sample}}
Examples
Custom Title
<code>
lines
<!--here-->
very long lines adds a horizontal scroll bar at bottom of the template to preserve the width of the wiki pages ...............................................................................................................................................................................................................................................................................................o/sup
width=50%
<code>
lines
<!--here-->
very long lines adds a horizontal scroll bar at bottom of the template to preserve the width of the wiki pages
width=50% float=right
<code>
lines
<!--here-->
very long lines adds a horizontal scroll bar at bottom of the template to preserve the width of the wiki pages
width=auto
<code>
lines
<!--here-->
very long lines adds a horizontal scroll bar