Hiding specific sections from a toc
79,317pages on
this wiki
this wiki
Forum page
This Forum has been archived
Visit the new ForumsForums: Index → Support Requests → Hiding specific sections from a toc
Wikia's forums are a place for the community to help other members.
To contact staff directly or to report bugs, please use Special:Contact.
To contact staff directly or to report bugs, please use Special:Contact.
Note: This topic has been unedited for 231 days. It is considered archived - the discussion is over. Do not add to unless it really needs a response.
There are some sections that are only there to allow me to link to the part of the article. They shouldn't be displayed in TOC. Is it possible to hide those sections from toc or is there any other way to link to the part of the article? AW10 Talk Contribs E-Mail 15:01,9/18/2012
- I don't think you can do this, but if you want no toc to appear than you can add
__NOTOC__to the page (in source mode). If you want to quickly skip to a section of a long page you can add #(name_of_section) to the URL instead of scrolling down. 15:06, September 18, 2012 (UTC)- You can do this with
<span id="id name">A span id</span>
- The code above could be linked to with the post url code #id_name, you can see more examples here -- RandomTime 15:14, September 18, 2012 (UTC)
- You can do this with