Jump to content

Module:Wp/kac/File link: Revision history

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.

9 September 2024

  • curprev 02:2402:24, 9 September 2024咽頭べさ talk contribs 2,565 bytes +2,565 Created page with "-- This module provides a library for formatting file wikilinks. local yesno = require('Module:Wp/kac/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' then error(string.format( "type er..."