Module:Bullet and AE: 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.

12 May 2022

25 March 2022

  • curprev 17:3617:36, 25 March 2022en>Centrist16 1,130 bytes +1,130 Created page with "local p = {} function p.bul( frame ) setted = frame.args[1] if setted == "big" then return "<span style=\"font-size:160%\">•</span>" elseif setted == "small" then return "∙" elseif setted == "triangle" then return "‣" elseif setted == "hollow" then return "◦" elseif setted == "target" then return "⦿" elseif setted == "targethollow" then return "⦾" elseif setted == "middot" then return "·" else return "•" end..."