Difference between revisions of "Template:CustomQuest"

From HeRO Wiki
Jump to: navigation, search
m (Fix duplicate parameter)
m (Fix the title unintentionally being centered when viewing as a guest)
 
(10 intermediate revisions by one user not shown)
Line 1: Line 1:
==={{{questname}}}===
 
 
{|class="table1" width=70%  style="margin-left: 20px; margin-right: auto;"
 
{|class="table1" width=70%  style="margin-left: 20px; margin-right: auto;"
! colspan=8 height=25px style="left-margin:100px; font-size: 115%; font-colour: #aaffaa" | <span style="color:#FFFFFF">{{{questname}}}</span>
+
! colspan=9 height=30px style="left-margin:100px; font-size: 115%; background: #ECC788; border: 3px solid #ECC788; text-align: left;" |
|- style="vertical-align:center; height: 30px; font-size: 105%;"
+
===<small>[[{{{questname}}}]]</small>===
|Width=18% style="border-right:0px;" | '''Recommended Level''':
+
|- style="vertical-align:center; height: 30px; font-size: 105%; border: 3px solid #ECC788"
|Width=10% style="border-left:0px;"  | {{{reclevel}}}  
+
|Width=18% colspan=2 style="border-right:0px;" | '''Recommended Level''':
|Width=14% style="border-right:0px;" | '''Difficulty:'''
+
|Width=12% style="border-left:0px;"  | {{{reclevel}}}  
|Width=10% style="border-left:0px;"  | {{{difficulty}}}  
+
|Width=8% style="border-right:0px;" | '''Difficulty:'''
|Width=14% style="border-right:0px;" | '''Repeatability''':
+
|Width=12% style="border-left:0px;"  | {{{difficulty}}}  
|Width=10% style="border-left:0px;"  | {{{repeatability}}}  
+
|Width=8% style="border-right:0px;" | '''Party''':
|Width=14% style="border-right:0px;" | '''Party''':
+
|Width=12% style="border-left:0px;"  | {{{party}}}  
|Width=10% style="border-left:0px;"  | {{{party}}}  
+
|Width=12% style="border-right:0px;" | '''Repeatability''':
|- style="height: 30px; font-size: 105%;"
+
|Width=18% style="border-left:0px;"  | {{{repeatability}}}  
| colspan=1 style="border-right:0px; vertical-align: top; padding: 3px;" | '''Quest Reward:'''
+
|- style="height: 30px; font-size: 105%; border: 3px solid #ECC788"
| colspan=7 style="border-left:0px; vertical-align: top; padding: 3px;"  | {{{quereward}}}
+
| colspan=1 width=10% style="border-right:0px; vertical-align: top; padding: 3px;" | '''Quest Reward:'''
|- style="height: 30px; font-size: 105%;"
+
| colspan=8 width=90% style="border-left:0px; vertical-align: top; padding: 3px;"  | {{{quereward}}}
| colspan=1 style="border-right:0px; vertical-align: top; padding: 3px;" | '''Description:'''
+
|- style="height: 30px; font-size: 105%; border: 3px solid #ECC788"
| colspan=7 style="border-left:0px; vertical-align: top; padding: 3px;"  | {{{description}}}
+
| colspan=1 width=10% style="border-right:0px; vertical-align: top; padding: 3px;" | '''Description:'''
|-
+
| colspan=8 width=90% style="border-left:0px; vertical-align: top; padding: 3px;"  | {{{description}}}
 
|}
 
|}
 +
<noinclude>
 +
===Usage===
 +
<pre>
 +
{{Template:CustomQuest
 +
|questname=
 +
|difficulty=
 +
|reclevel=
 +
|repeatability=
 +
|party=
 +
|quereward=
 +
|description= }}
 +
</pre>
 +
 +
[[Category:Template]]
 +
</noinclude>

Latest revision as of 03:55, 1 October 2019

[[{{{questname}}}]]

Recommended Level: {{{reclevel}}} Difficulty: {{{difficulty}}} Party: {{{party}}} Repeatability: {{{repeatability}}}
Quest Reward: {{{quereward}}}
Description: {{{description}}}

Usage

{{Template:CustomQuest
|questname= 
|difficulty= 
|reclevel= 
|repeatability= 
|party= 
|quereward=
|description= }}