Template:GitHubIssue: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>AntumDeluge List alias "Template:GHIssue" under "Usage" section |
imported>AntumDeluge mNo edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{#if: {{{1 |
{{#if: {{{1|}}} | [https://github.com/arianne/stendhal/issues/{{{1|}}} {{#if: {{{2|}}} | {{{2|}}} | GitHub issue {{{1|}}} }}] }}<noinclude> |
||
== Description == |
== Description == |
||
| Line 9: | Line 9: | ||
== Usage == |
== Usage == |
||
* <span style="font-family:monospace;font-size:14px;border:solid 2px;border-color:lightgray;font-weight:bold;"><nowiki>{{ |
* <span style="font-family:monospace;font-size:14px;border:solid 2px;border-color:lightgray;font-weight:bold;"><nowiki>{{</nowiki>{{PAGENAME}}<nowiki>|id|[text]}}</nowiki></span> |
||
* <span style="font-family:monospace;font-size:14px;border:solid 2px;border-color:lightgray;font-weight:bold;"><nowiki>{{GHIssue|id|[text]}}</nowiki></span> |
* <span style="font-family:monospace;font-size:14px;border:solid 2px;border-color:lightgray;font-weight:bold;"><nowiki>{{GHIssue|id|[text]}}</nowiki></span> |
||
| Line 30: | Line 30: | ||
! Input || Output |
! Input || Output |
||
|- |
|- |
||
| <nowiki>{{ |
| <nowiki>{{</nowiki>{{PAGENAME}}<nowiki>|76}}</nowiki> || {{{{PAGENAME}}|76}} |
||
|- |
|- |
||
| <nowiki>{{ |
| <nowiki>{{</nowiki>{{PAGENAME}}<nowiki>|76|Superogre Redone}}</nowiki> || {{{{PAGENAME}}|76|Superogre Redone}} |
||
|} |
|} |
||
</blockquote> |
</blockquote> |
||
Latest revision as of 00:16, 23 April 2024
Description
Template:GitHubIssue
For quickly linking to issues on Stendhal's GitHub page.
Usage
- {{GitHubIssue|id|[text]}}
- {{GHIssue|id|[text]}}
Arguments
Argument Required Description id ✓ Issue ID number. text Alternate text to display.
Examples
Input Output {{GitHubIssue|76}} GitHub issue 76 {{GitHubIssue|76|Superogre Redone}} Superogre Redone