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

From NetHackWiki
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<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>
 
<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 ==
 
== Example ==
  
* {{User:Winny/ZAPM Source|Hero.cpp}}
+
* <code><nowiki>{{User:Winny/ZAPM Source|Hero.cpp}}</nowiki></code> yields {{User:Winny/ZAPM Source|Hero.cpp}}
* {{User:Winny/ZAPM Source|Vat.cpp|L82}}
+
* <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]