Template:Boxcodelite: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
m (<syntaxhighlight> extension is broken... but only partially, im going to use it as a replacement of <pre> because i want to simplify the usage of the {{gameconfig}} template)
m (Both: <syntaxhighlight> and <pre> have the same problem, the contents are not parsed/transcluded to other pages, grrr)
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 this config}}}'''</div><div style="margin-top:-3px; border:solid #eebb99 5px; box-shadow: 2px 2px 2px 1px #d0d0d0;">{{{2|Config}}}</div></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 this config}}}'''</div><syntaxhighlight lang="C" style="margin-top:-3px; border:solid #eebb99 5px; box-shadow: 2px 2px 2px 1px #d0d0d0;">{{{2|Config}}}</syntaxhighlight></div><noinclude>[[Category:Templates]]<noinclude>


{{gameconfig|BLJM85001|<syntaxhighlight lang="C" style="margin-top:-12px; margin-bottom:-12px;">
{{gameconfig|BLJM85001|
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
</syntaxhighlight>}}
}}
 
<syntaxhighlight lang="xml"></syntaxhighlight>


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

Revision as of 18:42, 22 August 2021

Please enter a title for this config
{{{2|Config}}}

Template:Gameconfig