From StrategyWiki, the video game walkthrough and strategy guide wiki
Jump to navigation Jump to search
nutshell
nutshell

This page, in a nutshell
The Table of Contents page should provide links to all pages found within the guide. Use the Table of Contents preload button when creating the page, and add links using the full page name under the appropriate sections.

While the walkthrough is the heart of the guide, the Table of Contents is the veins. Every guide has one (unless it is a single-page guide), and it should usually link to all pages used in the guide to enable quick access from anywhere to anywhere else. The ToC is transcluded onto multiple pages through use of the {{Header Nav}}, {{Footer Nav}} and {{ToC}} templates.

Before any work is done on a guide, it is recommended that you complete the Table of Contents in full, which helps you organize the growth of the guide and creates an easy way to spot and create needed pages, while ensuring that the actual name of the pages is the same as what is found on the ToC. Creating a guide page first can lead to duplication of effort, as someone who doesn't see it on the ToC may also try to create it, or inconsistencies between page names and names of links that were added afterward. Having the links already on the ToC also lets you fill in the prevpage and nextpage parameters of the Footer Nav at time the page is created.

Sections[edit]

When you use the Table of Contents preload button to start a new Table of Contents page, the standard starting format is given. This include three main sections, each in their own columns: Gameplay, Walkthrough and Appendices. Gameplay and Walkthrough are links to those pages while Appendices is not linked, and a single list item for a link to a Controls page is also given in the Gameplay section.

The Gameplay and Walkthrough pages are mandatory for every guide. Extra sections may be added or withdrawn as needed, and the same goes for the number of columns. Don't use more than four columns in a ToC unless the links in each column are very short, as they will appear bunched up and hard to read for viewers with smaller screen resolutions.

The three main sections listed above use level 2 headings, and this level should be used for extra sections as well. To denote a sub-section of one of the main sections, use the smaller level 3 heading. Individual guide pages under each section or sub-section should be listed using bulleted lists and plain wiki links with the full page name. Use of numbered lists instead of bulleted lists is appropriate for guide pages in the walkthrough section that must be completed sequentially.

Table of Contents design can become complicated for very large guides with many pages. In this case, alternative layouts may be used, and multiple sets of columns – some nested within others – my be necessary. To understand how to produce the wanted layout, look at other, existing Tables of Contents in edit mode, or ask an administrator on their talk page for help.

Templates and formatting[edit]

For level 2 and level 3 headings, use the {{h2}} and {{h3}} templates, respectively. Using normal page headings (e.g. ==Heading==) creates problems when the ToC is transcluded onto guide pages. Each template accepts the section name (linked or otherwise) as its first parameter, and "center" as its second parameter if the heading needs to be centered over multiple columns.

Unlike guide pages, only the Header Nav should be included (not the Footer Nav). In addition, the Header Nav template needs to be wrapped in <noinclude> tags so that it doesn't get transcluded into guide pages. It's best to just use the preload button to start with, then modify from there as this part will be already set up for you.

Due to the Table of Contents being transcluded onto multiple "levels" of a guide (meaning the main game page, sub-pages, sub-sub-pages, etc.), it's important to use fully typed out page names when creating links. This means all links should be formed as such:

* [[Game Name/Page name|Page name]]

Note that the alternate link text (the text after the pipe) is identical to the page name. There is no reason to use different text for the link – if the alternate text is how you want a reader to identify a page, then that is the name the actual page should use as well. Possible exceptions are for the main Walkthrough page, which can have alternate text if it makes the ToC more understandable, or to hide extra disambiguation in a page's title. As a general rule, only use page links on the ToC, not links to sections on pages, as they create unnecessary navigation problems.

To produce columns of text, use the {{col}} template. Multiple iterations of this template, including using the template within other instances of the template can become quite complicated, so begin with the larger, outer layout and work inwards as needed. You'll know right away if you're having a problem, as you'll usually see things that belong on the sides of the page floating in the center when you preview your changes. In most cases you'll just need to add a starting or ending Col template somewhere.

For very long guides, the {{tochide}} template is available to make the ToC more readable. The template produces a collapsible element which hides anything inside until a user clicks to show the contents. The templates are automatically expanded on Table of Contents pages and the main Walkthrough page of a guide. Unless there are an extraordinarily large amount of walkthrough pages, this template is mainly for hiding extra information a user is less likely to need, such as bonus missions, item pages, etc.

Sharing ToCs[edit]

In some cases, multiple guides share a great deal of content, and it saves time and reduces duplication of effort to allow those guides to share the pages they have in common. In some cases you should let the parent guide's ToC contain all the links, such as for ports that only need a different main game page. In other cases, when there are multiple pages of content that don't apply to the parent guide, you can split the sub-pages between the parent and the child guides. In either case, sharing tables of contents is possible through transclusion of one main ToC, which holds all the links and is the only page that needs to be updated.

To transclude another guide's table of contents, simply add {{:Parent guide name/Table of Contents}} directly after the </noinclude> tag following the Header Nav. It is important that you put the transclusion on the same line as the Header Nav to avoid creating odd looking whitespace when the ToC is transcluded into guide pages.

In the case of maintaining some pages on the child guide, you can use the {{subtoc}} and {{subtoc2}} templates to visually separate links to them in the table of contents. On the parent guide's ToC (the one being transcluded into the child guide's ToC), below the shared content, just add {{subtoc|Child guide name}} followed by links to the child guide's sub-pages. When adding multiple child guides to the ToC, put {{subtoc2|Child guide name}} after the previous child guide's content and before starting the new one's. Whether you are adding a single child guide or multiple ones, at the very bottom of all such content, add a simple {{subtoc2}} with no parameter at the bottom to signify the end of the child guide content.

After a parent guide's ToC has been set up, any further changes to either the parent or child ToCs can be made on the parent's.

Common layouts[edit]

Tip
Copy the code below the table you think you want to use and paste it into the sandbox to experiment.

These layouts are the ones most often used and should give you an idea if you find the standard layout isn't quite meeting your needs. In general, start with the normal layout, then try other ones, usually as the amount of walkthrough pages gets longer. One thing you should strive for is the "flattest" presentation possible, meaning columns of nearly equal length and no lopsidedness.

For times when there are too many non-walkthrough pages to nicely fit under the Gameplay or Appendices section, consider breaking them into multiple columns in either an area before or after the walkthrough. If the information belongs in the Gameplay section, put it before the Walkthrough section, and if it belongs in the Appendices section, put it after the Walkthrough section.

Normal layout
Gameplay Walkthrough Appendices
 · ...
 · ...
 · ...
 · ...
 · ...
 · ...
 · ...
 · ...
 · ...
{{col|3|begin}}
{{h2|[[Guide Name/Gameplay|Gameplay]]}}
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
{{col|3}}
{{h2|[[Guide Name/Walkthrough|Walkthrough]]}}
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
{{col|3}}
{{h2|Appendices}}
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
{{col|3|end}}
Double-column walkthrough
Gameplay Walkthrough Appendices
 · ...
 · ...
 · ...
 · ...
 · ...
 · ...
 · ...
 · ...
 · ...
 · ...
 · ...
 · ...
{{col|4|begin}}
{{h2|[[Guide Name/Gameplay|Gameplay]]}}
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
{{col|4|2}}
{{h2|[[Guide Name/Walkthrough|Walkthrough]]|center}}
{{listcol|2|list=
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
}}
{{col|4}}
{{h2|Appendices}}
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
{{col|4|end}}
Longer walkthrough
Gameplay Walkthrough
 · ...
 · ...
 · ...
 · ...
 · ...
 · ...
 · ...
 · ...
 · ...
 · ...
 · ...
 · ...
 · ...
 · ...
Appendices
 · ...
 · ...
{{col|3|begin}}
{{h2|[[Guide Name/Gameplay|Gameplay]]}}
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
{{h2|Appendices}}
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
{{col|3|2}}
{{h2|[[Guide Name/Walkthrough|Walkthrough]]|center}}
{{listcol|2|list=
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
}}
{{col|3|end}}
Longer walkthrough with sections
Gameplay Walkthrough
 · ...
 · ...
Heading 1
 · ...
 · ...
Heading 2
 · ...
 · ...
Heading 3
 · ...
 · ...
 · ...
 · ...
 · ...
Appendices
 · ...
 · ...
{{col|3|begin}}
{{h2|[[Guide Name/Gameplay|Gameplay]]}}
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
{{h2|Appendices}}
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
{{col|3|2}}
{{h2|[[Guide Name/Walkthrough|Walkthrough]]|center}}
{{col|2|begin}}
{{h3|Heading 1}}
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
{{h3|Heading 2}}
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
{{col|2}}
{{h3|Heading 3}}
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
{{col|2|end}}
{{col|3|end}}
Very long walkthrough with sections
Gameplay Appendices
 · ...
 · ...
 · ...
 · ...
Walkthrough
Heading 1
 · ...
 · ...
Heading 2
 · ...
 · ...
Heading 3
 · ...
 · ...
Heading 4
 · ...
 · ...
{{col|2|begin}}
{{h2|[[Guide Name/Gameplay|Gameplay]]}}
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
{{col|2}}
{{h2|Appendices}}
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
{{col|2|end}}
{{h2|[[Guide Name/Walkthrough|Walkthrough]]|center}}
{{col|4|begin}}
{{h3|Heading 1}}
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
{{col|4}}
{{h3|Heading 2}}
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
{{col|4}}
{{h3|Heading 3}}
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
{{col|4}}
{{h3|Heading 4}}
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
{{col|4|end}}
Very long walkthrough without defined sections
Gameplay Appendices
 · ...
 · ...
 · ...
 · ...
Walkthrough
 · ...
 · ...
 · ...
 · ...
 · ...
 · ...
 · ...
 · ...
{{col|2|begin}}
{{h2|[[Guide Name/Gameplay|Gameplay]]}}
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
{{col|2}}
{{h2|Appendices}}
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
{{col|2|end}}
{{h2|[[Guide Name/Walkthrough|Walkthrough]]|center}}
{{listcol|4|list=
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
}}
Short guide
 · Gameplay
 · Walkthrough
 · ...
* [[Guide Name/Gameplay|Gameplay]]
* [[Guide Name/Walkthrough|Walkthrough]]
* [[Guide Name/Page name|Page name]]

Fighting games[edit]

For more details on guides for Fighting games, see the Move lists project.

Fighting games have a special formatting for both the table of contents and the individual sub-pages of the guide. In addition to character moves, many fighting games are series which share a good number of characters throughout each game. For this reason, long-running fighting series usually use one table of contents for all games, with an ever-expanding list of characters. This is the normal layout for a fighting game table of contents:

Gameplay Characters
 · Game 1 (Moves)
 · Game 2 (Moves)
 · Game 3 (Moves)
 · ...
 · ...
 · ...
 · ...
 · ...
 · ...
 · ...
 · ...
 · ...
 · ...
 · ...
 · ...
Appendices
 · ...
 · ...
{{col|3|begin}}
{{h2|[[Guide Name/Gameplay|Gameplay]]}}
* [[Guide Name 1]] ([[Guide Name 1/Moves|Moves]]
* [[Guide Name 2]] ([[Guide Name 2/Moves|Moves]]
* [[Guide Name 3]] ([[Guide Name 3/Moves|Moves]]
{{h2|Appendices}}
* [[Guide Name/Page name|Page name]]
* [[Guide Name/Page name|Page name]]
{{col|3|2}}
{{h2|[[Guide Name/Walkthrough|Characters]]}}
{{listcol|2|list=
* [[Guide Name/Character name|Character name]]
* [[Guide Name/Character name|Character name]]
* [[Guide Name/Character name|Character name]]
* [[Guide Name/Character name|Character name]]
* [[Guide Name/Character name|Character name]]
* [[Guide Name/Character name|Character name]]
* [[Guide Name/Character name|Character name]]
* [[Guide Name/Character name|Character name]]
* [[Guide Name/Character name|Character name]]
* [[Guide Name/Character name|Character name]]
* [[Guide Name/Character name|Character name]]
* [[Guide Name/Character name|Character name]]
}}
{{col|3|end}}

In this case, individual character pages are located at Game name/Character name. The links under the Gameplay section are links to each game in the series' main game page, and the moves list for that game. Note that there are no Controls pages. For later games in the series, redirect the Walkthrough page to the main guide's Walkthrough page so the links in the Header Navs go where intended.