Interactive Fiction Wiki
Interactive Fiction Wiki
The Questmaster's Guide
Magicbook


Code for common Quest.wikia templates. The category is at Category:Templates.

Make good use of these templates when you're making your quests! They're really powerful and can give your work a nice touch.

Searchbox navigation

(Adds a miniature searchbox to the right of the title.)

Add this to the top of your page: {{Searchbox}}

Image navigation

Any that you do not want to link to another page should be set equal to 0. All else, set to the name of the target page.

Template:1D

Add this into your page for one-dimensional navigation, left and right. L=left, H=home, R=right.

{{1D
|L=Target
|H=Target
|R=Target
}}

Template:2D

Add this into your page for two-dimensional navigation, rectangular. U=up, D=down.

{{2D
|U=Target
|D=Target
|H=Target
|L=Target
|R=Target
}}

Template:3D

Add this into your page for "three-dimensional" navigation. O=loop, F=forward, B=back, Q=quit.

{{3D
|O=Target
|U=Target
|F=Target
|L=Target
|H=Target
|R=Target
|B=Target
|D=Target
|Q=Target
}}