ผลต่างระหว่างรุ่นของ "แม่แบบ:TOC limit"

จากวิกิพีเดีย สารานุกรมเสรี
เนื้อหาที่ลบ เนื้อหาที่เพิ่ม
MerlIwBot (คุย | ส่วนร่วม)
โรบอต ลบ: es:Plantilla:TOClimit (strong connection between (2) th:แม่แบบ:TOC limit and es:Plantilla:TOC limit)
Addbot (คุย | ส่วนร่วม)
Bot: Migrating interwiki links, now provided by Wikidata on d:q6476372
บรรทัด 2: บรรทัด 2:
{{pp-template|small=yes}}
{{pp-template|small=yes}}
{{documentation}}
{{documentation}}
[[or:ଟେମ୍ପଲେଟ:TOC limit]]
</noinclude>
</noinclude>

รุ่นแก้ไขเมื่อ 07:08, 2 สิงหาคม 2556

Documentation icon คู่มือการใช้งานแม่แบบ[ดู] [แก้] [ประวัติ] [ล้างแคช]

This template inserts a Table of Contents which omits subheadings lower than a certain level. The table obeys the same layout rules as the __TOC__ magic word. Omitted sections still have section edit links in the article body; the main use for this template is situations where you want section edit links for ease of editing but don't want to clutter the table of contents.

Usage

{{TOC limit}}

The template defaults to including only == level 2 == and === level 3 === headers.

You can specify a different limit by adding a header level:

{{TOC limit|4}}

4 allows ==== level 4 headers ==== but omits any subheadings below that from the TOC.

The template works by hiding the lower levels with CSS. See MediaWiki:Common.css.

Conflicts

This template does not interact well with the {{TOC right}}, {{TOC left}}, {{TOC center}} templates. To achieve the correct effect, use those with a limit parameter. For example, {{TOC right|limit=2}} has the effect that {{TOC right}} and {{TOC limit|2}} would have—if they worked together.