Help:Quick license

From The Sims Wiki, a collaborative database for The Sims series
Jump to navigation Jump to search
This help page is customized to The Sims Wiki and does not rely on Shared Help from Wikia. Wikia Help has no equivalent article.

__NOSHAREDHELP__

Information
This page provides information on the license adder tool.

Quick license is a Javascript tool that allows users to quickly and easily add file license templates to file pages on the wiki. The tool appears as a drop-down menu at the top of every file page, along with an "Add license" button adjacent to it. It was first developed by Lost Labyrinth in 2012 and was for a time available as a user gadget. It is now available to all autoconfirmed users by default.

How do I use this tool?[edit source]

Using the tool to add a license is easy. Simply click on the drop-down menu, select the appropriate license option, and click "Add license". The tool will then automatically add the selected file license template to the page.

If you see a "This page has a license template.", it means that the tool has detected that a file license template already exists on the page. If this is the case, please do not simply add another template using this tool. If the existing license template is wrong, please edit the page manually and remove the incorrect template before using the tool to add another one.

If you see a "This page does not have a license template! Consider adding one.", it means that the tool has detected that the file page does not have a file license template, and encourages you to add one.

Frequently asked questions[edit source]

The tool doesn't load for me, why?[edit source]

The tool will not load for users who are not currently autoconfirmed. To be autoconfirmed, your account must be at least four days old. Additionally, you need to have Javascript enabled in your browser for the tool to load. See this page on how to enable it.

The license template on the page is incorrect. How do I change it?[edit source]

Do not simply run the license adder tool on the page, ignoring the incorrect license. This will add a new license template below the one you deem is incorrect, and will result in the page having both license templates. To change an incorrect license, first edit the page and remove the existing license template, including the heading that says "Licensing". Publish your edit and then use the license adder tool to add the correct license.

What happens if I just click the "Add license" button, without selecting a license?[edit source]

You will simply perform a null edit on the page, and nothing special will happen. Don't worry—you won't break anything by doing it.

How come the tool says that the file does not have a license template, even when it does?[edit source]

The tool checks to see if the page has a heading titled "Licensing" on the page, written exactly as is (no colons or other punctuation). If it does not find one, even if the page has a license template on it, it will report back as saying the file doesn't have a license template on it.

To fix this problem, simply edit the page and add a Level 2 heading above the file license template and name it "Licensing". In practice, all license templates should be preceded by such a heading.

How come the tool says that the file has a license template, even when it doesn't?[edit source]

As mentioned above, the tool checks for a heading titled "Licensing" on the page, and will say the file is licensed if it finds such a heading, even if the page doesn't actually have a license template on it.

I selected a license and clicked "Add license". When the page refreshed, I was taken to a page that said the file did not exist! What happened?[edit source]

This is caused when the file name contains certain characters, such as a plus (+) sign. In this case, the license is added correctly, but the script winds up redirecting you to the wrong page. In this case, do not panic, because you did not "delete" the file, and the license you added is still there. Simply click on the "Back" button of your browser (or press ⎇ Alt+) to go back. If the file license doesn't appear, try refreshing the page, or purge the cache.

How come the tool added two of the same license?[edit source]

This is an odd quirk of the tool, but may be caused by double-clicking the "Add license" button, or by browser lag. In this case, two requests get sent to the server, and in turn two edits are made, resulting in two of the same template appearing on the page. This is an easy fix: just undo the latest edit.

Code[edit source]

The tool was written in Javascript. The code for it can be found at MediaWiki:Wikia.js/quicklicense.js.