Template:Quest: Difference between revisions
Jump to navigation
Jump to search
ROWiki>Onteron fixing issue with apostrophes in quest names |
ROWiki>Onteron changed |
||
Line 7: | Line 7: | ||
<pre> | <pre> | ||
<onlyinclude>{{quest | {{{1|}}} | name = {{subst:PAGENAME}} | <onlyinclude>{{quest | {{{1|}}} | name = {{subst:PAGENAME}} | ||
| realm = | |||
| level = | |||
| class = <!-- If the quest is only for a certain class add it here --> | |||
| realm = | |||
| level = | |||
| class = <!-- If the quest is only for a certain class add it here --> | |||
| givenby = | | givenby = | ||
| xp = <!-- | | xp = <!-- Put "0" if no xp given --> | ||
| gold = <!-- | | gold = <!-- Put "0" if no gold given --> | ||
| items = <!-- Put "None" if none given. Separate multiple items with commas --> | | items = <!-- Put "None" if none given. Separate multiple items with commas --> | ||
<noinclude> | <noinclude> | ||
| story = <!-- A summary of the quest story --> | |||
| tasks = <!-- The tasks of the quest --> | |||
| | |||
<!-- | | notes = <!-- General notes on the quest --> | ||
</noinclude> | </noinclude> | ||
}}</onlyinclude> | }}</onlyinclude> | ||
Line 52: | Line 34: | ||
| {{Quest/{{#switch:{{localurl: {{PAGENAME}} }} | | {{Quest/{{#switch:{{localurl: {{PAGENAME}} }} | ||
| {{localurl: {{{realm}}} | | {{localurl: {{{realm}}} Quests }} | ||
| {{localurl: Quests | | {{localurl: Quests Table }} = tablerow | ||
| {{localurl: {{{givenby}}} }} | | {{localurl: {{{givenby}}} }} | ||
| {{localurl: {{{realm}}} quests list }} | | {{localurl: {{{realm}}} quests list }} | ||
| {{localurl: Quests | | {{localurl: Quests List }} = listitem | ||
| {{localurl: {{{name}}} }} = full | | {{localurl: {{{name}}} }} = full | ||
| #default = il | | #default = il | ||
Line 62: | Line 44: | ||
| name = {{{name}}} | {{{1|}}} | | name = {{{name}}} | {{{1|}}} | ||
| realm = {{{realm}}} | level = {{{level}}} | class = {{{class|}}} | | realm = {{{realm}}} | level = {{{level}}} | class = {{{class|}}} | ||
| givenby = {{{givenby|}}} | | givenby = {{{givenby|}}} | position = {{{position|}}} | ||
| gold = {{{gold|}}} | xp = {{{xp}}} | items = {{{items|}}} | | gold = {{{gold|}}} | xp = {{{xp}}} | items = {{{items|}}} | ||
| intro = {{{intro|}}} | | intro = {{{intro|}}} | notes = {{{notes|}}} | ||
| story = {{{story|}}} | tasks = {{{tasks|}}} | |||
| task1 = {{{task1|}}} | text1 = {{{text1|}}} | | task1 = {{{task1|}}} | text1 = {{{text1|}}} | ||
| task2 = {{{task2|}}} | text2 = {{{text2|}}} | | task2 = {{{task2|}}} | text2 = {{{text2|}}} |
Revision as of 16:29, 9 January 2009
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 = | 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. Separate multiple items with commas --> <noinclude> | story = <!-- A summary of the quest story --> | tasks = <!-- The tasks of the quest --> | notes = <!-- General notes on the quest --> </noinclude> }}</onlyinclude>