Template:Quest: Difference between revisions
Jump to navigation
Jump to search
ROWiki>100PercentRatedR mNo edit summary |
Joshua2504 (talk | contribs) m 25 revisions imported |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
Alternatively copy and | Alternatively copy and past the following code into a new article: | ||
<pre> | <pre> | ||
<onlyinclude>{{quest | {{{1|}}} | name = {{subst:PAGENAME}} | <onlyinclude>{{quest | {{{1|}}} | name = {{subst:PAGENAME}} | ||
| realm = | |||
| realm = | | level = <!-- Put "?" if no level is currently unknown --> | ||
| class = <!-- If the quest is only for a certain class add it here --> | |||
| level = <!-- | | givenby = | ||
| | | xp = <!-- Put "0" if no xp given --> | ||
| | | gold = <!-- Put "0" if no gold given --> | ||
| items = <!-- Put "None" if none given --> | |||
| | | wmcoin = <!-- Leave empty if no Master coins --> | ||
| gold = <!-- | |||
| | |||
| | |||
<noinclude> | <noinclude> | ||
| story = <!-- | | story = <!-- A summary of the quest story --> | ||
</noinclude> | </noinclude> | ||
| tasks = <!-- | | tasks = <!-- The tasks of the quest --> | ||
<noinclude> | <noinclude> | ||
| notes = <!-- | | notes = <!-- General notes on the quest --> | ||
</noinclude>}}</onlyinclude> | </noinclude>}}</onlyinclude> | ||
Line 56: | Line 47: | ||
| realm = {{{realm}}} | level = {{{level}}} | class = {{{class|}}} | | realm = {{{realm}}} | level = {{{level}}} | class = {{{class|}}} | ||
| givenby = {{{givenby|}}} | position = {{{position|}}} | | givenby = {{{givenby|}}} | position = {{{position|}}} | ||
| gold = {{{gold|}}} | xp = {{{xp}}} | items = | | gold = {{{gold|}}} | xp = {{{xp}}} | ||
| items = {{{items|}}} | wmcoin = {{{wmcoin|}}} | |||
| intro = {{{intro|}}} | notes = {{{notes|}}} | | intro = {{{intro|}}} | notes = {{{notes|}}} | ||
| story = {{{story|}}} | tasks = {{{tasks|}}} | | story = {{{story|}}} | tasks = {{{tasks|}}} |
Latest revision as of 18:28, 6 November 2020
To add a quest article, just type the name of the quest in the box (use Title Case) and press create:
<createbox>
preload=Project:Preload Templates/Quest/Content editintro=Project:Preload Templates/Quest/Intro buttonlabel=Create width=50 break=no </createbox> |
Alternatively copy and past the following code into a new article:
<onlyinclude>{{quest | {{{1|}}} | name = {{subst:PAGENAME}} | realm = | level = <!-- Put "?" if no level is currently unknown --> | class = <!-- If the quest is only for a certain class add it here --> | givenby = | xp = <!-- Put "0" if no xp given --> | gold = <!-- Put "0" if no gold given --> | items = <!-- Put "None" if none given --> | wmcoin = <!-- Leave empty if no Master coins --> <noinclude> | story = <!-- A summary of the quest story --> </noinclude> | tasks = <!-- The tasks of the quest --> <noinclude> | notes = <!-- General notes on the quest --> </noinclude>}}</onlyinclude>