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