Jump to content

Module:Sandbox/AngryBiceps: Revision history


For any version listed below, click on its date to view it. For more help, see Help:Page history and Help:Edit summary. (cur) = difference from current version, (prev) = difference from preceding version, m = minor edit, → = section edit, ← = automatic edit summary

14 April 2022

27 March 2022

  • curprev 10:5410:54, 27 March 2022 MarekKocka talk contribs 331 bytes +331 Created page with 'function nahodneFakty() local pocetVybranychFaktov = 4 local vystup local fakty = { "Text1", "Text2", "Text3", "Text4", "Text5", "Text6", "Text7", "Text8", } for i=0,pocetVybranychFaktov,1 do pocet = #fakty nahodneCislo = math.random(1, pocet) vystup=fakty[nahodneCislo] return("vystup") end end'