WikilyWIKILY
All games8 Wikis · pick your game
Menu

Documentation

Extensions

Updated 2026-08-13

The built-in blocks cover what every wiki needs. An extension is a bundle of blocks for something more specific: a dossier banner, interactive maps, a crafting calculator.

You do not install one from inside the editor. Extensions ship with the platform, and your wiki chooses which are on.

What an extension gives you

An extension is a bundle someone installed for your wiki. Switch it on and its blocks join the palette next to the built-in ones; switch it off and they stop being offered. Nothing else about your pages changes.
BlocksThey appear in the palette under the extension name, and drag, nest, style and translate like any other block.
Card looksSome contribute a preset that changes how entries are drawn in a grid or list, chosen from a dropdown.

A new wiki starts with everything on, so the palette is full from the first page. Turning things off is for later, when you want a shorter list.

Turn one on or off

  1. Open your wiki and click Manage.
  2. Click Extensions.
  3. Use the switch next to the one you want.
It removesThe blocks from the palette, so nobody adds a new one.
It does not removeBlocks already on your pages. A toggle deletes nothing.
ButThose blocks have no code to render with while it is off, so the page will be missing them.

Take the blocks off your pages first, then turn the extension off. And if a block has stopped rendering, the extensions screen is the first thing to check.

Using an extension block

Add it like any other block, then open Properties. The settings come from what the block itself declares, so every option gets a proper control: a picture field gets the media library, a colour gets a picker, a data column gets a list of your columns.

Most extension blocks are data blocks. Many need the page bound to a row before they render anything.

The editor draws each one as it will publish, so what you see on the canvas is the block. One that has no data to draw says so in its place rather than leaving a gap, which means a blank spot is a block you have not fed yet, not a broken one.

A few ship a fuller editor of their own, opened with a button at the top of the panel: a map with its markers, a calculator with its recipes.

What they cannot do

Reach other wikisAn extension block reads your wiki's own data and nothing else. Turning one on does not hand it your content.
Restyle your pagesA block still obeys your theme, your Custom CSS and Properties. It just puts more blocks on the shelf.

Missing one you need? Check whether Lua already covers it first. Most requests turn out to be a calculation rather than a new kind of block, and Lua is editable in the browser where an extension is not. See Do you need an extension?