All public logs

Jump to navigation Jump to search

Combined display of all available logs of Coral Island Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 02:26, 4 August 2023 Admin coral island talk contribs created page Module:Context-link (Created page with "-- <nowiki> -- This module implements context-link templates. local p = {} local getArgs = require('Dev:Arguments').getArgs -- Helper functions local function findNamespace(link) local namespace = link:match('^(.-):') if namespace then local namespaces = mw.site.namespaces[namespace] if namespaces then return namespaces.id end end return 0 end local function formatLink(link, display) local namespace = findName...")