WorldScape Blitz

Off Topic => Tutorials/Guides (OT) => Topic started by: Sad Panda on November 11, 2010, 09:50:49 PM

Title: [GUIDE] Making an Index
Post by: Sad Panda on November 11, 2010, 09:50:49 PM
Hey, I made this for a site that actually uses these. I think that people occasionally use these on here too though.




Making-an-Index (#post_Making-an-Index)
Number-Indexing (#post_Number-Indexing)

                                                       

Making-an-Index

[iurl=#INDEX NAME][b]INDEX NAME[/b][/iurl]

[anchor=INDEX NAME][b]INDEX NAME[/b][/anchor]

-NORMAL TEXT HERE-


Ok, this one is hard to understand... Where it says "INDEX NAME" in each of the four spots it must be the same exact text every time or it will not work. When making an index keep all of the [iurl=#INDEX NAME][b]INDEX NAME[/b][/iurl] 's together or it is completely pointless... You cannot have a space in any of the "INDEX NAME" fields or it won't work. Please use dashes instead of spaces. I don't reccollect underscores working. You can have unlimited ropes, but only one anchor. On other words, you can have an infinite amount of senders, but only one receiver with the same name.

                                                       

Number-Indexing

[b][html]<a href='#IndexName'>Index Name</a>
<br>[/html][/b]

[b][html]<a name='Index Name'>Index Name</a>[/html][/b]

-NORMAL TEXT HERE-


Ok, so you can only do number indexing with this type of code. By that I mean you can do it with letters and numbers. The other one can only handle letters. All four spots where it says "Index Name" must be the same or it won't work. All other things from the other version apply to this.

                                                       

If you have any questions please ask me.


Special thanks to Simply Sibyl, Javaâ,,¢, and The Fate.
Title: Re: [GUIDE] Making an Index
Post by: Voltimolt on November 11, 2010, 11:34:45 PM
hehe i knew this :D i used to code php/html/mysql big time, i just too much languages.

This finds an anchor when a link is redirected followed by #.

--anchor: test--

<a href="#test">jump to test</a>
Title: Re: [GUIDE] Making an Index
Post by: Sad Panda on November 11, 2010, 11:39:52 PM
On behalf of everyone; lolwut?
Title: Re: [GUIDE] Making an Index
Post by: Kryptonite on November 12, 2010, 09:39:10 AM
Hmmm... Let me test this quick.

Test (#post_Test)


Test



Works thanks :)
Title: Re: [GUIDE] Making an Index
Post by: Sad Panda on November 12, 2010, 03:50:07 PM
Lol, any time.