Welcome to the Lylat Wiki, all about the Star Fox series! If you'd like to help out, please take a look at our community portal.

Revision history of "Module:Header"

From Lylat Wiki, your source on Star Fox information. By Fans, for Fans.
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 00:12, 6 January 2024Tacopill talk contribs 2,667 bytes +2,667 Created page with "local p = {} --p stands for package function p.header(frame) -- A passthrough that gets args from the frame and all mArguments = require('Module:Arguments') args = mArguments.getArgs(frame) return p._header(args) end function p._header(args, options) if mw.site.namespaces ~= 502 and args["title"] ~= nil then gallery_text = "[[Gallery:" .. args["title"] .. "|Gallery]]" else gallery_text = "Gallery" end if mw.site.namespaces ~= 14 and args["title"] ~=..."