Editing Template:Boxcodelite
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="float:{{{float|right}}} | <div style="float:{{{float|right}}}; font-size:85%; margin:5px; background:#eebb99; border:3px double #bb8866; box-shadow: 4px 4px 2px 1px #eeeeee;"> | ||
<div style="margin-bottom:-5px; text-align:center; font-weight:bold;">{{{title|Title}}}</div> | |||
<div style="margin:5px; border:1px dashed #bb8866;"> | |||
<div style="margin-top:-12px; margin-bottom:-12px;">{{#tag:pre|{{{code|Code}}}|style=padding:5px}}</div> | |||
</div><noinclude> | </div> | ||
</div><noinclude>[[Category:Templates]]<noinclude> | |||
{{clear}} | {{clear}}<br> | ||
== Usage == | == Usage == | ||
*<nowiki>{{</nowiki>boxcodelite|'''title'''=Title|'''code'''=Code<nowiki>}}</nowiki> | |||
*<nowiki>{{</nowiki>boxcodelite|'''title'''= | **This way allows to display some "preformatted" code inside the box | ||
* | *<nowiki>{{</nowiki>boxcodelite|'''float'''=left|'''title'''=Title|'''code'''=Code<nowiki>}}</nowiki> | ||
*<nowiki>{{</nowiki>boxcodelite | **By default it floats to right, but can be configured to float left | ||
* | |||
* | |||
== Examples == | == Examples == | ||
<div style="float: | <div style="float:left"> | ||
t | |||
e | |||
x | |||
t | |||
l | |||
i | |||
n | |||
e | |||
s | |||
</div> | |||
{{boxcodelite|title=BLJM85001|code= | |||
VERSION = 0xFFFFFFFF | |||
S3D.ENABLE = 2 | |||
SDRAM_SIZE = 02800000 | |||
MIPS_CODE_BLOCK_SIZE = 8192 | |||
}} | |||
{{clear|right}} | |||
{{boxcodelite|title=HEX view|code= | {{boxcodelite|title=HEX view|code= | ||
01 FF C4 00 1E 00 00 01 04 03 01 01 01 00 00 00 | 01 FF C4 00 1E 00 00 01 04 03 01 01 01 00 00 00 | ||
Line 35: | Line 62: | ||
31 41 07 13 51 61 14 22 71 81 08 32 91 A1 15 23 | 31 41 07 13 51 61 14 22 71 81 08 32 91 A1 15 23 | ||
}} | }} | ||
[[Category:Templates]]</noinclude> | [[Category:Templates]]</noinclude> |