Difference between revisions of "Main Page"
Jump to navigation
Jump to search
imported>Admin m (Reverted edits by Admin (talk) to last revision by 172.27.0.1) |
imported>Admin |
||
Line 1: | Line 1: | ||
<spotify>album/4tRU7xRuLI8oaTTNFtrytT</spotify> | |||
=Map Demo= | |||
<mapframe text="Map of [[wikipedia:Bali|Bali]]" latitude="-8.2" longitude="115.0920" zoom="7" width="800" height="300" align="center"> | |||
{ | |||
"type": "FeatureCollection", | |||
"features": [ | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "[[wikipedia:Bali|Bali]] is an island in [[wikipedia:Indonesia| Indonesia]]", | |||
"marker-size": "large", | |||
"marker-color": "f00" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
-8.3405, | |||
115.0920 | |||
] | |||
} | |||
} | |||
] | |||
}</mapframe> | |||
Before doing any development, please read [http://mediawiki.org MediaWiki]'s Manual:Extensions | |||
<ref> | |||
Anonymous MediaWiki Manual Editors, | |||
Manual:Extensions, | |||
Last Access: March 27, 2021, | |||
https://www.mediawiki.org/wiki/Manual:Extensions | |||
</ref> | |||
---- | |||
==Extension:EmbedVideo<ref> | |||
Alexia E. Smith (Alexia E. Smith), Andrew Whitworth (Whiteknight), Jim R. Wilson (Jimbojw), and Mohammad Derakhshani (Mderakhs), | |||
Extension:EmbedVideo, | |||
Latest version 2.9.0 (2020-10-14), | |||
Wikimedia, | |||
https://www.mediawiki.org/wiki/Extension:EmbedVideo | |||
</ref>== | |||
<Center> | |||
Note that using the ''''#ev'''' tag, one may specify ''''start'''' and ''''stop'''' time points. | |||
{{#ev:youtube|https://www.youtube.com/watch?v=-cPchmU-pB4|||||start=200&end=215}} | |||
Using the ''''#evt'''' tag, specify the dimensions of the video. | |||
{{#evt: | |||
service=youtube | |||
|id=https://www.youtube.com/watch?v=eAORm-8b1Eg | |||
|dimensions=200 | |||
}} | |||
</Center> | |||
---- | |||
==Math Typesetting== | |||
<Center> | |||
<math>\int_a^x \!\!\!\int_a^s f(x)\,dz\,ds = \int_a^x f(w)(z-c)\,dy</math> | |||
<br> | |||
</Center> | |||
==3D Data in json format== | |||
<Center>[[File:Cube.json]]</Center> | |||
==DynamicPageList== | |||
<ref> | |||
IlyaHaykinson and Amgine, | |||
Extension:DynamicPageList, | |||
Wikimedia, | |||
last accessed: March 27, 2021, | |||
URL:https://www.mediawiki.org/wiki/Extension:DynamicPageList_(Wikimedia) | |||
</ref> : | |||
<DynamicPageList> | |||
category=Logic Model | |||
count=5 | |||
</DynamicPageList> | |||
==Locating the Table of Content (ToC) using the Magic word== | |||
__TOC__ | |||
---- | |||
=References= | |||
<References/> | |||
=test link= | =test link= | ||
[[test]] | [[test]] |
Revision as of 10:39, 20 April 2021
Map Demo
Before doing any development, please read MediaWiki's Manual:Extensions [1]
Extension:EmbedVideo[2]
Note that using the '#ev' tag, one may specify 'start' and 'stop' time points. {{#ev:youtube|https://www.youtube.com/watch?v=-cPchmU-pB4%7C%7C%7C%7C%7Cstart=200&end=215}}
Using the '#evt' tag, specify the dimensions of the video. {{#evt: service=youtube |id=https://www.youtube.com/watch?v=eAORm-8b1Eg |dimensions=200 }}
Math Typesetting
3D Data in json format
DynamicPageList
[3] :
Locating the Table of Content (ToC) using the Magic word
References
- ↑ Anonymous MediaWiki Manual Editors, Manual:Extensions, Last Access: March 27, 2021, https://www.mediawiki.org/wiki/Manual:Extensions
- ↑ Alexia E. Smith (Alexia E. Smith), Andrew Whitworth (Whiteknight), Jim R. Wilson (Jimbojw), and Mohammad Derakhshani (Mderakhs), Extension:EmbedVideo, Latest version 2.9.0 (2020-10-14), Wikimedia, https://www.mediawiki.org/wiki/Extension:EmbedVideo
- ↑ IlyaHaykinson and Amgine, Extension:DynamicPageList, Wikimedia, last accessed: March 27, 2021, URL:https://www.mediawiki.org/wiki/Extension:DynamicPageList_(Wikimedia)