כל היומנים הציבוריים

זוהי תצוגה משולבת של כל סוגי היומנים הזמינים בחב"דציטוט.

ניתן לצמצם את התצוגה באמצעות בחירת סוג היומן, שם המשתמש ו/או הדפים המושפעים.

יומנים
  • 16:26, 15 באוגוסט 2025 מ. רובין שיחה תרומות מחק את הדף יחידה:List (מיותר: התוכן היה: "-- This module outputs different kinds of lists. At the moment, bulleted, -- unbulleted, horizontal, ordered, and horizontal ordered lists are supported. local libUtil = require('libraryUtil') local checkType = libUtil.checkType local mTableTools = require('Module:TableTools') local p = {} local listTypes = { ['bulleted'] = true, ['unbulleted'] = true, ['horizontal'] = true, ['ordered'] = true, ['horizontal_ordered'] = true } function p.makeListData(listType, arg...")