Jump to content

Main public logs

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

Logs
  • 16:10, 21 July 2025 LIMAFOX76 talk contribs created page Module:Episode (Created page with "local data = mw.loadData("Module:Episode/data") local p={} function p.getInfo(frame) local episode = frame.args[1] -- for ex. "chilren of the gods" local nmspace, episodelink, episodetitle = unpack(data[episode] or {}) if data[episode] == "" or nil then return string.format("%s", episodelink, episodetitle) else return string.format("%s", nmespace, episodelink, episodetitle) end end return p")