Template:Quest: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
(Added managers)
mNo edit summary
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{#invoke: infobox|infobox|
<noinclude>
title = {{PAGENAME}}|
{{#cargo_declare:_table=Quests|Title=Wikitext|Level=Integer|Factions=List (,) of Page|ReputationGiven=Integer|QuestManager=String|GivenBy=Page|NPCsInvolved=List (,) of Page|Rewards=List (,) of Page}}
image = none|
[[Category:Cargo Store Templates]]
rows =
 
{{Infobox row|Level|{{{lv}}} }}
Usage:
{{#if: {{{faction|}}} | {{infobox row|Faction|{{{faction}}}}}|{{#if:{{{factions|}}} | {{infobox row|Factions|{{{factions}}} }}}}}}
{{#if: {{{rep|}}}    | {{infobox row|Reputation gained|{{{rep}}}}}}}
{{#if: {{{manager|}}}  | {{infobox row|Manager|{{{manager}}}}}}}}}<noinclude>[[Category:Templates]]Usage:
{| class ="wikitable"
{| class ="wikitable"
! lv
! lv
| level of quest
| level of quest
|-
|-
! faction or factions
! factions
| what factions are affected
| what factions are affected (split by ,)
|-
|-
! rep
! rep
Line 19: Line 16:
! manager
! manager
| the cs manager associated with the quest. can be found as Manager=____ in Quests.xml
| the cs manager associated with the quest. can be found as Manager=____ in Quests.xml
|}</noinclude>
|-
! givenby
| npc who gives it
|-
! npcs
| npcs involved in the quest (split by ,)
|-
! rewards
| rewards given (split by ,)
|}</noinclude><includeonly>{{#cargo_store:_table=Quests|Title={{PAGENAME}}|Level={{{lv|}}}|Factions={{{factions|}}}|ReputationGiven={{{rep|}}}|QuestManager={{{manager|}}}|GivenBy={{{givenby|}}}|NPCsInvolved={{{npcs|}}}|Rewards={{{rewards|}}}}}
{{#invoke: infobox|infobox|
title = {{PAGENAME}}|
image = none|
rows =
{{#if: {{{lv|}}}      | {{Infobox row|Level|{{{lv}}} }} }}
{{#if: {{{givenby|}}} | {{infobox row|Given By|{{{givenby}}} }} }}
{{#if: {{{factions|}}}| {{infobox row|Factions|{{{factions}}} }} }}
{{#if: {{{rep|}}}    | {{infobox row|Reputation gained|{{{rep}}} }} }}
{{#if: {{{manager|}}} | {{infobox row|Manager|{{{manager}}}}}}}
{{#if: {{{npcs|}}}    | {{infobox row|NPCs Involved|{{{npcs}}} }} }}
{{#if: {{{rewards|}}} | {{infobox row|Rewards|{{{rewards}}} }} }}
}}</includeonly>

Latest revision as of 13:02, 25 August 2019

This template defines the table "Quests". View table.

Usage:

lv level of quest
factions what factions are affected (split by ,)
rep how much reputation is awarded at completion.
manager the cs manager associated with the quest. can be found as Manager=____ in Quests.xml
givenby npc who gives it
npcs npcs involved in the quest (split by ,)
rewards rewards given (split by ,)