יחידה:Random portal component: היסטוריית גרסאות

קפיצה לניווט קפיצה לחיפוש

בחירת גרסאות להשוואה: יש לבחור את הגרסאות שברצונך להשוות ולאחר מכן להקיש על Enter או ללחוץ על הכפתור שלמטה.
מקרא: (נוכחית) = השוואה עם הגרסה החדשה ביותר, (קודמת) = השוואה עם הגרסה הקודמת, מ = עריכה משנית.

22 ביוני 2024

  • נוכחיתקודמת 08:5908:59, 22 ביוני 2024RfWikiAdm שיחה תרומות 3,155 בתים +3,155 יצירת דף עם התוכן "-- This module implements Template:Random portal component local p = {} local mRandom = require('Module:Random') local currentTitle = mw.title.getCurrentTitle() local function getRandomNumber(max) -- gets a random integer between 1 and max; max defaults to 1 return mRandom.number{max or 1} end local function expandArg(args, key) -- Emulate how unspecified template parameters appear in wikitext. If the -- specified argument exists, its value is r..."