Template:Boxcode: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
mNo edit summary
m (By default does a float=none, is less problematic this way and more configurable)
Line 1: Line 1:
<div style="width:{{{width|100%}}}; float:{{{float|left}}};"><div style="background:#e5e5ff; border:3px double #8080b0; margin:5px; padding:5px; box-shadow: 4px 4px 2px 1px #e0e0e0;"><span style="background:#ffffff; display:inline-block; 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}}}</span>[[image:Edit-copy_purple.svg.png|right|link=|x25px]]<div style="margin-top:5px; border:1px dashed #8080b0; overflow:auto;"><div style="margin-top:-14px; margin-bottom:-14px;">{{{content|content}}}</div></div></div></div><noinclude>
<div style="width:{{{width|100%}}}; float:{{{float|none}}}; overflow-x:auto;"><div style="float:left; background:#e5e5ff; border:3px double #8080b0; margin:5px; padding:5px; box-shadow: 4px 4px 2px 1px #e0e0e0;"><span style="background:#ffffff; display:inline-block; 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}}}</span>[[image:Edit-copy_purple.svg.png|right|link=|x25px]]<div style="margin-top:5px; border:1px dashed #8080b0;"><div style="margin-top:-14px; margin-bottom:-14px;">{{{content|content}}}</div></div></div></div><noinclude>


<br><br>{{clear}}
<br><br>{{clear}}
Line 19: Line 19:
</syntaxhighlight>}}
</syntaxhighlight>}}


{{Boxcode|width=50%|title=width=50%|content=<syntaxhighlight lang="xml">
{{Boxcode|width=50%|float=left|title=width=50% float=left|content=<syntaxhighlight lang="xml">
<code>
<code>
lines
lines
Line 32: Line 32:
</syntaxhighlight>}}
</syntaxhighlight>}}


{{Boxcode|width=600px|title=width=600px|content=<syntaxhighlight lang="xml">
{{Boxcode|width=600px|float=left|title=width=600px float=left|content=<syntaxhighlight lang="xml">
<code>
<code>
lines
lines

Revision as of 01:12, 27 August 2021

Code Sample
Edit-copy purple.svg.png
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
Edit-copy purple.svg.png
<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% float=left
Edit-copy purple.svg.png
<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
Edit-copy purple.svg.png
<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=600px float=left
Edit-copy purple.svg.png
<code>
lines
<!--here-->
very long lines adds a horizontal scroll bar
width=auto float=right
Edit-copy purple.svg.png
<code>
lines
<!--here-->
very long lines adds a horizontal scroll bar
width=auto float=right
Edit-copy purple.svg.png
<code>
lines
<!--here-->
very long lines adds a horizontal scroll bar