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.

All public logs

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

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

Logs
  • 00:29, 6 January 2024 Tacopill talk contribs created page Module:PrevNext (Created page with "local p = {} --p stands for package function p.prevnext(frame) -- A passthrough that gets args from the frame and all mArguments = require('Module:Arguments') args = mArguments.getArgs(frame) return p._prevnext(args) end function p._prevnext(args, options) if args["prev"] ~= nil then prev = "<-- " .. args["prev"] else prev = "First of the series" end if args["next"] ~= nil then next = args["next"] .. " -->" else next = "Last of the...")