Szablon:NPCSource: Różnice pomiędzy wersjami
Z PolanieOnLine
(Utworzono nową stronę "{{#if: {{{1|}}} | [https://github.com/PolanieOnLine/PolanieOnLine/blob/master/src/games/stendhal/server/maps/{{{1|}}}.java {{#if: {{{2|}}} | {{{2|}}} | {{{1|}}} }}] | }}...") |
|||
Linia 7: | Linia 7: | ||
! Input || Output | ! Input || Output | ||
|- | |- | ||
− | | <nowiki>{{</nowiki>{{PAGENAME}}<nowiki>|source}}</nowiki> || <nowiki>[https://github.com/ | + | | <nowiki>{{</nowiki>{{PAGENAME}}<nowiki>|source}}</nowiki> || <nowiki>[https://github.com/PolanieOnLine/PolanieOnLine/blob/master/src/games/stendhal/server/maps/<source>.java <source>]</nowiki> |
|- | |- | ||
− | | <nowiki>{{</nowiki>{{PAGENAME}}<nowiki>|source|names}}</nowiki> || <nowiki>[https://github.com/ | + | | <nowiki>{{</nowiki>{{PAGENAME}}<nowiki>|source|names}}</nowiki> || <nowiki>[https://github.com/PolanieOnLine/PolanieOnLine/blob/master/src/games/stendhal/server/maps/<source>.java <names>]</nowiki> |
|- | |- | ||
− | | <nowiki>{{</nowiki>{{PAGENAME}}<nowiki>|source||names}}</nowiki> || <nowiki>[https://github.com/ | + | | <nowiki>{{</nowiki>{{PAGENAME}}<nowiki>|source||names}}</nowiki> || <nowiki>[https://github.com/PolanieOnLine/PolanieOnLine/master/src/games/stendhal/server/maps/<source>.java <source>] (names)</nowiki> |
|} | |} | ||
Aktualna wersja na dzień 20:55, 21 cze 2019
Używane
Input | Output |
---|---|
{{NPCSource|source}} | [https://github.com/PolanieOnLine/PolanieOnLine/blob/master/src/games/stendhal/server/maps/<source>.java <source>] |
{{NPCSource|source|names}} | [https://github.com/PolanieOnLine/PolanieOnLine/blob/master/src/games/stendhal/server/maps/<source>.java <names>] |
{{NPCSource|source||names}} | [https://github.com/PolanieOnLine/PolanieOnLine/master/src/games/stendhal/server/maps/<source>.java <source>] (names) |
Przykład
Input | Output |
---|---|
{{NPCSource|ados/bank/BankNPC}} | ados/bank/BankNPC |
{{NPCSource|ados/bank/BankNPC|Rachel}} | Rachel |
{{NPCSource|ados/bank/BankNPC||Rachel}} | ados/bank/BankNPC(Rachel) |