User:TheRoman/Sandbox
Chapter One: The First Time
Testing out using a standardized Chapter heading for the {{Book ref}} template, so no exception has to be made for odd chapter formats. Follow suggestion from ChatGPT
Using:
<span id="Chapter 1"></span> <h2>Chapter One: The First Time</h2>
If you want the <span> not to appear (e.g., no line break or spacing), add CSS:
In MediaWiki:Common.css:
.anchor-hidden {
display: inline-block;
height: 0;
overflow: hidden;
}
Then write:
<span id="Chapter 1" class="anchor-hidden"></span> <h2>Chapter One: The First Time</h2>
Chapter One: The First Time
Chapter Two: The Second Time
Chapter Three: The Third Time
Chapter Four: The Fourth Time