Template:Remove talkpage divider/doc
![]() | This is a documentation subpage for Template:Remove talkpage divider. It may contain usage information, categories and other content that is not part of the original template page. |
![]() | This template uses TemplateStyles: |
Extension:DiscussionTools adds a 1px solid horizontal line above each talk page section, along with some padding. The section looks somewhat like this.
Example!
Though this is usually desirable, as it ensures proper visual separation between sections, some editors might not want to have it. This template removes it from the immediately adjacent section.
Usage
To use this, place it right before the section you would like to remove the divider of.
<syntaxhighlight lang="wikitext">
A cookie for you!
</syntaxhighlight>
To keep the margins, pass |keep-margins=yes
as a parameter.
<syntaxhighlight lang="wikitext">
A cookie for you!
</syntaxhighlight>
To remove the divider and margins for all subsequent DiscussionTools talk page sections, pass |all=yes
as a parameter.
<syntaxhighlight lang="wikitext">
A cookie for you!
Blah blah blah. ~~~~
A cookie for you 2!
Blah blah blah. I also don't have a header! ~~~~ </syntaxhighlight>
Note that the divider might be remove or be in conflict with some archiving bots or scripts. Please make sure you place it in a section that won't be automatically archived.