Talk:Bylaws: Difference between revisions
Jump to navigation
Jump to search
Bryandamon (talk | contribs) No edit summary |
Bryandamon (talk | contribs) (Removed example content and left description of changes.) Tag: Replaced |
||
Line 1: | Line 1: | ||
The [[Bylaws]] page is modified using the following: | |||
# Making the subsections wiki headers, this allows specific sections (4.3.6, etc.) | # Making the subsections wiki headers, this allows specific sections (4.3.6, etc.) | ||
#* This makes the TOC more complicated, but is fixed by <code><nowiki><div class="toclimit-2">__TOC__</div></nowiki></code> and changes to [[MediaWiki:Common.css|Common.css]] | #* This makes the TOC more complicated, but is fixed by <code><nowiki><div class="toclimit-2">__TOC__</div></nowiki></code> and changes to [[MediaWiki:Common.css|Common.css]] | ||
Line 7: | Line 5: | ||
#* This makes the sections different font sizes, but is fixed by changes to [[MediaWiki:Common.css|Common.css]] | #* This makes the sections different font sizes, but is fixed by changes to [[MediaWiki:Common.css|Common.css]] | ||
# Removing section edit links by using <code><nowiki>__NOEDITSECTION__</nowiki></code> | # Removing section edit links by using <code><nowiki>__NOEDITSECTION__</nowiki></code> | ||
Revision as of 04:42, 14 January 2019
The Bylaws page is modified using the following:
- Making the subsections wiki headers, this allows specific sections (4.3.6, etc.)
- This makes the TOC more complicated, but is fixed by
<div class="toclimit-2">__TOC__</div>
and changes to Common.css - However, doing this also removes the visibility of section numbering, but is fixed by adding the NumberedHeadings extension and adding
__NUMBEREDHEADINGS__
- This makes the sections different font sizes, but is fixed by changes to Common.css
- This makes the TOC more complicated, but is fixed by
- Removing section edit links by using
__NOEDITSECTION__