Template:VersionCompatibility: Difference between revisions

From Dolphin Emulator Wiki
Jump to navigation Jump to search
(Undo revision 16566 by Kolano (talk))
(move documentation to /doc)
Line 1: Line 1:
<noinclude>
<includeonly>The graph below charts the compatibility with {{SUBPAGENAME}} over Dolphin's revision history, listing revisions only where a compatibility change occurred. Compatibility can be assumed to align with the indicated revisions. However, compatibility may extend to prior revisions or compatibility gaps may exist within ranges indicated as compatible due to limited testing. Please update as appropriate.
== About ==
This template is part of a set (as shown below) that enable a graphical display of Dolphin version compatibility.
 
*Versions should be listed lowest to highest
*Only versions where a compatibility level change has occurred should be listed
*Versions accept two parameters, a revision # and a compatibility rating.
 
== Example Code==
<nowiki>{{VersionCompatibility}}</nowiki><br />
<nowiki>{{VersionCompatibilityVersion|5699|*}}</nowiki><br />
<nowiki>{{VersionCompatibilityVersion|6461|****}}</nowiki><br />
<nowiki>{{VersionCompatibilityClose}}</nowiki><br />
 
== Example ==
{{VersionCompatibility}}
{{VersionCompatibilityVersion|5699|*}}
{{VersionCompatibilityVersion|6461|****}}
{{VersionCompatibilityClose}}
 
== Current Issues ==
*The output doesn't overlap well with floating elements (i.e. game info sidebars).
*Versions 0 to ~150 are wider than the container even though they have widths 100% or less. Unsure why this is happening.
 
 
{{VersionCompatibility}}
{{VersionCompatibilityVersion|0|*}}
{{VersionCompatibilityClose}}
</noinclude><includeonly>The graph below charts the compatibility with {{SUBPAGENAME}} over Dolphin's revision history, listing revisions only where a compatibility change occurred. Compatibility can be assumed to align with the indicated revisions. However, compatibility may extend to prior revisions or compatibility gaps may exist within ranges indicated as compatible due to limited testing. Please update as appropriate.




Line 34: Line 6:
<div style="float:left">{{CurrentRevision}}</div>
<div style="float:left">{{CurrentRevision}}</div>
<div style="float:right">0</div>
<div style="float:right">0</div>
</div></includeonly>
</div></includeonly><noinclude>
{{documentation}}
</noinclude>

Revision as of 00:03, 5 June 2011

[edit] [purge] Template documentation

About

This template is part of a set that enable a graphic display of Dolphin version compatibility.

Neighboring templates

Example

{{VersionCompatibility}}
{{VersionCompatibilityVersion|2.0|**|Notes on this section}}
{{VersionCompatibilityVersion|6461|****|Fixed behavior of "Setting"}}
{{VersionCompatibilityVersion|3.0-461|***|Notes on this section}}
{{VersionCompatibilityVersion|3.5|*|Notes on this section}}
{{VersionCompatibilityVersion|3.5-400|**|Notes on this section}}
{{VersionCompatibilityVersion|4.0.2|***|Notes on this section}}
{{VersionCompatibilityVersion|4.0-2729|*****|Notes on this section}}
{{VersionCompatibilityClose}}

Produces

The graph below charts the compatibility with VersionCompatibility over Dolphin's revision history, listing revisions only where a compatibility change occurred. Compatibility can be assumed to align with the indicated revisions. However, compatibility may extend to prior revisions or compatibility gaps may exist within ranges indicated as compatible due to limited testing. Please update as appropriate.


41962
0
Δ
5.0-21453 (current)



Compatibility can be assumed to align with the indicated revisions. However, compatibility may extend to prior revisions or compatibility gaps may exist within ranges indicated as compatible due to limited testing. Please update as appropriate.

Notes

  • Two parameters required: First parameter is the revision a compatibility change occurred on. Second parameter is the compatibility rating achieved with that revision.
  • Use third parameter to write clear notes - required after initial version compatibility pointer so it doesn't end up a redundant pointer.
  • There is a residual issue with the widths of low revisions (0-1000). These are set to 100% width or close to but for some reason still exceed the width of their container.