Module:Sandbox: 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.

28 April 2023

  • curprev 15:0615:06, 28 April 2023Omri talk contribs 540 bytes +540 Created page with "local p = {} --p stands for package function p.hello( frame ) -- Get wiki from input -- {{#invoke:cil|Q42|wiki}}? {{cil|Q42|wiki}}? "cross-wiki inter-language link" -- Get user language ({{userlang}} does this, but how to do it in Lua?) -- Combine user language code with project (e.g. en + wiki) -- Check if it exists: return mw.wikibase.getSitelink( 'Q42', 'orcawiki' ) -- Will return the page name if exists, else returns nil -- If page name, link: [[en:..."