Home
Random
Nearby
Log in
Settings
Donate Now
If Wikipedia is useful to you, please give today.
About Wikipedia
Disclaimers
Search
Module
:
Sandbox/Angr lua
Module
Talk
Language
Watch
Edit
<
Module:Sandbox
This is the
current revision
of this page, as edited by
RexxS
(
talk
|
contribs
)
at
19:57, 9 November 2018
(RexxS moved page
Module:Sandbox/Angr lua 1
to
Module:Sandbox/Angr lua
without leaving a redirect: consolidation)
. The present address (URL) is a
permanent link
to this version.
Revision as of 19:57, 9 November 2018 by
RexxS
(
talk
|
contribs
)
(RexxS moved page
Module:Sandbox/Angr lua 1
to
Module:Sandbox/Angr lua
without leaving a redirect: consolidation)
(
diff
)
← Previous revision
| Latest revision (diff) | Newer revision → (diff)
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
=
{}
-- p stands for package
function
p
.
hello
(
frame
)
return
"Hello, world!"
end
return
p