Template:FightLocation: Difference between revisions

From Twilight Heroes Wiki
Jump to navigation Jump to search
New page: <includeonly>{| width=200 align=right style="text-align: center; font-size: 80%;background-color: #f0f0f0" |- | colspan="2" style="text-align:center;background-color: lightgray;font-size:...
 
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 3: Line 3:
| colspan="2" style="text-align:center;background-color: lightgray;font-size: larger" | '''{{{name}}}'''
| colspan="2" style="text-align:center;background-color: lightgray;font-size: larger" | '''{{{name}}}'''
|-
|-
| colspan="2" | [[image:{{{image}}}|150px]]
| colspan="2" | {{#ifeq:{{{image|}}}|!||[[image:{{{image}}}|150px]]}}
|-
|-
! '''Location:''' || {{{location}}}
! '''Location:'''  
| [[{{{location}}}]]
{{#if:{{{unlocks|}}}|
{{!}}-
! '''Unlocks:'''
{{!}}{{{unlocks}}}}}
|-
|-
! '''Combat %:''' || {{{combat_chance|''unknown''}}}  
! '''Combat %:'''  
| {{{combat_chance|''unknown''}}}  
|-
|-
! '''ID:''' || {{{ID|''unknown''}}}
! '''[[Location by XP|Foe XP range]]:'''  
|}[[Category:Fight Locations]]</includeonly><noinclude>[[Category:Standardization Templates]]</noinclude>
| {{{XP|''unspecified''}}}
{{#if:{{{UR|}}}|
{{!}}-
! '''[[Ultra-rare|UR]]:'''
{{!}}[[{{{UR}}}]]}}
|-
!
| style="text-align:right;font-size: 75%;font-style: italic" | '''[[Locations by ID|ID]]:''' {{{ID|''unknown''}}}
|}[[Category:Fight Locations]]</includeonly><noinclude>
==Example==
<nowiki>{{FightLocation</nowiki><br><nowiki>
|name=Your neighborhood</nowiki><br><nowiki>
|image=Somerset.jpg</nowiki><br><nowiki>
|location=Somerset Square</nowiki><br><nowiki>
|XP=4-7</nowiki><br><nowiki>
|combat_chance=10</nowiki><br><nowiki>
|unlocks=time it unlocks</nowiki><br><nowiki>
|UR=pegasus</nowiki><br><nowiki>
|ID=1</nowiki><br><nowiki>
}}</nowiki>
 
{| width=200 align=right style="text-align: center; font-size: 80%;background-color: #f0f0f0"
|-
| colspan="2" style="text-align:center;background-color: lightgray;font-size: larger" | '''Your neighborhood'''
|-
| colspan="2" | [[image:Somerset.jpg|150px]]
|-
! '''Location:'''
| [[Somerset Square]]
{{!}}-
! '''Unlocks:'''
{{!}}time it unlocks
|-
! '''Combat %:'''
| 10
|-
! '''[[Location by XP|Foe XP range]]'''
| 4-7
{{!}}-
! '''[[Ultra-rare|UR]]:'''
{{!}}[[pegasus]]
|-
!
| style="text-align:right;font-size: 75%;font-style: italic" | '''[[Locations by ID|ID]]:''' 10
|}
[[Category:Standardization Templates|{{PAGENAME}}]]</noinclude>

Latest revision as of 09:20, 22 February 2010

Example

{{FightLocation
|name=Your neighborhood
|image=Somerset.jpg
|location=Somerset Square
|XP=4-7
|combat_chance=10
|unlocks=time it unlocks
|UR=pegasus
|ID=1
}}

Your neighborhood
Location: Somerset Square
Unlocks: time it unlocks
Combat %: 10
Foe XP range 4-7
UR: pegasus
ID: 10