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:PrevNext"

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 05:41, 6 January 2024Alex95 talk contribsm 1,251 bytes 0 Making these arrows look a bit nicer with characters that aren't used for usual coding.
  • curprev 00:29, 6 January 2024Tacopill talk contribs 1,251 bytes +1,251 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..."