Module:ලිත
Appearance
This module is rated as pre-alpha. It is unfinished, and may or may not be in active development. It should not be used from article namespace pages. Modules remain pre-alpha until the original editor (or someone who takes one over if it is abandoned for some time) is satisfied with the basic structure. |
මෙම මොඩියුලයට අවශ්ය අනෙකුත් මොඩියුල මත: |
භාවිතය
[සංස්කරණය]{{#invoke:{{subst:BASEPAGENAME}}|function_name}}
<includeonly></includeonly>
local p={}
local data = mw.loadData("Module:ලිත/දත්ත")
--[[
------------------------------------------------------------------------------------
-- sunrise
--
-- සැකිල්ල:හිරු උදාව, මෙම ශ්රිතය ආමන්ත්රණය කරයි
--
------------------------------------------------------------------------------------
--]]
function p.sunrise(frame)
-- තවමත් මෙම ශ්රිතය ලියා අවසාන නැත.
return "තවමත් මෙම ශ්රිතය ලියා අවසාන නැත."
end
--[[
------------------------------------------------------------------------------------
-- moonrise
--
-- සැකිල්ල:සඳු උදාව, මෙම ශ්රිතය ආමන්ත්රණය කරයි
--
------------------------------------------------------------------------------------
--]]
function p.moonrise(frame)
-- තවමත් මෙම ශ්රිතය ලියා අවසාන නැත.
return "තවමත් මෙම ශ්රිතය ලියා අවසාන නැත."
end
--[[
------------------------------------------------------------------------------------
-- code
--
-- සැකිල්ල:ලිත මෙම ශ්රිතය ආමන්ත්රණය කරයි
--
------------------------------------------------------------------------------------
--]]
function p.code(frame)
-- තවමත් මෙම ශ්රිතය ලියා අවසාන නැත.
return "තවමත් මෙම ශ්රිතය ලියා අවසාන නැත."
end
return p