Template:Infobox Quest: Difference between revisions

From Echoes of Angmar
Content deleted Content added
Garthant (talk | contribs)
No edit summary
removing splitter from race. not sure if needed but really messing things up
 
(32 intermediate revisions by one other user not shown)
Line 1:
<includeonly>
{| class="infoboxwikitable" style="width: 15emauto; text-align: left; border:1px solid black; background-color: #D0D0D0; float: right; margin-right: 1em;"
! {{PAGENAME}}
! colspan="2" style="font-size:110%" | [[File:Quest ring-icon.png|28x28px]] {{PAGENAME}}
|
|-
{{ #if: {{{level|}}} | {{!}} Level
|{{!}} {{{level|}}} }}
|-
{{ #if: {{{fellowshiptype|}}} | {{!}} Type
! Type
|{{!}} {{{type|fellowshiptype}}} }}
|-
{{ #if: {{{repeatable|}}} | {{!}} Repeatable
|{{!}} {{{repeatable|}}} }}
|-
{{ #if: {{{region|}}} | {{!}} Region
|{{!}} [[{{{region|}}}]] }}
|-
{{ #if: {{{quest-giver|}}} | {{!}} Quest-giver
|{{!}} [[{{{quest-giver|}}}]] }}
|-
{{ #if: {{{class|}}} | {{!}} Class
! Next Quest
|{{!}} [[{{{next-quest|class}}}]] }}
|-
{{ #if: {{{profession|}}} | {{!}} Profession
! Previous Quest
|{{!}} [[{{{prev-quest|profession}}}]] }}
| -
{{ #if: {{{race|}}} | {{!}} Race(s)
{{!}} [[{{{race}}}]] }}
|-
{{ #if: {{{prev quest|}}} | {{!}} Previous Quest
{{!}} [[{{{prev quest}}}]] }}
|-
{{ #if: {{{next quest|}}} | {{!}} Next Quest
{{!}} [[{{{next quest}}}]] }}
|-
|}
</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=
}}