Template:NPCSource: Difference between revisions

From Arianne
Jump to navigation Jump to search
imported>AntumDeluge
Add category "RefactoringTemplates"
imported>AntumDeluge
Add category "RefactoringTemplates"
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 04:47, 4 March 2018


Usage

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)

Example

Input Output
{{NPCSource|ados/bank/BankNPC}} ados/bank/BankNPC
{{NPCSource|ados/bank/BankNPC|Rachel}} Rachel
{{NPCSource|ados/bank/BankNPC||Rachel}} ados/bank/BankNPC(Rachel)

See Also