Jump to content

Skins

From Wikven

You can choose bundled skins in .wikven.yaml.

Available skins

The skins bundled with MediaWiki are available. Selecting Vector gives Vector 2022 (the skin's vector-2022 variant).

Configuring the skin

You can change the skin by setting skins. The first skin in the list is used as the default.

skins:
  - Timeless

Third-party skins

A skin that is not bundled can be listed in skins too, with its source declared in WikvenRepositories. It is fetched at build time and may be the default like any other. This documentation site fetches the third-party Citizen skin this way, offered alongside Vector through the footer skin switcher.

skins:
  - Example
config:
  WikvenRepositories:
    Example:
      repository: https://github.com/example/Example.git
      reference: REL1_45

Skin-specific configuration

Use the config map.

config:
  VectorResponsive: false


Retrieved from "Skins.html"