Template:Boxcode: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
<div style="width:100%; background:#e5e5ff; border:2px ridge #505080; padding:5px;"><span style="background:#f7f7ff; display:inline-block; line-height:1.6em; border:1px solid #c0c0f0; font-family:Arial; font-weight:bold; font-style:italic; color:#505080; vertical-align:-1px; padding-left:5px; padding-right:5px; margin-right:5px;">{{{title|Code Sample}}}</span>[[image:Edit-copy_purple.svg.png|link=|24x24px]]<div style="margin-top:5px; border:1px dashed #c0c0f0; overflow:auto;"><div style="margin-top:-14px; margin-bottom:-14px;">{{{content|content}}}</div></div></div>{{clear}}<noinclude>
<div style="float:{{{float|left}}}; width:{{{width|100%}}}; background:#e5e5ff; border:2px ridge #505080; padding:5px;"><span style="background:#f7f7ff; display:inline-block; line-height:1.6em; border:1px solid #c0c0f0; font-family:Arial; font-weight:bold; font-style:italic; color:#505080; vertical-align:-1px; padding-left:5px; padding-right:5px; margin-right:5px;">{{{title|Code Sample}}}</span>[[image:Edit-copy_purple.svg.png|link=|24x24px]]<div style="margin-top:5px; border:1px dashed #c0c0f0; overflow:auto;"><div style="margin-top:-14px; margin-bottom:-14px;">{{{content|content}}}</div></div></div><noinclude>


==Usage==
== Usage ==
<nowiki>{{Boxcode|content=Code Sample}}</nowiki>
<nowiki>{{Boxcode|content=Code Sample}}</nowiki>
<br>...or...<br>
<br>...or...<br>
<nowiki>{{Boxcode|title=Custom Title|content=Code Sample}}</nowiki>
<nowiki>{{Boxcode|title=Custom Title|content=Code Sample}}</nowiki>
<br>...or...<br>
<br>...or...<br>
<strike><nowiki>{{Boxcode|content=Code Sample|title=Custom Title}}</nowiki></strike>. In this order works too, but is not convenient, better avoid it
<nowiki>{{Boxcode|width=50%|title=Custom Title|content=Code Sample}}</nowiki>
<br>...or...<br>
<nowiki>{{Boxcode|width=50%|float=right|title=Custom Title|content=Code Sample}}</nowiki>


==Example==
== Examples ==
{{Boxcode|title=Custom Title|content=<syntaxhighlight lang="xml">
{{Boxcode|title=Custom Title|content=<syntaxhighlight lang="xml">
<code>
<code>
Line 14: Line 16:
<!--here-->
<!--here-->
very long lines adds a horizontal scroll bar at bottom of the template to preserve the width of the wiki pages ...............................................................................................................................................................................................................................................................................................o/sup
very long lines adds a horizontal scroll bar at bottom of the template to preserve the width of the wiki pages ...............................................................................................................................................................................................................................................................................................o/sup
</syntaxhighlight>}}
{{clear}}<br>
{{Boxcode|width=45%|float=left|title=width=45% float=left|content=<syntaxhighlight lang="xml">
<code>
lines
<!--here-->
very long lines adds a horizontal scroll bar at bottom of the template to preserve the width of the wiki pages
</syntaxhighlight>}}
{{Boxcode|width=45%|float=right|title=width=45% float=right|content=<syntaxhighlight lang="xml">
<code>
lines
<!--here-->
very long lines adds a horizontal scroll bar at bottom of the template to preserve the width of the wiki pages
</syntaxhighlight>}}
</syntaxhighlight>}}


[[Category:templates]]</noinclude>
[[Category:templates]]</noinclude>

Revision as of 04:58, 26 August 2021

Code SampleEdit-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 TitleEdit-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=45% float=leftEdit-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=45% float=rightEdit-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