Home
Random
Nearby
Log in
Settings
Donate
About Wikipedia
Disclaimers
Search
Module
:
User:Ketil3/Sandbox/Lua1
Module
Talk
Language
Watch
Edit
Module documentation
[
create
] [
purge
]
You might want to
create
a documentation page for this
Scribunto module
.
Editors can experiment in this module's sandbox
(
create
|
mirror
)
and testcases
(
create
)
pages.
Add categories to the
/doc
subpage.
Subpages of this module
.
local
p
=
{}
function
p
.
hello
(
frame
)
return
"Hello, world!"
end
return
p