Difference between revisions of "Headings - 2025"
Line 4: | Line 4: | ||
A typical heading for a section looks like this: | A typical heading for a section looks like this: | ||
==Section 1 (also, I want to get rid of the edit link | ==Section 1 (also, I want to get rid of the edit link ➞)== | ||
I know that I can get rid of the edit link in my settings, but I want to be able to remove it on a case-by-case basis. Also, I would would be more happy with section headings that look like this: | I know that I can get rid of the edit link in my settings, but I want to be able to remove it on a case-by-case basis. Also, I would would be more happy with section headings that look like this: |
Revision as of 01:05, 31 January 2025
I have become unhappy with how Mediawiki displays headings for sections on articles. I have now decided to change how they look.
A typical heading for a section looks like this:
Section 1 (also, I want to get rid of the edit link ➞)
I know that I can get rid of the edit link in my settings, but I want to be able to remove it on a case-by-case basis. Also, I would would be more happy with section headings that look like this:
Section 1
To do this, I have to use the <hr3> and </hr3> tag. Once that has the heading looking correct, I must also use the <br> tag.
I may even switch down to a smaller heading type, using the <h4> tag. It looks like this:
Section 1
example text.
In Use
I have put this in use on the Youtube page. I like it.
Page Headings
This will change how the actual article title is displayed:
{{DISPLAYTITLE:put whatever page title you want here}}
Also, this works: (see page title above)
{{DISPLAYTITLE:<font face="courier">headings - 2025</font>}}
You can use the normal Mediawiki bold and italic markers in there too.