Difference between revisions of "Template:LegacyWarning"

From Spherical
Jump to: navigation, search
(Better summary + styled)
(More rewording, slight style tweaks)
Line 1: Line 1:
<div style="width: 90%; max-width: 1000px; margin: 0 auto; padding: 0 10px; border: 1px solid #888; border-radius: 3px;">
+
<div style="width: 90%; max-width: 1000px; margin: 0 auto; padding: 0 10px 5px 10px; border: 1px solid #888; border-radius: 3px;">
 
<h4>Warning: Legacy code ahead</h4>
 
<h4>Warning: Legacy code ahead</h4>
This page has been written for the legacy Sphere 1.x API. While this API is supported in miniSphere, it is recommended to use the new Sphere 2 API.<br>
+
This page has been written for the legacy Sphere 1.x API. While this API is supported in miniSphere, it is recommended to use the new Sphere 2 API.
<span style="font-size: 12px; color: #555;">If you do use the old API, please be aware that Sphere 2 objects are different from Sphere 1 objects, and they should not be used interchangeably as this will break your game.</span>
+
<p style="font-size: 12px; color: #555; line-height: 1em;">You ''can'' mix old and new API functions, but please be aware that Sphere 2 objects are different from Sphere 1 objects, so they cannot be used interchangeably.
 +
</p>
 
</div>
 
</div>

Revision as of 17:09, 1 August 2017

Warning: Legacy code ahead

This page has been written for the legacy Sphere 1.x API. While this API is supported in miniSphere, it is recommended to use the new Sphere 2 API.

You can mix old and new API functions, but please be aware that Sphere 2 objects are different from Sphere 1 objects, so they cannot be used interchangeably.