Template:Revision/doc: Difference between revisions

From Dolphin Emulator Wiki
Jump to navigation Jump to search
(change 3.0 from 7613 → 7617)
 
(43 intermediate revisions by 4 users not shown)
Line 1: Line 1:
This template is used for linking to revisions from the Google Code page. Please use this template as it saves code and maintains style. The usage is:
This will output a link for a Dolphin revision.


<pre>{{revision|<revisionnumber>}}</pre>
== Usage ==
{{Revision/testcases}}


For example, if you have a problem that was solved on revision 5768, only write <tt><nowiki>{{revision|5768}}</nowiki></tt>. The result will be "This problem was solved on {{revision|5768}}."
== Issues ==
 
* There are gaps in released revisions, for instance the following seem to be missing (i.e. {{revision|4.0-6}}, {{revision|3.5-100}}).
==Usage examples==
* Non-5.0 rc releases link to old builds (since none exist this is OK for now)
Please note that you can put 2.0 as revision if you want to link to the Dolphin {{revision|2.0}}. Also, r5350 is the revision that 2.0 (RC) derives from, so in this case, use 2.0 instead of 5350.
* Branch revisions link to a page with all revisions of that branch, rather than to the specific page for each release
 
* Android revisions are not appropriately handled
{| class="wikitable"
!Code
!Result
!Notes
|-
| <code><nowiki>{{revision|5678}}</nowiki></code>
| {{revision|5678}}
|-
| <code><nowiki>{{revision|2.0}}</nowiki></code>
| {{revision|2.0}}
| 2.0 is linked to {{revision|5350}}
|-
| <code><nowiki>{{revision|3.0}}</nowiki></code>
| {{revision|3.0}}
| 3.0 is linked to {{revision|7617}}
|}

Latest revision as of 08:07, 2 December 2015

This will output a link for a Dolphin revision.

Usage

code result
{{Revision|1}} r1
{{Revision|2}} r2
{{Revision|3}} r3
{{Revision|4}} r4
{{Revision|4}} r5
{{Revision|2.0}} 2.0
{{Revision|5384}} 2.0
{{Revision|3.0}} 3.0
{{Revision|7615}} 3.0
{{Revision|6900}} r6900
{{Revision|3.0-50}} 3.0-50
{{Revision|3.5}} 3.5
{{Revision|3.5-100}} 3.5-100
{{Revision|4.0}} 4.0
{{Revision|4.0-6}} 4.0-6
{{Revision|4.0.1}} 4.0.1
{{Revision|4.0.2}} 4.0.2
{{Revision|4.0-100}} 4.0-100
{{Revision|4.0-305 Triforce}} 4.0-305 Triforce
{{Revision|5.0-rc-20}} 5.0-rc-20
{{Revision|5.0}} 5.0
{{Revision|5.0-10}} (Doesn't exist) 5.0-10
{{Revision|5.0-560}} 5.0-560
{{Revision|6.0-rc-10}} 6.0-rc-10
{{Revision|Ishiiruka-427}} Ishiiruka-427
{{Revision|}} Unknown Revision

Issues

  • There are gaps in released revisions, for instance the following seem to be missing (i.e. 4.0-6, 3.5-100).
  • Non-5.0 rc releases link to old builds (since none exist this is OK for now)
  • Branch revisions link to a page with all revisions of that branch, rather than to the specific page for each release
  • Android revisions are not appropriately handled