Template:Issue/doc: Difference between revisions

From Dolphin Emulator Wiki
Jump to navigation Jump to search
(more doc)
No edit summary
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
This is for linking issues from the Google Code page. Please use this template as it saves code and maintains style. Example usage:
This template is used for linking to issues from redmine at [https://bugs.dolphin-emu.org bugs.dolphin-emu.org]. Please use this template as it saves code and maintains style. The usage is:
<pre>{{issue|<issuenumber>}}</pre>


<pre>
== Examples ==
* This is bug. {{Issue|42}}
*If you have a problem that was reported on issue 3502, only write <code><nowiki>{{issue|3502}}</nowiki></code>. The result will be "This problem was addressed on {{issue|3502}}."
* This is another bug. {{Issue|108}}
* This is yet another bug. {{Issue|1337}}
</pre>

Latest revision as of 01:35, 2 April 2018

This template is used for linking to issues from redmine at bugs.dolphin-emu.org. Please use this template as it saves code and maintains style. The usage is:

{{issue|<issuenumber>}}

Examples

  • If you have a problem that was reported on issue 3502, only write {{issue|3502}}. The result will be "This problem was addressed on issue 3502."