Template:VersionCompatibilityVersion: Difference between revisions

From Dolphin Emulator Wiki
Jump to navigation Jump to search
(This should hide the "Notes:"-part in the title if no notes are provided.)
(Undo revision 41777 by 90.228.202.150 (talk) It should do that but doesn't. Refer 5699 in documentation example.)
Line 1: Line 1:
<includeonly><div  
<includeonly><div  
title="Rev: {{VersionRevision|{{{1}}}|use=title}} | Rating: {{{2}}}{{#if: {{{3|}}}|  {{!}} Notes: {{{3}}}}}"  
title="Rev: {{VersionRevision|{{{1}}}|use=title}} | Rating: {{{2}}} | Notes: {{{3|}}}"  
style="position:absolute;  
style="position:absolute;  
text-align:right;  
text-align:right;  

Revision as of 22:50, 12 November 2012

[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 VersionCompatibilityVersion since Dolphin's 2.0 release, listing revisions only where a compatibility change occurred.

2.0
r6461
3.0-461
3.5
3.5-400
4.0.2
4.0-2729
Δ
5.0-21453 (current)
Δ
Δ
Δ
Δ
Δ
2.0 (r5384)
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.