Difference between revisions of "Editing Guidelines"
(Added list of wiki extensions. Might be the wrong place, could be moved somewhere else later on) |
m |
||
Line 21: | Line 21: | ||
=== Polls === | === Polls === | ||
− | The [[mediawikiwiki:Extension:AJAXPoll|AJAXPoll]] extension allows one or more AJAX-based polls on MediaWiki pages with <code> | + | The [[mediawikiwiki:Extension:AJAXPoll|AJAXPoll]] extension allows one or more AJAX-based polls on MediaWiki pages with <code>poll</code> tag. |
==== Usage ==== | ==== Usage ==== | ||
− | + | ''' | |
− | <poll> | + | < poll> |
Question | Question | ||
Choice 1 | Choice 1 | ||
Line 31: | Line 31: | ||
Choice 3 | Choice 3 | ||
Choice 4 | Choice 4 | ||
− | </poll> | + | </ poll> |
− | + | ''' | |
==== Example ==== | ==== Example ==== | ||
− | < | + | <poll> |
+ | Do you like this poll? | ||
+ | Yes. | ||
+ | Yes. | ||
+ | </poll> | ||
=== GoogleDocs === | === GoogleDocs === | ||
Line 41: | Line 45: | ||
==== Usage ==== | ==== Usage ==== | ||
− | <googlespreadsheet width="500" height="300" style="width: 50%"> Google Docs key goes here </googlespreadsheet> | + | < googlespreadsheet width="500" height="300" style="width: 50%"> Google Docs key goes here </ googlespreadsheet> |
<blockquote>Note: To actually embed a spreadsheet, the spreadsheet needs to be published with Google's <code>File > Publish to Web...</code> option. It is not sufficient to just have a shareable link.</blockquote> | <blockquote>Note: To actually embed a spreadsheet, the spreadsheet needs to be published with Google's <code>File > Publish to Web...</code> option. It is not sufficient to just have a shareable link.</blockquote> | ||
==== Example ==== | ==== Example ==== | ||
− | < | + | <googlespreadsheet width="500" height="300" style="width: 50%">2PACX-1vR72HtOiMVf9S23vIpdXXVzYqN6KDNond2ux547bG0dYelbZ1MGWBm7IsPsfQZ7N-nHgzDb8d4oEevB</googlespreadsheet> |
Revision as of 10:34, 5 May 2020
The objective of this page is to improve the quality of Wiki pages by providing a list of suggested guidelines. Keep in mind that these are only suggestions, and not stricts rules.
If you have an idea for this list, please drop it in the Discussions tab above. This list will likely change as the Wiki project evolves, so check back from time to time.
Contents
Quick tips and tricks
- Read Wikimedia's editing guide: https://www.mediawiki.org/wiki/Help:Editing
- Use headers to break complex topics into smaller sections. The words "Quick tips and tricks" above is an example of a header.
Avoid short articles for basic items
Idlescape has hundreds of items, but most are slight variations on another. We don't need a page for every piece of gear in the game.
Instead, create a single page for lists of similar items like equipment, gems, or fish.
More unique items like rare weapons or compost may deserve their own articles.
Wiki Extensions
If you feel like a feature or an extension is missing, please let us know.
Polls
The AJAXPoll extension allows one or more AJAX-based polls on MediaWiki pages with poll
tag.
Usage
< poll> Question Choice 1 Choice 2 Choice 3 Choice 4 </ poll>
Example
You are not entitled to view results of this poll.
GoogleDocs
The GoogleDocs4MW extension embeds Google Docs' spreadsheets into the wiki.
Usage
< googlespreadsheet width="500" height="300" style="width: 50%"> Google Docs key goes here </ googlespreadsheet>
Note: To actually embed a spreadsheet, the spreadsheet needs to be published with Google's
File > Publish to Web...
option. It is not sufficient to just have a shareable link.
Example