Jump to content

Module:ExternalLinks/doc

From BadWolfMC Wiki

This is the documentation page for Module:ExternalLinks

This module defines a centralized table of commonly used external URLs for BadWolfMC.

It is invoked via the template Template:Ext-link using:

{{ext-link|key|optional display text}}
  1. Edit Module:ExternalLinks
  2. Add a new entry (preferably in alphabetical order) to the links table in this format:
    key = {
        url = "https://example.com/...",
        label = "Default Label"
    }
    
  3. Use it in the wiki like {{ext-link|key}}

See also