Jump to content

Module:Wikidata/Chemin/Path: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, f = minor edit.

19 ngôida ya kûmi na zôle 2023

  • curprev 12:3912:39, 19 ngôida ya kûmi na zôle 2023 CapitainAfrika disolo bisalu 4,453 bytes +4,453 Created page with "local path = {} local propt = require "Module:Propriétés" path.Node = {} function path.Node:new (o) o = o or {} setmetatable(o, self) self.__index = self return o end path.AlternativeNode = path.Node:new() function path.AlternativeNode:create(nodes) local newinst = {["nodes"] = nodes} setmetatable(newinst, self) self.__index = self return newinst end function path.AlternativeNode:type() return "alternativenode" end path.SequenceNode = path.Node:new()..."