Jump to content

Template:Infobox Quest/doc

From Blockgame Wiki
Revision as of 17:12, 2 March 2025 by Nelas (talk | contribs) (Created page with "{{doc/start}} {{tl|Infobox Quest}} is used to create a uniform Infobox for Quest. This infobox adds Category:Quest to the page and subsequential type Categories. === <u>Template parameters</u> === {| class="wikitable" border=1 style="text-align:center;" |- ! Attribute ! Description ! Required? ! Default |- | <code>image</code> | Set the Image of the Infobox. | Optional | <nowiki>File:Site-community-image.png</nowiki> |- | <code>type</code> | Set Quest Type, w...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Documentation

{{Infobox Quest}} is used to create a uniform Infobox for Quest.

This infobox adds Category:Quest to the page and subsequential type Categories.


Template parameters

Attribute Description Required? Default
image Set the Image of the Infobox. Optional [[File:Site-community-image.png]]
type Set Quest Type, will result in Category Required -
subtype Set Quest Sub Type, will result in Category Optional -
rarity Set Quest Rarity, not useful for now since all are Quest Optional -
giver Specifies the Quest Giver Optional -
receiver Specifies the Quest Receiver Optional -
lvl_req Specifies the Main Level Required to start the Quest Optional -
skill_req Specifies the Skill Level Required to start the Quest, best to specify the Profession e.g
[[Mining]] 50
Optional -
reward Specifies Quest Reward, work best with Template {{plainlist}} Optional -
ID Specifies Quest ID, currently not in the game Optional -
lore Specifies possible lore Optional -
tooltip Specifies Tooltips during the Quest Optional -
tooltip_green Specifies Tooltips during the Quest but in green Optional -
tooltip_red Specifies Tooltips during the Quest but in red Optional -


Example

Example Result
{{Infobox_Quest
|image=Questitem Chalky Geode - Amethyst Blocks.gif
|type=Daily Quest
|subtype=Fetch Quest
|rarity=Quest
|giver=Miner George
|receiver=Miner George
|lvl_req=99
|skill_req=[[Alchemy]] 20
|reward={{plainlist|
*	2500 [[Classes|Class EXP]]
*	5000 [[Mining]] EXP
*	100 [[Currency|Coins]]}}
|ID=TEST_QUEST
|lore=Someone carved some strange runes along the inside. You can only decipher some of it...
|tooltip=Use this item to start a quest! YOU CAN ONLY DO ONE QUEST AT A TIME! USING THIS WILL REMOVE YOUR ACTIVE QUEST!
|tooltip_green=Use this item to start a quest! YOU CAN ONLY DO ONE QUEST AT A TIME! USING THIS WILL REMOVE YOUR ACTIVE QUEST! NOW IN GREEN!
|tooltip_red=Use this item to start a quest! YOU CAN ONLY DO ONE QUEST AT A TIME! USING THIS WILL REMOVE YOUR ACTIVE QUEST! NOW IN RED!
}}
Infobox Quest/doc
Quest Details
TypeDaily Quest
SubtypeFetch Quest
RarityQuest
Quest Giver: Miner George
Quest Receiver: Miner George
Level Requirement: 99
Skill Requirement: Alchemy 20
Rewards
Reward for completion:
MMO ID
TEST_QUEST
Lore
Someone carved some strange runes along the inside. You can only decipher some of it...
Tooltip
Use this item to start a quest! YOU CAN ONLY DO ONE QUEST AT A TIME! USING THIS WILL REMOVE YOUR ACTIVE QUEST!
Use this item to start a quest! YOU CAN ONLY DO ONE QUEST AT A TIME! USING THIS WILL REMOVE YOUR ACTIVE QUEST! NOW IN GREEN!
Use this item to start a quest! YOU CAN ONLY DO ONE QUEST AT A TIME! USING THIS WILL REMOVE YOUR ACTIVE QUEST! NOW IN RED!

This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.