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|}}} }}] | }}...") |
(Brak różnic)
|
Wersja z 20:54, 21 cze 2019
Używane
Input | Output |
---|---|
{{NPCSource|source}} | [https://github.com/arianne/stendhal/blob/master/src/games/stendhal/server/maps/<source>.java <source>] |
{{NPCSource|source|names}} | [https://github.com/arianne/stendhal/blob/master/src/games/stendhal/server/maps/<source>.java <names>] |
{{NPCSource|source||names}} | [https://github.com/arianne/stendhal/blob/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) |