-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
pages.xml
103 lines (99 loc) · 3.91 KB
/
pages.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<mediawiki xmlns="http://www.mediawiki.org/xml/export-0.10/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mediawiki.org/xml/export-0.10/ http://www.mediawiki.org/xml/export-0.10.xsd" version="0.10" xml:lang="en">
<siteinfo>
<sitename>devwiki</sitename>
<dbname>wiki</dbname>
<base>http://dev.wiki.local.wmftest.net:8080/wiki/Main_Page</base>
<generator>MediaWiki 1.35.0-alpha</generator>
<case>first-letter</case>
<namespaces>
<namespace key="-2" case="first-letter">Media</namespace>
<namespace key="-1" case="first-letter">Special</namespace>
<namespace key="0" case="first-letter" />
<namespace key="1" case="first-letter">Talk</namespace>
<namespace key="2" case="first-letter">User</namespace>
<namespace key="3" case="first-letter">User talk</namespace>
<namespace key="4" case="first-letter">Wiki</namespace>
<namespace key="5" case="first-letter">Wiki talk</namespace>
<namespace key="6" case="first-letter">File</namespace>
<namespace key="7" case="first-letter">File talk</namespace>
<namespace key="8" case="first-letter">MediaWiki</namespace>
<namespace key="9" case="first-letter">MediaWiki talk</namespace>
<namespace key="10" case="first-letter">Template</namespace>
<namespace key="11" case="first-letter">Template talk</namespace>
<namespace key="12" case="first-letter">Help</namespace>
<namespace key="13" case="first-letter">Help talk</namespace>
<namespace key="14" case="first-letter">Category</namespace>
<namespace key="15" case="first-letter">Category talk</namespace>
<namespace key="828" case="first-letter">Module</namespace>
<namespace key="829" case="first-letter">Module talk</namespace>
</namespaces>
</siteinfo>
<page>
<title>Module:Export-bcmath</title>
<ns>828</ns>
<id>4</id>
<revision>
<id>5</id>
<timestamp>2019-09-18T00:42:17Z</timestamp>
<contributor>
<ip>10.0.2.2</ip>
</contributor>
<comment>Created page with "return mw.bcmath"</comment>
<model>Scribunto</model>
<format>text/plain</format>
<text xml:space="preserve" bytes="16">return mw.bcmath</text>
<sha1>hfataapqxttkge1sv4uooxb5z6sbw51</sha1>
</revision>
</page>
<page>
<title>Module:Hello-world</title>
<ns>828</ns>
<id>5</id>
<revision>
<id>6</id>
<timestamp>2019-09-18T01:46:30Z</timestamp>
<contributor>
<ip>10.0.2.2</ip>
</contributor>
<model>Scribunto</model>
<format>text/plain</format>
<text xml:space="preserve" bytes="557">-- Create a constant
local pi = mw.bcmath.new(
'3.141592653589793238462643383279502884197169399375105'
.. '82097494459230781640628620899862803482534211706798214'
.. '80865132823066470938' )
-- Create the exported hash
local h = {}
-- Add a semi-private function
function h._circumference( radius )
return 2*pi*radius
end
-- Add a public function
function h.circumference( frame )
--return frame.args[1] or frame.args['radius']
return h._circumference( tonumber( frame.args[1] or frame.args['radius'] ) )
end
-- Return the exported hash
return h</text>
<sha1>r6nbqzhbg66lunzd7cf2fpzckejzteh</sha1>
</revision>
</page>
<page>
<title>Hello-world</title>
<ns>0</ns>
<id>6</id>
<revision>
<id>7</id>
<timestamp>2019-09-18T01:41:32Z</timestamp>
<contributor>
<ip>10.0.2.2</ip>
</contributor>
<comment>Created page with "From the radius of the sun we can calculate the circumference :{{#invoke:Hello-world|circumference|0.696e9}}"</comment>
<model>wikitext</model>
<format>text/x-wiki</format>
<text xml:space="preserve" bytes="108">From the radius of the sun we can calculate the circumference
:{{#invoke:Hello-world|circumference|0.696e9}}</text>
<sha1>oma1cd3m9mtxud1qve056vrd4rsei4x</sha1>
</revision>
</page>
</mediawiki>