User contributions for Lakelimbo
From Splatoon Fanon
20 August 2025
- 15:0115:01, 20 August 2025 diff hist +3,700 N Module:File Created page with "--[[ This is an updated version of Inkipedia's File module, less bloated and easier to add features if needed. In fact, the way it works might as well be used as a base/generic module for other things. ]]-- local license = require("Module:File/Licenses") local f = {} local container = mw.html .create("table") :tag("tr") :tag("th") :attr({ ["colspan"] = 2 }) :css({ ["text-align"] = "center" }) :wikitext("File information") :done() :done() ---Will conv..." current
- 15:0115:01, 20 August 2025 diff hist +4,836 N Module:File/Licenses Created page with "local l = {} ---The list of licenses. ---As you may see below (on the `l.get_license()` function), the key NEEDS to ---not have spaces, dashes, dots, or underscores. --- ---@type table<string, string> local licenses = { ccbysa10 = "''This file is distributed under the '''[https://creativecommons.org/licenses/by-sa/1.0/deed.en Creative Commons Attribution-ShareAlike 1.0]''' license.''Category:Media licensed under CC BY-SA 1.0", ccby20 = "''This file is distributed..." current