Template:Boxcodelite: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
m (The "=" charactes are breaking it too :/)
m (So... iguess this is the only way, by doing the <pre> when we call the template this way.: {{gameconfig|Title|<pre>Config commands here</pre>}})
Line 1: Line 1:
<div style="float:right; margin-top:-28px; margin-right:5px; font-size:85%;"><div style="float:top; text-align:center;">'''{{{1|Please enter a title for your config}}}'''</div><kbd style="margin-top:-3px; padding:4px; border:solid #eebb99 5px;">{{{2|Config}}}</kbd></div><noinclude>[[Category:Templates]]<noinclude>
<div style="float:right; margin-top:-28px; margin-right:5px; font-size:85%;"><div style="float:top; text-align:center;">'''{{{1|Please enter a title for your config}}}'''</div><div style="margin-top:-3px; padding:4px; border:solid #eebb99 5px;">{{{2|Config}}}</div></div><noinclude>[[Category:Templates]]<noinclude>


{{gameconfig|BLJM85001|
{{gameconfig|BLJM85001|<pre>
VERSION 0xFFFFFFFF
VERSION = 0xFFFFFFFF
S3D.ENABLE 2
S3D.ENABLE = 2
SDRAM_SIZE 02800000
SDRAM_SIZE = 02800000
MIPS_CODE_BLOCK_SIZE 8192
MIPS_CODE_BLOCK_SIZE = 8192
}}
</pre>}}


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

Revision as of 20:45, 21 August 2021

Please enter a title for your config
Config

Template:Gameconfig