×
Create a new article
Write your page title here:
We currently have 69 articles on Super Shiritori Wiki. Type your article name above or click on one of the titles below and start writing!



Super Shiritori Wiki
Revision as of 05:21, 5 September 2026 by The CodeGhost (talk | contribs) (Fix: use a CSS class instead of the hidden attribute, which MediaWiki sanitizer strips from raw HTML)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

Description

A dark-themed infobox for the wiki's Discord bots/applications (Super-Shiritori, Word-Curatori, Vexitori). Replaces the old {{Character}} template, which was raw Fandom "Portable Infobox" markup (<infobox type="Character">) left over from the Fandom migration -- that extension was never self-hostable, so it rendered as literal unparsed tags rather than an actual infobox, and its fields (Species, Gender, Portrayed by, Marital status...) were built for fictional characters, not bots.

Syntax

{{Infobox application
| name        =
| color       =
| bg          =
| image       = [[File:Example.png|250px]]
| caption     =
| image1      =
| caption1    =
| image2      =
| caption2    =
| type        = Discord Bot
| function    =
| aliases     =
| platform    = Discord
| developer   =
| language    =
| status      = Active
| launched    =
| hosted_from =
| hosted      =
| access      =
| counterparts =
}}

All fields are optional except name (which defaults to the page title). A blank/omitted field just doesn't render that row.

Single image: use image (full wikitext, e.g. [[File:Example.png|250px]]) and optionally caption.

Multiple images (clickable tab bar): once image2 is set, the box switches to tabbed-gallery mode -- use image1/caption1, image2/caption2, up through image6/caption6. Each caption becomes a tab label; clicking a tab swaps the picture. See Super-Shiritori for a live 4-image example. (Requires JavaScript -- with it off, only the first image shows.)

Color scheme: color sets the accent color (tab bar, labels, header text -- default site orange #F19000); bg sets the card's background (default #2a0f00). Pick both to theme a box around its own images instead of the default orange/brown. Keep bg dark -- body text is a fixed light gray and won't stay readable on a light background.

hosted is always the current hosting location. Add hosted_from only if that location has changed since launch -- doing so splits the single "Hosted in" row into "Originally hosted" / "Currently hosted" instead. Leave hosted_from out for a bot that's never moved.