Help:Advanced Wiki Editing
From Wikia Help
Welcome to the advanced wiki editing FAQ, which goes behind the scenes on some of the cooler stuff you can do with wikis.
- New to this party?
- Please visit our online demos page for videos demonstrating all of the Wikia basics and much much more - Help:Video demos!
Editing
Advanced Linking
Linking to a page on another Wikia wiki
If the page is on another wiki, you need to use an "interwiki link". For Wikia wikis, this means putting "w:c:wikiname:" before the name of the page. "wikiname" is the name from the URL of the Wikia wiki. So to link to a page on the Dofus Wikia (dofus.wikia.com), you would type [[w:c:dofus:Example]].
Linking to pages in other languages
If there are two wikis on the same subject, but in different languages, it's good to make links between equivalent articles. These are "interlanguage links", and show in the sidebar or on a dropdown list on the top right of the page.
Where interlanguage links are enabled, you can use the normal square brackets to link. Just start with the language code, followed by the page name. For example [[pl:Przykład]] would link to the Polish page about "Przykład" (Example).
Redirecting visitors from one place to another?
Redirects are a useful way of organising pages on a wiki. They allow you to point many topics at the same page. Typing: #redirect [[Example]] on a blank page will mean that anyone visiting that page will be automatically taken to the page "Example".
Wiki tables
You can use HTML tables on wikis, but it is highly recommended to use wikimarkup, as it is easier to read and use.
{| starts a table
|- starts a new row
| starts a new cell
|} ends a table
So
{| border="1"
|-
| text1
| text2
|}
will give you
| text1 | text2 |
Tables can be formatted, and can get complicated. However, they are very useful.
Wikia and HTML formatting
Most HTML can be used on wiki pages, although it's often better to use wiki markup. HTML can be very confusing for those unfamiliar with it, therefore, it's best to keep pages as simple as possible for future editors.
Templates: going beyond the basics
Templates are one of the most versatile features of wikis. Some of the things you can do with them include:
- Using templates to use the same text on multiple articles,
- Adding parameters or variables, so that the same template can be used to give different results,
- Using "parserfunctions" to set conditions for the template's use.
Automatic Edit Summaries
In some situations, if you do not enter a edit summary, then this will be done for you automatically. This helps people reviewing the edits to see what has been done, and what edits need checking first. Admins can customize these summaries using the MediaWiki messages.
Administration
What are those little boxes on user pages? And how can I add one?
"Userboxes" are a neat way of giving information about yourself on you user pages. They are small templates, that can be added to any page, and that say something about you. A simple example userbox can be added to your page by typing in: {{User Wikia}}. It's also possible to add specialised userboxes that show what languages you speak.
Undoing an edit
Every edit made is stored on a Wiki, that means it's easy to go back to an old version if an edit is a mistake or vandalism. To change an edit for an article, go to the article's "history" page. Each date/time listed on the history page is a link to a different version of that article. Just click the version you want, then click edit, followed by the save button. Wiki admins have a shortcut link for this, and can "rollback" the most recent edits with one click.
Wiki, bots & you: working together to improve Wikia
Bots are welcome on Wikia! They can be useful for many repetitive tasks around the wiki. You can use a bot as long as:
- You are confident that the bot is harmless,
- The bot is respectful of server resources,
- You have community agreement to use the bot.
- You ask staff for a bot flag if you are likely to overwhelm recent changes with edits.
What is an administrator? And what's with all these titles?
Wikia uses various titles to show what extra features users are able to access. For example, "admins" (sometimes called sysops) are people able to do maintenance on a wiki, such as page deletions, and to ban problem users. "Staff" are people employed by Wikia to help our contributors.
Managing talk pages
Talk pages don't have a size limit, but they do get very difficult to read if they get too long. Some older browsers also have problems with long pages, losing some of the page on saving. So it's best to clear off talk pages when they get long, and either summarise the conversation or move the older part to an 'archive' page. The simplest way to do this is copy the text to a new page, and remove it from the old page.
Using content from other wikis
Generally, you can use text from another wiki as long as both are under the same license. Most wikis on Wikia use the Creative Commons Attribution Share Alike License 3.0. So you can use content from other wikis using this license, including Wikipedia. However, you must be careful to keep to the license conditions, including the condition that you credit the source.
What is a namespace?
"Namespaces" are sections of a wiki. The main namespace is the area the articles are in, and is the only namespace without an identifying prefix. Some namespaces have special properties, for example the File namespace holds images and other uploaded files. Other namespaces are just used to separate different types of content.
What are MediaWiki messages?
MediaWiki messages are pages that hold the text of the wiki interface. It's possible for admins to edit these pages to customize much of the wiki's standard text. But if you find an error, it's best to report it so that it can be fixed on all Wikia wikis.
How do I select or change the license of a document I have uploaded?
All text on Wikia is under the CC-BY-SA 3.0 license (or a similar license in the case of a few specific wikis) but images and other uploaded media may be licensed in a different way. It's always important that anything uploaded is free to use, used with permission, or is allowable for another reason. The drop-down selector on the upload page gives some examples of reasons and licenses that might apply.
Customization
Can I change Wikia's appearance / skin?
The easiest way to change the look of Wikia, is to select a different "skin" from the list in your preferences. Admins can select the default skin for the wiki, this is the skin that everyone will see unless they have chosen a different skin for themselves. If you choose Custom, then you can also change the look with CSS.
Can I use JavaScript on Wikia?
JavaScript (or JS) is a useful way of adding small tools and features, although trying to do too much with it can slow down your browser. To add JavaScript for your own use, edit the page at User:Username/skin_name.js where skin_name is the name of your current skin. The default skin that Wikia uses is called "Monaco" and thus you'd edit the page User:Username/monaco.js to add JavaScript for your use (if you haven't selected a different skin in your preferences). Do note the capitalization - the skin name must be lowercase or otherwise your JavaScript just won't work!
Customizing Wikia: making it your own
Wikia is very customisable, you can select the overall look of the wiki (the "skin") from a list of default settings or even use advanced code to make your own look. With the "Monaco" skins, you can also choose the positions of the sidebar boxes and add "widgets", extra boxes with many different features.
I want to learn more!
We have many other useful pages. You can see all of them at Help:Index!
Another great way to learn is to get involved! Join us on the Central Wikia forums or on Wikia IRC channels.
External links
- Wikipedia:Editor's index to Wikipedia on Wikipedia.
