Template:Boxcodelite: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
m (Sadly is still broken, the <nowiki> is doing some annoying character conversions... and the syntaxhighlight is not working (i just tested it in a "show preview" test in wikipedia to check it))
m (But this works (im 100% sure about it because i just checked it in wikipedia). This template will display configs in colors if/when the wiki admin updates/fixes the syntaxhighlight extension)
Line 1: Line 1:
<div style="float:right; margin-top:-28px; margin-right:10px; font-size:85%;"><div style="float:top; text-align:center; font-weight:bold;">{{{1|Please enter a title for this config}}}</div><div style="border:solid #eebb99 5px; box-shadow: 4px 4px 2px 1px #eeeeee;">{{#tag:syntaxhighlight|{{{2|Config}}}|lang{{=}}{{{lang|bash}}}|style=margin-top:-12px; margin-bottom:-12px;}}</div></div><noinclude>[[Category:Templates]]<noinclude>
<div style="float:right; margin-top:-28px; margin-right:10px; font-size:85%;"><div style="float:top; text-align:center; font-weight:bold;">{{{1|Please enter a title for this config}}}</div><div style="border:solid #eebb99 5px; box-shadow: 4px 4px 2px 1px #eeeeee;">{{{2|Config}}}</div></div><noinclude>[[Category:Templates]]<noinclude>


{{gameconfig|lang=xml|BLJM85001 (all regions)|<nowiki>
{{gameconfig|BLJM85001 (all regions)|<syntaxhighlight lang=c style="margin-top:-12px; margin-bottom:-12px;">
<<<WRONG CHARACTERS>>>
<<<RIGHT CHARACTERS>>>
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
</nowiki>}}
</syntaxhighlight>}}


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

Revision as of 23:21, 22 August 2021

Please enter a title for this config
Config

Template:Gameconfig