Home
Random
Nearby
Log in
Settings
Donate Now
If Wikipedia is useful to you, please give today.
About Wikipedia
Disclaimers
Search
Module
:
Sandbox/CX Zoom/TestPage1
Module
Talk
Language
Watch
Edit
<
Module:Sandbox
This is an
old revision
of this page, as edited by
CX Zoom
(
talk
|
contribs
)
at
09:19, 26 June 2023
(Experiment)
. The present address (URL) is a
permanent link
to this revision, which may differ significantly from the
current revision
.
Revision as of 09:19, 26 June 2023 by
CX Zoom
(
talk
|
contribs
)
(Experiment)
(
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
function
main
(
frame
)
str
=
"2+3"
res
=
load
(
str
)
return
res
end
return
{
main
=
main
,
}