Template:Infobox Quest: Difference between revisions

From Echoes of Angmar
Content deleted Content added
No edit summary
Tags: Mobile web edit Mobile edit Advanced mobile edit
removing splitter from race. not sure if needed but really messing things up
 
(49 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>
<div style="position: absolute; top: 1; left: 0;">
{| class="wikitable collapsible" style="width: 300px;"
{| class="wikitable" style="width: auto; text-align: left; border:1px solid black; float: right; margin-right: 1em;"
! style="cursor: pointer;" | Quest Chain
! colspan="2" style="font-size:110%" | [[File:Quest ring-icon.png|28x28px]] {{PAGENAME}}
|-
|-
{{ #if: {{{level|}}} | {{!}} Level
| <nowiki>Text content for Quest Chain goes here.</nowiki>
{{!}} {{{level}}} }}
|-
|-
{{ #if: {{{fellowshiptype|}}} | {{!}} Type
! style="cursor: pointer;" | Walkthrough
{{!}} {{{fellowshiptype}}} }}
|-
|-
{{ #if: {{{repeatable|}}} | {{!}} Repeatable
| <nowiki>Text content for Walkthrough goes here.</nowiki>
{{!}} {{{repeatable}}} }}
|-
|-
{{ #if: {{{region|}}} | {{!}} Region
! style="cursor: pointer;" | Quest Text
{{!}} [[{{{region}}}]] }}
|-
|-
{{ #if: {{{quest-giver|}}} | {{!}} Quest-giver
| <nowiki>Text content for Quest Text goes here.</nowiki>
{{!}} [[{{{quest-giver}}}]] }}
|-
|-
{{ #if: {{{class|}}} | {{!}} Class
! style="cursor: pointer;" | Rewards
{{!}} [[{{{class}}}]] }}
|-
|-
{{ #if: {{{profession|}}} | {{!}} Profession
| <nowiki>Text content for Rewards goes here.</nowiki>
{{!}} [[{{{profession}}}]] }}
|}
</div>

<div align="right">
{| class="wikitable"
|-
|-
{{ #if: {{{race|}}} | {{!}} Race(s)
! Start Zone ||
{{!}} [[{{{race}}}]] }}
|-
|-
{{ #if: {{{prev quest|}}} | {{!}} Previous Quest
! Start Area ||
{{!}} [[{{{prev quest}}}]] }}
|-
|-
{{ #if: {{{next quest|}}} | {{!}} Next Quest
! Start Location ||
{{!}} [[{{{next quest}}}]] }}
|-
|-
! Start Mob ||
|-
! Flags ||
|-
! Items Rewarded ||
|-
! Cash Granted ||
|-
! Quest Level ||
|-
! Min Level ||
|}
|}
</div>
</includeonly>


<noinclude>
===Usage instructions===
Paste the following code into the top of an article, filling all known (or relevant) fields:
<pre>
{{Infobox Quest
|level=
|fellowshiptype=
|repeatable=
|region=
|quest-giver=
|class=
|profession=
|race=
|prev quest=
|next quest=
}}
</pre>
<noinclude>

Latest revision as of 01:05, 25 July 2023



Usage instructions

Paste the following code into the top of an article, filling all known (or relevant) fields:

{{Infobox Quest
|level= 
|fellowshiptype=
|repeatable= 
|region=
|quest-giver=
|class=
|profession=
|race=
|prev quest=
|next quest=
}}