Template:LocationInfobox: Difference between revisions

From Median-XL
No edit summary
Tag: Reverted
No edit summary
 
(68 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<onlyinclude>
{| class="infobox"
|-
! class="infobox-header" colspan="2" | {{{title|''Unknown''}}}
|-
{{#if: {{{image|}}} |
{{!}} class="infobox-image" colspan="2" {{!}} {{{image}}}
| }}
|-
{{#if: {{{imagecaption|}}} |
{{!}} class="infobox-caption" colspan="2" {{!}} {{{imagecaption}}}
| }}
|-
! colspan="2" | <div class="infobox-section-header">Location</div>
|-
{{#if: {{{region|}}} |
! Region
{{!}} {{{region}}}
| }}
|-
! Act
| {{{act|''Unknown''}}}
|-
! Waypoint
| {{{waypoint|''Unknown''}}}
|-
! colspan="2" | <div class="infobox-section-header">People</div>
|-
{{#if: {{{quest givers|}}} |
! Quest Givers
{{!}} {{{quest givers}}}
| }}
|-
{{#if: {{{merchants|}}} |
! Merchants
{{!}} {{{merchants}}}
| }}
|-
{{#if: {{{other npcs|}}} |
! Other NPCs
{{!}} {{{other npcs}}}
| }}
|-
! colspan="2" | <div class="infobox-section-header">Monsters</div>
|-
{{#if: {{{regulars|}}} |
! Regulars
{{!}} {{{regulars}}}
| }}
|-
{{#if: {{{elites|}}} |
! Elites
{{!}} {{{elites}}}
| }}
|-
{{#if: {{{nightmare|}}} |
! Nightmare Regulars
{{!}} {{{nightmare}}}
| }}
|-
{{#if: {{{hell|}}} |
! Nightmare Elites
{{!}} {{{hell}}}
| }}
|-
{{#if: {{{guests|}}} |
! Guests
{{!}} {{{guests}}}
| }}
|-
{{#if: {{{guestelites|}}} |
! Guest Elites
{{!}} {{{guestelites}}}
| }}
|-
{{#if: {{{uberregulars|}}} |
! Uber Regulars
{{!}} {{{uberregulars}}}
| }}
|-
{{#if: {{{superuniques|}}} |
! Super Uniques
{{!}} {{{superuniques}}}
| }}
|-
{{#if: {{{bosses|}}} |
! Bosses
{{!}} {{{bosses}}}
| }}
|-
! colspan="2" | <div class="infobox-section-header">Connections</div>
|-
{{#if: {{{town|}}} |
! Town
{{!}} {{{town}}}
| }}
|-
{{#if: {{{adjacent zones|}}} |
! Adjacent Zones
{{!}} {{{adjacent zones}}}
| }}
|-
{{#if: {{{quests|}}} |
! Quests
{{!}} {{{quests}}}
| }}
|-
! colspan="2" | <div class="infobox-section-header">Area Level</div>
|-
{{#if: {{{hatred|}}} |
! Normal
{{!}} {{{hatred}}}
| }}
|-
{{#if: {{{terror|}}} |
! Nightmare
{{!}} {{{terror}}}
| }}
|-
{{#if: {{{destruction|}}} |
! Hell
{{!}} {{{destruction}}}
| }}
|-
{{#if: {{{area map|}}} |
{{!}} class="infobox-image" colspan="2" width="256" {{!}} {{#invoke:InfoboxImage|InfoboxImage|image={{{area map}}}|maxsize=256px}}
| }}
|-
{{#if: {{{map desc|}}} |
{{!}} class="infobox-caption" colspan="2" {{!}} {{{map desc}}}
| }}
|- style="font-size:0; line-height:0;"
! style="width:50%; padding:0" |
! style="width:50%; padding:0" |
|}
</onlyinclude>
<noinclude>
<noinclude>
== Usage & preview ==
== Usage & preview ==
Line 50: Line 215:
[[Category:Templates]]
[[Category:Templates]]
[[Category:Infoboxes]]
[[Category:Infoboxes]]
<templatedata>
</noinclude>
{
"params": {
"title": {},
"image": {},
"image desc": {},
"act": {},
"region": {},
"waypoint": {},
"guests": {},
"guestelites": {},
"uberregulars": {},
"superuniques": {},
"bosses": {},
"town": {},
"adjacent zones": {},
"quests": {},
"normal": {},
"nightmare": {},
"hell": {}
}
}
</templatedata></noinclude>

Latest revision as of 22:36, 23 June 2024


Unknown
Location
Act Unknown
Waypoint Unknown
People
Monsters
Connections
Area Level


Usage & preview

Town:

{{LocationInfobox
|title = {{PAGENAME}}
|image =
|image desc =
|act =
|region =
|waypoint =
|quest givers =
|merchants =
|other npcs =
|adjacent zones =
|quests =

}}

Hostile Zone:

{{LocationInfobox
|title = {{PAGENAME}}
|image =
|image desc =
|act =
|region =
|waypoint =
|regulars =
|nightmare =
|elites =
|veterans =
|uberregulars =
|superuniques =
|bosses =
|town =
|adjacent zones =
|quests =
|hatred =
|terror =
|destruction =
|area map =
|map desc =
}}