אונטערשייד צווישן ווערסיעס פון "יחידה:דעסקריפציע"
קפיצה לניווט
קפיצה לחיפוש
(אנהייב) |
(קיין אונטערשייד)
|
רעוויזיע פון 19:16, 29 אקטאבער 2023
מען קען שאפן דאקומענטאציע פאר דעם מאדול ביי יחידה:דעסקריפציע/דאק
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["description"]
return ret
end
return p