因为以下原因,您没有权限编辑本页: 您所请求的操作仅限于这些用户组的用户使用:用户、FANDOM助手、Wiki主管、内容团队人员 您没有权限编辑Template名字空间内的页面。 您可以查看与复制此页面的源代码。 <noinclude>{{Documentationpage}}</noinclude> Template for manipulating the table of contents (TOC) of an article: a maximum level for shown headlines can be specified, and the TOC can be aligned to the left/right of an article (with text flowing around it). ==Usage== Simply place the following where you want the TOC to appear: <pre>{{TOC}}</pre> ===Parameters=== {{Docparam|name=<unnamed 1> // float|req=no|default=|desc= Specifies alignment of the TOC; sets [[wikipedia:Cascading Style Sheets|CSS]] "float" (and "clear") attribute for the box. Available options: * ''left'': TOC will be aligned to the left, and text will flow around it on the right. * ''right'': TOC will be aligned to the right, and text will flow around it on the left. }} {{Docparam|name=limit|req=no|default=|desc= If specified, subheadings with a level lower than <code>limit</code> will not be shown in the TOC. For example, with <code>limit</code> set to 3, only headings up to level 3 (<code>===</code>) will be displayed. Usually used for articles with a lot of subheadings in order to downsize the TOC. }} ==Technical== * Lower level headlines are hidden via CSS. See [[MediaWiki:Common.css]]. 该页面使用的模板: Template:Directionbox(查看源代码)Template:Docparam(查看源代码)Template:Documentationpage(查看源代码)Template:Icon(查看源代码)模块:Icons(查看源代码)返回至Template:TOC/doc。