Module:File link: Revision history

Jump to navigation Jump 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.

4 August 2023

  • curprev 02:4202:42, 4 August 2023Admin coral island talk contribs 2,584 bytes +2,584 Created page with "-- <nowiki>This module provides a library for formatting file wikilinks. -- Credits Wikipedia:Module:File link local yesno = require('Dev:Yesno') local checkType = require('libraryUtil').checkType local p = {} function p._main(args) checkType('_main', 1, args, 'table') -- This is basically libraryUtil.checkTypeForNamedArg, but we are rolling our -- own function to get the right error level. local function checkArg(key, val, level) if type(val) ~= 'string' t..."