How to put some scripts in the main page?
63,452pages on
this wiki
this wiki
Forum page
Wikia's forums are a place for the community to help other members.
To contact staff directly or to report bugs, please use Special:Contact.
To contact staff directly or to report bugs, please use Special:Contact.
Note: This topic has been unedited for 1797 days. It is considered archived - the discussion is over. Do not add to unless it really needs a response.
How to put some scripts in the main page? The script doesn`t work but instead with naked codes.--ErikTalk Con 05:59, 21 June 2007 (UTC)
- <script> tags aren't allowed in raw wikicode as there is too much potential for abuse. You can edit the local MediaWiki:Common.js if you are an administrator, but be careful not to break the site or violate Wikia's terms of service. Some good examples can be found at Wikipedia:MediaWiki:Common.js. --Splarka (talk) 07:22, 21 June 2007 (UTC)
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> _uacct="UA-xxxx-x"; urchinTracker(); </script>