Editing Talk:XMBML Coding Examples
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 4: | Line 4: | ||
===Disabling icons for "XMB in-game" mode=== | ===Disabling icons for "XMB in-game" mode=== | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<?xml version="1.0" encoding="UTF-8"?> | <?xml version="1.0" encoding="UTF-8"?> | ||
<!-- ORIGINAL, | <!-- ORIGINAL, is not linked to an attribute table --> | ||
<XMBML version="1.0"> | <XMBML version="1.0"> | ||
<View id="root"> | <View id="root"> | ||
Line 20: | Line 20: | ||
</XMBML> | </XMBML> | ||
<!-- HIDDEN INGAME, | <!-- HIDDEN INGAME, has been needed to create an attribute table, containing the attribute to disable the query ingame --> | ||
<XMBML version="1.0"> | <XMBML version="1.0"> | ||
<View id="root"> | <View id="root"> |