Template:Infobox quest/doc: Difference between revisions
From Starfy Wiki
Jump to navigationJump to search
m 1 revision |
Trig Jegman (talk | contribs) m Text replacement - "Image:" to "File:" |
||
| (One intermediate revision by the same user not shown) | |||
| Line 7: | Line 7: | ||
<pre>{{infobox quest | <pre>{{infobox quest | ||
| name = Land of Bob [defaults to pagename] | | name = Land of Bob [defaults to pagename] | ||
| image = | | image = File:Example.jpg | ||
| imagewidth = [defaults to 250] | | imagewidth = [defaults to 250] | ||
| caption = Bob the Flower | | caption = Bob the Flower | ||
| Line 24: | Line 24: | ||
{{infobox quest | {{infobox quest | ||
| name = Land of Bob | | name = Land of Bob | ||
| image = | | image = File:Example.jpg | ||
| caption = Bob the Flower | | caption = Bob the Flower | ||
| start = Quest A | | start = Quest A | ||
| Line 36: | Line 36: | ||
}} | }} | ||
<includeonly>[[Category:Infobox templates | <includeonly>[[Category:Infobox templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude> | ||
Latest revision as of 04:27, 18 June 2026
- Description
- This template is used to create a quest infobox.
- Syntax
- Type
{{infobox quest|<...>}}somewhere, with parameters as shown below. - Sample output
{{infobox quest
| name = Land of Bob [defaults to pagename]
| image = File:Example.jpg
| imagewidth = [defaults to 250]
| caption = Bob the Flower
| start = Quest A
| end = Quest Z
| prereqs = Quest 1
| level = Level 10-20
| location = Land of Bob
| rewards = Bob's Petal
| previous = Quest J
| next = Quest K
}}
Results in...
| Land of Bob | |
|---|---|
| File:Example.jpg Bob the Flower | |
| Vital statistics | |
| Start | Quest A |
| End | Quest Z |
| Prerequisites | Quest 1 |
| Level | Level 10-20 |
| Location | Land of Bob |
| Rewards | Bob's Petal |
| Progression | |
| Previous | Next |
| Quest J | Quest K |