All public logs

Combined display of all available logs of lipidbank_wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 04:17, 25 January 2023 Jcblmaster talk contribs created page Module:LBS (Created page with "local getArgs = require('Module:Arguments').getArgs; local lbs = {}; function lbs.FormatSugar( frame ) local args = getArgs(frame); local arg; if nil == args[1] then arg = "GlcNAca/b1-3Xyla-4Galb1-3GalNAca1-4(NeuAc?1-2NeuGc4Mea1-3)GalNAcb1-4(EtnP-6)GlcNAcb1-3Manb1-4Glcb1-1Cer"; else arg = args[1]; end seq = arg:match("[%S()%[%], ]+"); local ret = ""; seq = string.gsub(seq, "a/b([1-9?]?-[1-9/?]*)", "<sub>α/β%1</sub>"); seq = string.g...")