Модуль:Песочница/Pok: различия между версиями

мНет описания правки
мНет описания правки
Метка: ручная отмена
Строка 17: Строка 17:
         title = "Prototypes/Механика/Случайный события",
         title = "Prototypes/Механика/Случайный события",
         args = {
         args = {
             weight = frame:preprocess(stationEvent.weight and ("<nowiki>" .. stationEvent.weight .. "</nowiki>") or ""),
             weight = stationEvent.weight or "",
             minimumPlayers = frame:preprocess(stationEvent.minimumPlayers and ("<nowiki>" .. stationEvent.minimumPlayers .. "</nowiki>") or ""),
             minimumPlayers = stationEvent.minimumPlayers or "",
             earliestStart = frame:preprocess(stationEvent.earliestStart and ("<nowiki>" .. stationEvent.earliestStart .. " </nowiki>") or ""),
             earliestStart = stationEvent.earliestStart and (stationEvent.earliestStart) or "",
             duration = frame:preprocess(stationEvent.duration and ("<nowiki>" .. stationEvent.duration .. " </nowiki>") or "")
             duration = stationEvent.duration and (stationEvent.duration) or ""
         }
         }
     }
     }