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

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