Template:Boxcodelite

From PS3 Developer wiki
Revision as of 08:26, 30 August 2021 by Sandungas (talk | contribs)
Jump to navigation Jump to search
Title
Code


Usage

  • {{boxcodelite|title=Title|code=Code}}
    • 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
  • {{boxcodelite|title=Title|float=left|code=Code}}
    • By default it floats to right, but can be configured to float left
  • {{boxcodelite|title=Title|code=<pre>Code</pre>}}
    • This displays the texts "preformatted", preserves linespaces, black monospace font on top of white background
  • {{boxcodelite|title=Title|code=<syntaxhighlight lang=bash>Code</syntaxhighlight>}}


When this template was created (august 2021) the <syntaxhighlight> extension is broken in this wiki, so the result of <syntaxhighlight> or <pre> is exactly the same, but better use the display mode with the <syntaxhighlight> as a prevention because eventually the <syntaxhighlight> extension could be fixed

Examples

BLJM85001
VERSION = 0xFFFFFFFF
S3D.ENABLE = 2
SDRAM_SIZE = 02800000
MIPS_CODE_BLOCK_SIZE = 8192
BLJM85001
VERSION = 0xFFFFFFFF
S3D.ENABLE = 2
SDRAM_SIZE = 02800000
MIPS_CODE_BLOCK_SIZE = 8192