Difference between revisions of Help:How to contribute
→Formatting: add maths (yeah, we're that cool) |
No edit summary |
||
| (20 intermediate revisions by 5 users not shown) | |||
| Line 1: | Line 1: | ||
[[File:Kermit the frog typing.gif|right | {{EM help}} | ||
{{gif fixer|[[File:Kermit the frog typing.gif]]|right}} | |||
<center>'''Looking for [[EndMyopia:Policies|wiki policies]]?'''</center> | <center>'''Looking for [[EndMyopia:Policies|wiki policies]]?'''</center> | ||
'''If it ain't broke, don't fix it'''. That is the guiding principle behind this help article ;) | '''If it ain't broke, don't fix it'''. That is the guiding principle behind this help article ;) | ||
'''Notice:''' Editing the wiki is temporarily not available, until we update legal policies, disclaimers and a number of articles. This has become necessary as some had expressed concerns about various contents, and unlimited public access without possibly necessary limitation and disclaimers. Jake, who created all of the endmyopia resources had been entirely uninvolved in wiki moderation, which has since caused some issues. | |||
Luckily we've been able to clear the hurdle of being able to have the wiki online. It'll take some time to get all wiki contents and details in line with updated policies, at which time we hope to be able to re-enable editing. ❤️ | |||
The wiki runs on [https://www.mediawiki.org/wiki/MediaWiki MediaWiki], the same wiki software that powers Wikipedia and probably every other wiki you've come across on the internet. As a result, '''countless other people have written guides far better than we could ever hope to write about how to contribute to the wiki'''. So, no point in reinventing the wheel with this one. | The wiki runs on [https://www.mediawiki.org/wiki/MediaWiki MediaWiki], the same wiki software that powers Wikipedia and probably every other wiki you've come across on the internet. As a result, '''countless other people have written guides far better than we could ever hope to write about how to contribute to the wiki'''. So, no point in reinventing the wheel with this one. | ||
| Line 8: | Line 13: | ||
Remember that if you're using templates such as <nowiki>{{templatenamehere}}</nowiki>, a lot of them will not work unless the template has been copied over to here in the Template namespace. Bear that in mind if something doesn't work properly :) | Remember that if you're using templates such as <nowiki>{{templatenamehere}}</nowiki>, a lot of them will not work unless the template has been copied over to here in the Template namespace. Bear that in mind if something doesn't work properly :) | ||
==Formatting== | ==Formatting== | ||
===Using Wikitext=== | ===Using Wikitext=== | ||
| Line 27: | Line 31: | ||
Definitely feel free to ignore anything that is more related to being an encyclopedia, we are not an encyclopedia, we are a vision improvement resource, first and foremost, full of funny jokes. You will find a lot of information about how to stylise articles in a cool way there though. | Definitely feel free to ignore anything that is more related to being an encyclopedia, we are not an encyclopedia, we are a vision improvement resource, first and foremost, full of funny jokes. You will find a lot of information about how to stylise articles in a cool way there though. | ||
====Using images==== | |||
{{Main|Help:Pictures}} | |||
You can upload images to this site using the "upload file" tool in the left panel. (That tool also provides a link to enumerate uploaded fles.) | |||
But even better than that, the "InstantCommons" feature seems to be enabled, which means you can access images directly from commons without having to copy them to here. See https://www.mediawiki.org/wiki/InstantCommons#Using_files_via_InstantCommons | |||
====Writing maths==== | ====Writing maths==== | ||
To write maths, enclose text in <code><nowiki><math></math></nowiki></code> tags. | To write maths, enclose text in <code><nowiki><math></math></nowiki></code> tags. | ||
| Line 33: | Line 44: | ||
<math>(5+12)/41.9999</math> | <math>(5+12)/41.9999</math> | ||
You can use fancy formatting too! | |||
<code><nowiki><math>\frac{1}{2}e^{i\pi} = \frac{-1}{2}</math></nowiki></code> displays as | |||
<math>\frac{1}{2}e^{i\pi} = \frac{-1}{2}</math> | |||
For way too much detail on how to write and display formulae, see [https://en.wikipedia.org/wiki/Help:Displaying_a_formula Wikipedia's guide on how to render mathematical formulae]. | For way too much detail on how to write and display formulae, see [https://en.wikipedia.org/wiki/Help:Displaying_a_formula Wikipedia's guide on how to render mathematical formulae]. | ||
====Citing papers==== | |||
We want to cite scientific research where possible to justify this approach. One way is to use the ''''proveit'''' gadget that should appear in the bottom right corner while editing - see the video tutorials mentioned above for more details. | |||
=====Repeating references===== | |||
It is possible to reference the same document several times from within an article. On the first one, give the reference a tag : <nowiki><ref name="habits">citation here</ref></nowiki>. Then subsequent mentions can simply use the tag with an empty body : <nowiki><ref name="habits"></ref></nowiki> or xml shorthand <nowiki><ref name=habits" /></nowiki> | |||
=====Biomedical citation maker===== | |||
Another (external) tool is http://sumsearch.org/cite/ - if you have a unique reference for the journal in one of various formats (such as a <nowiki>https://doi.org/...</nowiki> url), you can enter that into the box and will generate a fancy '''<nowiki><ref>{{cite...}}</ref></nowiki>''' sequence with title, authors, journal, etc. that you can simply paste in. | |||
It provides a bookmarklet which allows you to generate a citation by simply selecting the doi using mouse, and pressing a button. | |||
====EndMyopia specifics==== | ====EndMyopia specifics==== | ||
| Line 50: | Line 78: | ||
<code><nowiki>#redirect [[ArticleName]]</nowiki></code> | <code><nowiki>#redirect [[ArticleName]]</nowiki></code> | ||
==Using talk pages== | ==Using talk pages== | ||
{{bigger|See [[Help:Talk pages]]}} | |||