1,131
edits
No edit summary |
No edit summary |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 8: | Line 8: | ||
|label2 = Starts At | |label2 = Starts At | ||
|data2 = {{{startsat|}}} | |data2 = [[{{{startsat|}}}]] | ||
|label3 = Started By | |label3 = Started By | ||
|data3 = {{{startedby|}}} | |data3 = [[{{{startedby|}}}]] | ||
|header4 = {{#if: | |header4 = {{#if: | ||
| Line 58: | Line 58: | ||
"startsat": { | "startsat": { | ||
"description": "The location the quest starts at", | "description": "The location the quest starts at", | ||
"type": " | "type": "wiki-page-name", | ||
"required": true, | "required": true, | ||
"suggested": true | "suggested": true | ||
| Line 64: | Line 64: | ||
"startedby": { | "startedby": { | ||
"description": "The NPC that starts the quest", | "description": "The NPC that starts the quest", | ||
"type": " | "type": "wiki-page-name", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||