Community Central
Community Central
(Created page with "{{Forumheader|Support Requests}} <!-- Please put your content under this line. Be sure to sign your edits with four tildes: ~~~~ If you require staff help, please use S...")
 
(re)
Line 4: Line 4:
 
If you require staff help, please use Special:Contact or community@wikia.com to be sure of a staff reply. -->
 
If you require staff help, please use Special:Contact or community@wikia.com to be sure of a staff reply. -->
   
What I'm trying to do is make an automatically scrolling text near the top of the main page of my wiki ([http://universaltriumvirate.wikia.com/wiki/Universal_Triumvirate_Wiki]). One line in height, it basically just loops whatever I've put into it. It will be used to give news updates and what not. Can anyone help me out with this?
+
What I'm trying to do is make an automatically scrolling text near the top of the main page of my wiki ([http://universaltriumvirate.wikia.com/wiki/Universal_Triumvirate_Wiki]). One line in height, it basically just loops whatever I've put into it. It will be used to give news updates and what not. Can anyone help me out with this?
   
 
Here's an example: [http://www.grandexchangecentral.com/], see how under the heading it has sideways scrolling text showing how items are valued (lame site for an example, but it was the first I found). [[User:Stavrok|Stavrok]] ([[User talk:Stavrok|talk]]) 05:25, July 23, 2012 (UTC)
 
Here's an example: [http://www.grandexchangecentral.com/], see how under the heading it has sideways scrolling text showing how items are valued (lame site for an example, but it was the first I found). [[User:Stavrok|Stavrok]] ([[User talk:Stavrok|talk]]) 05:25, July 23, 2012 (UTC)
  +
  +
----
  +
  +
Here's the basic code that does that on the page you linked:
  +
<pre>
  +
<marquee behavior="scroll" direction="left" scrollamount="3">Here's some news for you...</marquee>
  +
</pre>
  +
  +
Note: To make this work, you'll have to put it on a MediaWiki page and then use <nowiki><verbatim></verbatim></nowiki> tags. For example, you could edit your http://universaltriumvirate.wikia.com/wiki/MediaWiki:Mainpagenews page, copy/pasting that code I put above. Then, to make it appear on your home page, you'd type: <code><nowiki><verbatim>Mainpagenews</verbatim></nowiki></code> {{User:Mathmagician/sig|05:33 UTC|Mon|23 July 2012}}

Revision as of 05:33, 23 July 2012

Forums: Index Support Requests Horizontally Scrolling Text
Fandom's forums are a place for the community to help other members.
To contact staff directly or to report bugs, please use Special:Contact.
Archive
Note: This topic has been unedited for 4288 days. It is considered archived - the discussion is over. Information in this thread may be out of date. Do not add to unless it really needs a response.


What I'm trying to do is make an automatically scrolling text near the top of the main page of my wiki ([1]). One line in height, it basically just loops whatever I've put into it. It will be used to give news updates and what not. Can anyone help me out with this?

Here's an example: [2], see how under the heading it has sideways scrolling text showing how items are valued (lame site for an example, but it was the first I found). Stavrok (talk) 05:25, July 23, 2012 (UTC)


Here's the basic code that does that on the page you linked:

<marquee behavior="scroll" direction="left" scrollamount="3">Here's some news for you...</marquee>

Note: To make this work, you'll have to put it on a MediaWiki page and then use <verbatim></verbatim> tags. For example, you could edit your http://universaltriumvirate.wikia.com/wiki/MediaWiki:Mainpagenews page, copy/pasting that code I put above. Then, to make it appear on your home page, you'd type: <verbatim>Mainpagenews</verbatim> 20px_Rin_Tohsaka_Avatar.png Mathmagician ƒ(♫) 05:33 UTC, Mon, 23 July 2012