Revision history of "Module:Page tabs"

Jump to navigation Jump to search

There is no edit history for this page.

This page does not exist. The deletion, protection, and move log for the page are provided below for reference.

  • 19:56, 2 April 2018 Barry talk contribs deleted page Module:Page tabs (content was: "-- This module implements {{Page tabs}}. local getArgs = require('Module:Arguments').getArgs local yesno = require('Module:Yesno') local p = {} function p.main(frame) local args = getArgs(frame) return p._main(args) end function p....")