יחידה:דעסקריפציע
קפיצה לניווט
קפיצה לחיפוש
מען קען שאפן דאקומענטאציע פאר דעם מאדול ביי יחידה:דעסקריפציע/דאק
local TD = require( "Module:ReadTd" )
local p = {}
function p.fetch(frame)
-- Initialise and populate variables
local getArgs = require("Module:Arguments").getArgs
local args = getArgs(frame)
local templatedata = TD.ReadTemplateData(args[1])
local ret = templatedata and templatedata["description"]
return ret
end
return p