• Register
    • Help

    striker  0 Items
    Currently Supporting
    • Home
    • News
    • Forum
      • Try XenForo Demo
      • New Posts
      • FAQ
      • Calendar
      • Community
        • Groups
        • Albums
        • Member List
      • Forum Actions
        • Mark Forums Read
      • Quick Links
        • Today's Posts
        • Who's Online
      • Sponsor
        • Sponsor a Feature
        • List of Donors
    • Wiki
    • Support
    • What's New?
    • Buy Now
    • Manual
    • 
    • Forum
    • VaultWiki How-Tos
    • VaultWiki Questions
    • Making VaultWiki look more like Wikipedia

    1. Welcome to VaultWiki.org, home of the wiki add-on for vBulletin and XenForo!

      VaultWiki allows your existing forum users to collaborate on creating and managing a site's content pages. VaultWiki is a fully-featured and fully-supported wiki solution for vBulletin and XenForo.

      The VaultWiki Team encourages you to join our community of forum administrators and check out VaultWiki for yourself.

    Results 1 to 5 of 5

    Thread: Making VaultWiki look more like Wikipedia

    • Thread Tools
      • Show Printable Version
    1. February 21, 2015 #1
      vhlinks
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      vhlinks is offline
      New Member
      Join Date
      February 15, 2015
      Posts
      4
      Rep Power
      0

      Making VaultWiki look more like Wikipedia

      So forgive me if this has been asked a million times or is just a dumb question, but I've done some searching and can't really find the right answer. I just recently bought version 4 for vBulletin and it works great. But I notice some VaultWiki's where people have it set up like Wikipedia, like a page below for example.

      http://en.wikipedia.org/wiki/Eddie_Van_Halen

      Is there a manual or something about how to do this. I've seen a few VaultWiki sites that do this but they were version 3 ones. Just trying to get some direction on this, as I think this format would be much more beneficial to me with the infoxbox, the chapters on the front page. I just really need some direction on where to go with this.

      Thanks for any help!
      Reply With Quote Reply With Quote

    2. February 22, 2015 #2
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      688
      Even with Wikipedia, you had to make infoboxes yourself, by floating boxes to the right side of the screen and typing content into them.

      Wikipedia has standardized the implementation of many kinds of infoboxes by creating "templates" with fill-in values to make it easier to create many infoboxes that look similar. The same process is possible in VaultWiki, but I would advise that you make a few non-template infoboxes first, just to get an idea how you want them to look.

      Templates are an advanced function and may not be straightforward to someone who is not used to programming. I would advise against using them until you have already started getting used to everything else. I would liken making a template to writing a mad-lib, except for the web. A simple example is available here: https://www.vaultwiki.org/pages/Spec...eList#template

      There are a number of ways to do it, but the easiest way is to use a TABLE BB-Code. vBulletin 4.1.4+ has its own TABLE BB-Code, VaultWiki comes with an alternative TABLE BB-Code with syntax similar to MediaWiki tables, and there are other TABLE BB-Codes available through add-ons.

      As for that "Contents" box you like, some users get it confused with the book/chapter functionality that is available in VaultWiki, which allows for multi-page content. This is not the same thing. What you are seeing in Wikipedia is simply a list of the main sections on the current page.

      VaultWiki will make a similar "Contents" block listing sections of a page automatically after you create a few sections. You start a new section by making a headline (using the H tag): https://www.vaultwiki.org/pages/Special:WikiCodeList#h
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    3. February 22, 2015 #3
      vhlinks
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      vhlinks is offline
      New Member
      Join Date
      February 15, 2015
      Posts
      4
      Rep Power
      0
      I actually figured out a lot of it yesterday just by really playing around with stuff. So I think I'm making some headway, it looks a lot more than like I want, thanks for the suggestions, that will help.

      Am having one issue with the infobox I created. When I go to edit it, I lose all the formatting. The link to the page is below and I pasted the infobox code too. What could be the issue, why I keep losing the formatting? It's the like the nested table goes away.

      http://www.vhlinks.com/vbforums/wiki...ddie-Van-Halen

      Code:
      [TABLE] style="margin-left: 1em; margin-right: 0.5em; padding: 0.5em; vertical-align: middle; background-color:#F9F9F9; clear: right; float: right; font-size: 90%; border: 1px solid #AAAAAA;"
      |- 
      | [TABLE] 
      |- 
      |  colspan="2" align="center" style="background-color: #000000; font-size: 175%; color: #E6E600" | [B][noparse]Eddie Van Halen[/noparse][/B]
      |- 
      |  colspan="2" align="center" style="border-width: 0px" | [FILE]Special:EVH Pic|thumb|310px|center|Eddie Van Halen live in 1984.[/FILE]
      |- 
      | [B]Birth Name[/B]
      | Edward Lodewijk [noparse]Van Halen[/noparse]
      |- 
      | [B]Nicknames[/B]
      | EVH, King of Ten Fingers & Six Strings
      |- 
      | [B]Born[/B]
      | January 26, 1955
      Nijmegen, Netherlands
      |- 
      | [B]Origin[/B]
      | Pasadena, California, USA
      |- 
      | [B]Occupation[/B]
      | Musician, songwriter, producer, arranger
      |- 
      | [B]Instruments[/B]
      | Guitar, synthesizer, piano, vocals
      |- 
      | [B]Years Active[/B]
      | 1971-Present
      |- 
      | [B]Labels[/B]
      | Warner Bros., Interscope
      |-
      [/TABLE]
      |-
      [/TABLE]
      Sorry for creating two threads yesterday, I didn't realize the new threads were moderated and just thought I didn't submit the first one.

      Thanks the for help!
      Reply With Quote Reply With Quote

    4. February 24, 2015 #4
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      688
      Change the outer TABLE to a DIV tag.
      Code:
      [DIV] attributes | [TABLE] table contents [/TABLE] [/DIV]
      There may be a problem with nested TABLE tags when converting WYSIWYG input, which I'll need to review.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    5. February 25, 2015 #5
      vhlinks
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      vhlinks is offline
      New Member
      Join Date
      February 15, 2015
      Posts
      4
      Rep Power
      0
      Quote Originally Posted by pegasus View Post
      Change the outer TABLE to a DIV tag.
      Code:
      [DIV] attributes | [TABLE] table contents [/TABLE] [/DIV]
      There may be a problem with nested TABLE tags when converting WYSIWYG input, which I'll need to review.
      It seems to work fine when I turned it into a template and just inserted it in that way. Then of course I had no issue. Which in the end is the way I need to do it anyway.
      Reply With Quote Reply With Quote

    Similar Threads

    1. Infoboxes like wikipedia
      By hollosch in forum VaultWiki Questions
      Replies: 6
      Last Post: January 18, 2016, 1:45 PM
    2. Making templates?
      By m4c10 in forum VaultWiki Questions
      Replies: 2
      Last Post: July 20, 2012, 1:26 PM
    3. Making a homepage like in your wiki
      By mossj88 in forum Pre-Sales Questions
      Replies: 1
      Last Post: December 6, 2011, 3:54 PM
    4. A portal page like wikipedia.org?
      By CedricFP in forum VaultWiki Questions
      Replies: 2
      Last Post: June 4, 2010, 10:26 PM
    5. bb code to link to Wikipedia?
      By mickknutson in forum VaultWiki Questions
      Replies: 3
      Last Post: June 15, 2009, 3:06 PM

    Bookmarks

    Bookmarks
    • Submit to Digg Digg
    • Submit to del.icio.us del.icio.us
    • Submit to StumbleUpon StumbleUpon
    • Submit to Google Google

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •  
    • BB code is On
    • Smilies are On
    • [IMG] code is Off
    • [VIDEO] code is
    • HTML code is Off

    Forum Rules

    • Contact Us
    • License Agreement
    • Privacy
    • Terms
    • Top
    All times are GMT -4. The time now is 6:44 PM.
    This site uses cookies to help personalize content, to tailor your experience, and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Learn more… Accept Remind me later
  • striker
    Powered by vBulletin® Version 4.2.5 Beta 2
    Copyright © 2025 vBulletin Solutions Inc. All rights reserved.
    Search Engine Optimisation provided by DragonByte SEO (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
    Copyright © 2008 - 2024 VaultWiki Team, Cracked Egg Studios, LLC.