Template:QuestInfo/doc: Difference between revisions

m minor formatting clean up
m 5 revisions: importing Template namespace from Wikia
Line 40: Line 40:
| hint = Do this quest fast
| hint = Do this quest fast
}}
}}
===Code===
====Code====
<pre>{{QuestInfo
<pre>{{QuestInfo
| num  = 0
| num  = 0
Line 52: Line 52:
| detail = King of Quest ask you to deliver the '''Seed of Accomplishment''' to '''Questor'''.
| detail = King of Quest ask you to deliver the '''Seed of Accomplishment''' to '''Questor'''.
| hint = Do this quest fast
| hint = Do this quest fast
}}</pre>
===Sample: Least info===
{{QuestInfo
| num  = 0
| title  = Example quest
| location = Questville
| requester = King of Quests
| detail = King of Quest ask you to deliver the '''Seed of Accomplishment''' to '''Questor'''.
}}
====Code====
<pre>{{QuestInfo
| num  = 0
| title  = Example quest
| location = Questville
| requester = King of Quests
| detail = King of Quest ask you to deliver the '''Seed of Accomplishment''' to '''Questor'''.
}}</pre>
}}</pre>