I edited my page and it required moderator approval.
I think this should be disabled as well.
I was trying to make a research about what's an anchor link, but you didn't specify which one, so they gave me the most used one. So if I want to make a specific paragraph jump, I'll have to use an internal anchor link if I'm correct?
Yes. When I came to this thread, the browser automatically jumped to your post.
The URL in my address bar is
Code:
http://www.rpgmakermv.co/threads/wiki-added.302/#post-3875
The #post-3875 is the ID of the element that it should jump to.
In the source code, you see this
Code:
<li id="post-3875" class="message " data-author="Rise Evil">
If you go to the Ace wiki
http://rmvxace.wikia.com
And you click on any of the links in the "contents" box at the top, you'll see that it uses the #NAME format as well.
MediaWiki automatically aggregates section headers into a table of contents.
However, while the wiki system on the forum looks like mediawiki, it doesn't appear to support
wiki markup.
One of the more powerful tools in mediawiki is the ability to take a common template and include it in a bunch of articles, for example.