Search Results: Module:WikidataIB/testcases


Module:WikidataIB/doc
Minggu, 2025-12-21 03:30:35

This module is intended to be used inside {{infobox}} (letters WikidataIB stand for Info Box, hence the name) or other templates and designed specifically...

Click to read more »
Module:Sandbox/Hussamsi/testcases
Kamis, 2022-04-14 04:15:00

Hussamsi Introduction to Lua in Wikipedia local p = {} local WikidataIB = require("Module:WikidataIB") function p.langs(frame) local langslist = mw.language...

Click to read more »
Module:Wd/sandbox/testcases/testcaseTable
Sabtu, 2024-06-08 18:07:13

centralized testcases, which are currently triplicated. -- dependencies used for generating expected outputs local wdib = require("Module:WikidataIB") local...

Click to read more »
Module:Wikidata/doc
Rabu, 2023-05-03 17:07:13

display the linked value(s) from Wikidata if the infobox parameter is locally set to FETCH_WIKIDATA See Module:WikidataIB for a modification that allows...

Click to read more »
Module:URL/doc
Rabu, 2025-09-24 04:18:30

return url("https://en.wikipedia.org/wiki/Special:UserLogout") end return p {{#invoke:WikidataIB|url2}} – a simpler version which only allows one value...

Click to read more »
Module:Complex date/doc
Rabu, 2024-11-13 09:50:26

module is intended for processing of date strings. It is used by Module:WikidataIB This function is the engine behind c:template:Complex date. Please see...

Click to read more »
Module:Wd/doc
Senin, 2025-10-20 21:45:41

Module:Wd in infobox templates, per the 2018 RFC. Instead, use Module:WikidataIB. The general structure of a call to this module is as follows. Note that...

Click to read more »
Module:Wd/testcases/2
Jumat, 2023-06-16 22:18:37

tests. local p = require('Module:UnitTests') local wdib = require('Module:WikidataIB') local wdsb = require('Module:Wd/sandbox') function p:test_sandbox()...

Click to read more »
Module:Wd/testcases/1
Jumat, 2023-06-16 22:17:11

tests. local p = require('Module:UnitTests') local wdib = require('Module:WikidataIB') local wd = require('Module:Wd') function p:test_live() ...

Click to read more »
Module:String2/doc
Kamis, 2026-02-05 22:33:45

the possibility of working with text returned from Wikidata in mind. However, a call to Wikidata may return empty, so the functions should generally...

Click to read more »