Module:Wikidata Infobox/i18n: 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.

7 September 2022

  • curprev 10:5910:59, 7 September 2022imported>LennardHofmann 417 bytes +417 Created page with 'local p = {} --- @param msgKey "editlink-alttext"|"newitem"|"noid"|"search-depicted"|"taxon-depicted"|"search"|"noclaims" --- @param fallbacklangs string[]: list of language codes --- @return string message, string msgLang function p.i18n( msgKey, fallbacklangs ) local message = mw.getCurrentFrame():expandTemplate{ title = 'Wikidata Infobox/i18n/getMsg', args = { msgKey } } return message, "en" end return p'