Template:RefactorNPCSprite: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>AntumDeluge
Create Template:RefactorNPCSprite
imported>AntumDeluge
Change so can be used with Template:NPCSource
Line 1: Line 1:
|-
|-
| {{{1|}}} || {{#if: {{{2|}}} | [https://github.com/arianne/stendhal/blob/master/src/games/stendhal/server/maps/{{{2|}}}.java {{{2|}}}] | {{Status|NA}} }} || {{#if: {{{3|}}} | {{{3|}}} | {{Status|NA}} }} || {{#if: {{{4|}}} | [https://github.com/arianne/stendhal/blob/{{{4|}}}/data/sprites/npc/{{{1|}}} {{#ifeq: {{{4|}}} | master | current | {{{4|}}} }}] | | }} || {{#if: {{{5|}}} | {{status|assigned|{{{5|}}}}} | {{status|unassigned}} | }} || {{#ifeq: {{{6|}}} | done | {{status|done}} | {{{6|}}} | }} || {{{7|}}}<noinclude>
| {{{1|}}} || {{#if: {{{2|}}} | {{{2|}}} | {{Status|NA}} }} || {{#if: {{{3|}}} | [https://github.com/arianne/stendhal/blob/{{{3|}}}/data/sprites/npc/{{{1|}}} {{#ifeq: {{{3|}}} | master | current | {{{3|}}} }}] | | }} || {{#if: {{{4|}}} | {{status|assigned|{{{4|}}}}} | {{status|unassigned}} | }} || {{#ifeq: {{{5|}}} | done | {{status|done}} | {{{5|}}} | }} || {{{6|}}}<noinclude>


== Description ==
== Description ==
Line 15: Line 15:
! Input || Output
! Input || Output
|-
|-
| <nowiki>{{</nowiki>{{PAGENAME}}<nowiki>|filename|sources|names|branch|assigned|status|notes}}</nowiki> || <nowiki>|-</nowiki><br><nowiki>| <filename> || <sources> || <names> || [https://github.com/arianne/stendhal/blob/<branch>/data/sprites/npc/<filename> <branch>] || <assigned> || <status> || <notes></nowiki>
| <nowiki>{{</nowiki>{{PAGENAME}}<nowiki>|filename|sources|branch|assigned|status|notes}}</nowiki> || <nowiki>|-</nowiki><br><nowiki>| <filename> || <sources> || [https://github.com/arianne/stendhal/blob/<branch>/data/sprites/npc/<filename> <branch>] || <assigned> || <status> || <notes></nowiki>
|}
|}


Line 25: Line 25:


<nowiki>{|</nowiki> class="wikitable"<br>
<nowiki>{|</nowiki> class="wikitable"<br>
<nowiki>! Filename<br>(data/sprites/npc) || Source(s) || Name(s) || Git || Assigned || Status || Notes</nowiki><br>
<nowiki>! Filename<br>(data/sprites/npc) || Source(s) || Git || Assigned || Status || Notes</nowiki><br>
<nowiki>{{</nowiki>{{PAGENAME}}<nowiki>|adosbankassistantnpc.png|ados/bank/BankNPC|Rachel|0209e35|||Needs assigned.}}</nowiki><br>
<nowiki>{{</nowiki>{{PAGENAME}}<nowiki>|adosbankassistantnpc.png|{{NPCSource|ados/bank/BankNPC|Rachel}}|0209e35|||Needs assigned.}}</nowiki><br>
<nowiki>{{</nowiki>{{PAGENAME}}<nowiki>|blacksmithnpc.png|semos/blacksmith/BlacksmithNPC|Xoderos|8178fd1|FooUser|WIP|Work-in-progress}}</nowiki><br>
<nowiki>{{</nowiki>{{PAGENAME}}<nowiki>|blacksmithnpc.png|{{NPCSource|semos/blacksmith/BlacksmithNPC||Xoderos}}|8178fd1|FooUser|WIP|Work-in-progress}}</nowiki><br>
<nowiki>{{</nowiki>{{PAGENAME}}<nowiki>|animal/puppy.png|semos/city/PuppyNPC||master|BarUser|done|}} All done.</nowiki><br>
<nowiki>{{</nowiki>{{PAGENAME}}<nowiki>|animal/puppy.png|{{NPCSource|semos/city/PuppyNPC}}|master|BarUser|done|}} All done.</nowiki><br>
<nowiki>{{</nowiki>{{PAGENAME}}<nowiki>|animal/cat.png||master}}</nowiki><br>
|}
|}


Line 34: Line 35:


{| class="wikitable"
{| class="wikitable"
! Filename<br>(data/sprites/npc) || Source(s) || Name(s) || Git || Assigned || Status || Notes
! Filename<br>(data/sprites/npc) || Source(s) || Git || Assigned || Status || Notes
{{RefactorNPCSprite|adosbankassistantnpc.png|ados/bank/BankNPC|Rachel|0209e35|||Needs assigned.}}
{{RefactorNPCSprite|adosbankassistantnpc.png|{{NPCSource|ados/bank/BankNPC|Rachel}}|0209e35|||Needs assigned.}}
{{RefactorNPCSprite|blacksmithnpc.png|semos/blacksmith/BlacksmithNPC|Xoderos|8178fd1|FooUser|WIP|Work-in-progress}}
{{RefactorNPCSprite|blacksmithnpc.png|{{NPCSource|semos/blacksmith/BlacksmithNPC||Xoderos}}|8178fd1|FooUser|WIP|Work-in-progress}}
{{RefactorNPCSprite|animal/puppy.png|semos/city/PuppyNPC||master|BarUser|done|}} All done.
{{RefactorNPCSprite|animal/puppy.png|{{NPCSource|semos/city/PuppyNPC}}|master|BarUser|done|}} All done.
{{RefactorNPCSprite|animal/cat.png||master}}
|}
|}