Welcome to Super-Shiritori!
Please remember:
- No vandalism – Do not add nonsense, false info, spam, or blank pages.
- Respect others – Be polite and assume good faith.
- Use reliable information – Make sure edits are accurate and IMPORTANT.
- Stay constructive – Help us grow the wiki with content, especially with the Word compendium.
⚠️ Repeated vandalism or rule-breaking may result in warnings or blocks. If you see vandalism, please revert it and notify an admin.
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* FORCE BREAK GIANT ARTICLE TITLES */
.page-header__title-wrapper,
.page-header__main,
.page-header__title,
h1.page-header__title {
display: block !important;
min-width: 0 !important;
max-width: 100% !important;
width: 100% !important;
word-break: break-all !important;
overflow-wrap: break-word !important;
white-space: normal !important;
flex: 1 1 auto !important;
}
/* FORCE BREAK INSIDE BODY ARTICLES */
.mw-parser-output {
word-break: break-all !important;
overflow-wrap: break-word !important;
}
