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}}}}}</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 plain text inside the box, consider it a "hack" that eventually could come in handy incase there are problems with the other modes, but better avoid it | ||
* | *<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 == | ||
{{boxcodelite|title=BLJM85001|code= | |||
{{boxcodelite|title= | VERSION = 0xFFFFFFFF | ||
S3D.ENABLE = 2 | |||
SDRAM_SIZE = 02800000 | |||
MIPS_CODE_BLOCK_SIZE = 8192 | |||
}} | }} | ||
{{boxcodelite|title=BLJM85001|code= | {{boxcodelite|title=BLJM85001|code= | ||
Line 44: | Line 27: | ||
MIPS_CODE_BLOCK_SIZE = 8192 | MIPS_CODE_BLOCK_SIZE = 8192 | ||
}} | }} | ||
[[Category:Templates]]</noinclude> | [[Category:Templates]]</noinclude> |