Difference between revisions of "Template:Bug"
Jump to navigation
Jump to search
(a way to link to github issue) |
(add doc) |
||
| Line 1: | Line 1: | ||
| − | [https://github.com/xemul/criu/issues/{{{1}}} #{{{1}}}] | + | <noinclude>[https://github.com/xemul/criu/issues/{{{1}}} #{{{1}}}]</noinclude><includeonly> |
| + | |||
| + | == Usage == | ||
| + | |||
| + | <pre><nowiki>{{Bug|NNN}}</nowiki></pre> | ||
| + | |||
| + | |||
| + | === Examples === | ||
| + | |||
| + | {| class="wikitable" | ||
| + | ! Markup | ||
| + | ! Result | ||
| + | |- | ||
| + | | <pre><nowiki>{{Bug|1}}</nowiki></pre> | ||
| + | | {{Bug|1}} | ||
| + | |- | ||
| + | |} | ||
| + | |||
| + | </includeonly> | ||