« Module:Script » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 14 : | Ligne 14 : | ||
local root = mw.html.create() | local root = mw.html.create() | ||
local command = self.template | local command = self.template | ||
if self.arguments | if self.arguments then | ||
for key, value in pairs(self.arguments) do | for key, value in pairs(self.arguments) do | ||
if value ~= nil then | if value ~= nil then | ||