Difference between revisions of "Template:Bug"
Jump to navigation
Jump to search
(a way to link to github issue) |
|||
| (2 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
| − | [https://github.com/ | + | <includeonly>[https://github.com/checkpoint-restore/criu/issues/{{{1}}} #{{{1}}}]</includeonly><noinclude> |
| + | |||
| + | == Usage == | ||
| + | |||
| + | <pre><nowiki>{{Bug|NNN}}</nowiki></pre> | ||
| + | |||
| + | |||
| + | === Examples === | ||
| + | |||
| + | {| class="wikitable" | ||
| + | ! Markup | ||
| + | ! Result | ||
| + | |- | ||
| + | | <pre><nowiki>{{Bug|1}}</nowiki></pre> | ||
| + | | {{Bug|1}} | ||
| + | |- | ||
| + | |} | ||
| + | |||
| + | </noinclude> | ||