Difference between revisions of "User:Winny/ZAPM Source"

From NetHackWiki
Jump to navigation Jump to search
(Created page with "<onlyinclude>{{#ifeq:{{{2|}}}[https://github.com/winny-/ZAPM-mirror/blob/v0.8.3/{{{1}}}#L{{{2}}}]|[https://github.com/winny-/ZAPM-mirror/blob/v0.8.3/{{{1}}}]}}</onlyinclude>")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<onlyinclude>{{#ifeq:{{{2|}}}[https://github.com/winny-/ZAPM-mirror/blob/v0.8.3/{{{1}}}#L{{{2}}}]|[https://github.com/winny-/ZAPM-mirror/blob/v0.8.3/{{{1}}}]}}</onlyinclude>
+
<onlyinclude><includeonly>{{#if:{{{2|}}}|[https://github.com/winny-/ZAPM-mirror/blob/v0.8.3/{{{1}}}#{{{2}}}]|[https://github.com/winny-/ZAPM-mirror/blob/v0.8.3/{{{1}}}]}}</includeonly></onlyinclude>
 +
 
 +
Cite vanilla ZAPM source code off my GitHub mirror.
 +
 
 +
== Example ==
 +
 
 +
* <code><nowiki>{{User:Winny/ZAPM Source|Hero.cpp}}</nowiki></code> yields {{User:Winny/ZAPM Source|Hero.cpp}}
 +
* <code><nowiki>{{User:Winny/ZAPM Source|Vat.cpp|L82}}</nowiki></code> yields {{User:Winny/ZAPM Source|Vat.cpp|L82}}
 +
 
 +
[[Category:ZAPM]]

Latest revision as of 18:33, 7 May 2018


Cite vanilla ZAPM source code off my GitHub mirror.

Example

  • {{User:Winny/ZAPM Source|Hero.cpp}} yields [1]
  • {{User:Winny/ZAPM Source|Vat.cpp|L82}} yields [2]