Template:Test: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
{{#if: {{{1|}}} | |
{{#if: {{{1|}}} | |
||
{{!}} colspan="2" align="right" valign="top" style="white-space: nowrap;" {{!}} {{{1}}} |
{{!}} colspan="2" align="right" valign="top" style="white-space: nowrap;" {{!}} {{{1}}} |
||
{{!}}- |}} |
|||
{{#if: {{{town|}}} | |
|||
! Town |
|||
{{!}} align="right" valign="top" style="white-space: nowrap;" {{!}} [[{{{town}}}]] |
|||
{{!}}- |}} |
{{!}}- |}} |
||
{{#if: {{{gender|}}} | |
{{#if: {{{gender|}}} | |
||
Line 23: | Line 19: | ||
{{!}} align="right" valign="top" style="white-space: nowrap;" {{!}} [[{{{race}}}]] |
{{!}} align="right" valign="top" style="white-space: nowrap;" {{!}} [[{{{race}}}]] |
||
{{!}}- |}} |
{{!}}- |}} |
||
{{#if: {{{ |
{{#if: {{{title|}}} | |
||
!valign="top" {{!}} |
!valign="top" {{!}} Title |
||
{{!}} align="right" valign="top" style="white-space: nowrap;" {{!}} {{{alias| |
{{!}} align="right" valign="top" style="white-space: nowrap;" {{!}} {{{alias|title}}} |
||
{{!}}- |}} |
{{!}}- |}} |
||
{{#if: {{{ |
{{#if: {{{profession|}}} | |
||
!valign="top" {{!}} |
!valign="top" {{!}} Profession |
||
{{!}} align="right" valign="top" style="white-space: nowrap;" {{!}} {{{ |
{{!}} align="right" valign="top" style="white-space: nowrap;" {{!}} {{{profession}}} |
||
{{!}}- |}} |
{{!}}- |}} |
||
{{#if: {{{ |
{{#if: {{{service|}}} | |
||
!valign="top" {{!}} |
!valign="top" {{!}} Service(s) |
||
{{!}} align="right" valign="top" style="white-space: nowrap;" {{!}} {{{ |
{{!}} align="right" valign="top" style="white-space: nowrap;" {{!}} {{{service}}} |
||
{{!}}- |}} |
{{!}}- |}} |
||
{{#if: {{{ |
{{#if: {{{festival|}}} | |
||
!valign="top" {{!}} |
!valign="top" {{!}} Festival(s) |
||
{{!}} align="right" valign="top" style="white-space: nowrap;" {{!}} {{{ |
{{!}} align="right" valign="top" style="white-space: nowrap;" {{!}} {{{festival}}} |
||
|}} |
|}} |
||
|} |
|} |
||
|} |
|} |
||
<includeonly>{{#switch: {{{include}}}|#default={{#if: {{{town|}}} | [[Category: {{{town}}}]] }} |no= }} |
|||
[[Category:Town NPCs]]</includeonly> |
|||
<noinclude> |
<noinclude> |
||
A template to use with merchants.<br> |
|||
'''<big>Copy/paste code:</big>''' |
'''<big>Copy/paste code:</big>''' |
||
<pre><nowiki> |
<pre><nowiki> |
||
{{merchant |
|||
{{test |
|||
|town = |
|||
|gender = |
|gender = |
||
|race = |
|race = |
||
|profession = <!--Seamstress, Weaponsmith, Armorsmith, Toymaker, Tattoist, etc.--> |
|||
|alias = |
|||
|title = <!--only if different than profession--> |
|||
|job = |
|||
|service = <!--Tattoos, Features, GALD, LD, etc. Use Other is necessary--> |
|||
|shop = |
|||
|creation = <!--Any scripts they may have created/are responsible for (ie, Veola, ClimateWear, Tall Shoes, etc--> |
|||
|affiliation = }}</nowiki> |
|||
|festival = <!--What festivals do the frequent. If more than three, just list the top three -->}}</nowiki> |
|||
</pre> |
</pre> |
||
</noinclude> |
</noinclude> |
Revision as of 17:22, 22 November 2019
|
A template to use with merchants.
Copy/paste code:
{{merchant |gender = |race = |profession = <!--Seamstress, Weaponsmith, Armorsmith, Toymaker, Tattoist, etc.--> |title = <!--only if different than profession--> |service = <!--Tattoos, Features, GALD, LD, etc. Use Other is necessary--> |creation = <!--Any scripts they may have created/are responsible for (ie, Veola, ClimateWear, Tall Shoes, etc--> |festival = <!--What festivals do the frequent. If more than three, just list the top three -->}}
A space to create templates to test.