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

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