Дополнительные действия
Общий список журналов сайта wiki.iccup.org. Вы можете отфильтровать результаты по типу журнала, имени участника (учитывается регистр) или затронутой странице (также учитывается регистр).
- 17:48, 2 сентября 2024 DarkMuse обсуждение вклад создал страницу Модуль:IccupDB (Новая страница: «-- Module:IccupDB local p = {} -- Function to handle the database query function p.datapoint(frame) local args = frame:getParent().args local query = args.query or "" local conditions = args.conditions or "" local limit = tonumber(args.limit) or 10 local order = args.order or "name asc" local template = args.template or "Identity" local param = args.param or "" -- Here you would replace this with your actual database query...»)