Difference between revisions of "Main Page"
Jump to navigation
Jump to search
BenKoo>Admin m (2 revisions imported) |
local>Admin |
||
Line 1: | Line 1: | ||
=How to Develop an Extension?= | |||
[[mediawiki:How to become a MediaWiki hacker/Extension Writing Tutorial]] | |||
Before doing any development, please read [http://mediawiki.org MediaWiki]'s Manual:Extensions | Before doing any development, please read [http://mediawiki.org MediaWiki]'s Manual:Extensions | ||
<ref> | <ref> | ||
Line 8: | Line 11: | ||
---- | ---- | ||
Line 22: | Line 23: | ||
<Center> | <Center> | ||
Note that using the ''''#ev'''' tag, one may specify ''''start'''' and ''''stop'''' time points. | 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= | {{#ev:youtube|https://www.youtube.com/watch?v=-cPchmU-pB4|||||start=200&end=215}} | ||
Using the ''''#evt'''' tag, specify the dimensions of the video. | Using the ''''#evt'''' tag, specify the dimensions of the video. | ||
Line 28: | Line 29: | ||
service=youtube | service=youtube | ||
|id=https://www.youtube.com/watch?v=eAORm-8b1Eg | |id=https://www.youtube.com/watch?v=eAORm-8b1Eg | ||
|dimensions= | |dimensions=200 | ||
}} | }} | ||
Line 36: | Line 37: | ||
==Math Typesetting== | ==Math Typesetting== | ||
<Center> | <Center> | ||
<math>\int_a^x \!\!\!\int_a^s f( | <math>\int_a^x \!\!\!\int_a^s f(y)\,dy\,ds = \int_a^x f(y)(x-y)\,dy</math> | ||
<br> | <br> | ||
</Center> | </Center> |
Revision as of 09:42, 9 April 2021
How to Develop an Extension?
mediawiki:How to become a MediaWiki hacker/Extension Writing Tutorial
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)