Main public logs
Appearance
This is a combined display of all logs except the patrol, review, tag and thanks logs:
- Who performed the action – enter their name without prefix under "Performer".
- The page or user affected by an action – enter the page or user name (prefixed with "User:") under "Target".
- 10:54, 27 March 2022 MarekKocka talk contribs created page Module:Sandbox/AngryBiceps (←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')