Template:Boxcodelite: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 23: Line 23:


== Examples ==
== Examples ==
{{gameconfig|title=BLJM85001|code=<pre>
{{boxcodelite|title=BLJM85001|code=<pre>
VERSION = 0xFFFFFFFF
VERSION = 0xFFFFFFFF
S3D.ENABLE = 2
S3D.ENABLE = 2
Line 30: Line 30:
</pre>}}
</pre>}}


{{gameconfig|title=BLJM85001|code=<syntaxhighlight lang=xml>
{{boxcodelite|title=BLJM85001|code=<syntaxhighlight lang=xml>
VERSION = 0xFFFFFFFF
VERSION = 0xFFFFFFFF
S3D.ENABLE = 2
S3D.ENABLE = 2

Revision as of 03:51, 30 August 2021

Code Sample
code


Usage

This template is intended to display a floating code box at right of the screen, if used repeatedly the code boxes will be aligned in the same row, are dsiplayed with a vertical displacement to top for an optimal usage of the space available, are supposed to be writen inmediatly after the page section name and any other informative text about what the config does should be written after the code boxes

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