• Register
    • Help
    • Home
    • News
    • Forum
    • Wiki
      • Demo
      • Special pages
      • Books
      • Recent changes
    • Buy Now
    • Support
    • Documentation
    • Advanced Search
    • Home
    • Wiki
    • Special
    • List of Wiki Codes

    • special page

    List of Wiki Codes

    Wiki Code is a set of BB-Code tags that were added for use specifically when editing Wiki articles. Some of these tags can also be used in other posts.

    The ability to use BB-code is set on a forum-by-forum basis by the administrator, so you should check the forum rules when you post a new message. If you do not know how to use regular BB-Codes, you should first read the forum's BB-Code FAQ.

    Below is a list of the Wiki Code tags you can use to format your messages.

    [hide][top]Wiki Link BB-Codes

    Wiki linking BB-Codes allow forum users to use BB-Code to easily create links to wiki articles. Most link codes can only create links to articles in one namespace. As a result, there is one link code for each namespace.

    [hide][top][book]

    This Wiki Code can be used by clicking this button in the editor.
    The tag [book] is used to create links to articles in the namespace called "Book". If the article does not exist, the link may appear in this color, and clicking the link will allow users to create the article. You can also use an optional parameter to "name" your link.
    Usage [book]value[/book]
    [book=Option]value[/book]
    Example Usage [book]Example[/book]
    [book=Example]Click here to view the article![/book]
    Example Output Example
    Click here to view this article!

    [hide][top][category]

    This Wiki Code can be used by clicking this button in the editor.
    The tag [category] is used to create links to articles in the namespace called "Category". If the article does not exist, the link may appear in this color, and clicking the link will allow users to create the article. In regular forum posts, you can also use an optional parameter to "name" your link.
    Usage [category]value[/category]
    [category=Option]value[/category]
    Example Usage [category]Example[/category]
    [category=Example]Click here to view the category![/category]
    Example Output Example
    Click here to view the category!
    In wiki articles, the additional parameter is required, or the following functionality will be applied. Rather than simply linking to the category, the article will be added to the directory listing on the category's page, and the category will be added to a list of category tags at the bottom of the tagged article.
    Usage [category]value[/category]
    Example Usage [category]Example[/category]
    Example Output
    Category: Example

    [hide][top][guide]

    The tag [guide] is used to create links to articles in the namespace called "Guide". If the article does not exist, the link may appear in this color, and clicking the link will allow users to create the article. You can also use an optional parameter to "name" your link.
    Usage [guide]value[/guide]
    [guide=Option]value[/guide]
    Example Usage [guide]Example[/guide]
    [guide=Example]Click here to view the article![/guide]
    Example Output Example
    Click here to view this article!

    [hide][top][help]

    This Wiki Code can be used by clicking this button in the editor.
    The tag [help] is used to create links to articles in the namespace called "Help". If the article does not exist, the link may appear in this color, and clicking the link will allow users to create the article. You can also use an optional parameter to "name" your link.
    Usage [help]value[/help]
    [help=Option]value[/help]
    Example Usage [help]Example[/help]
    [help=Example]Click here to view the article![/help]
    Example Output Example
    Click here to view this article!

    [hide][top][image]

    This Wiki Code can be used by clicking this button in the editor.
    The tag [image] is used to create links to articles in the namespace called "Image". If the article does not exist, the link may appear in this color, and clicking the link will allow users to create the article. For a link, you must use an optional parameter to "name" your link.
    Usage [image=Option]value[/image]
    Example Usage [image=Example.jpg]Click here to view the page![/image]
    Example Output Click here to view the page!
    As mentioned above, the additional parameter is required, or the following functionality will be applied. Rather than simply linking to the image, the image will be inserted into the current page. Using additional arguments in the tag's value (separated by "|"), you can also customize the appearance of the image. In any order and any combination, try experimenting by specifying:
    width in px
    alignment left, right, center
    display border, frame, none
    thumbnail thumb, thumbnail
    caption any other text
    Example Usage [image]Example.jpg|60px|right|border|thumb|some caption text[/image]

    [hide][top][info]

    This Wiki Code can be used by clicking this button in the editor.
    The tag [info] is used to create links to articles in the namespace called "Info". If the article does not exist, the link may appear in this color, and clicking the link will allow users to create the article. You can also use an optional parameter to "name" your link.
    Usage [info]value[/info]
    [info=Option]value[/info]
    Example Usage [info]Example[/info]
    [info=Example]Click here to view the article![/info]
    Example Output Example
    Click here to view this article!

    [hide][top][product]

    This Wiki Code can be used by clicking this button in the editor.
    The tag [product] is used to create links to articles in the namespace called "Product". If the article does not exist, the link may appear in this color, and clicking the link will allow users to create the article. You can also use an optional parameter to "name" your link.
    Usage [product]value[/product]
    [product=Option]value[/product]
    Example Usage [product]Example[/product]
    [product=Example]Click here to view the article![/product]
    Example Output Example
    Click here to view this article!

    [hide][top][special]

    This Wiki Code can be used by clicking this button in the editor.
    The tag [special] is used to create links to articles in the namespace called "Special". If the article does not exist, the link may appear in this color, and clicking the link will allow users to create the article. You can also use an optional parameter to "name" your link.
    Usage [special]value[/special]
    [special=Option]value[/special]
    Example Usage [special]Example[/special]
    [special=Example]Click here to view the article![/special]
    Example Output Example
    Click here to view this article!

    [hide][top][template]

    This Wiki Code can be used by clicking this button in the editor.
    The tag [template] is used to create links to pages in the namespace called "Template". If the page does not exist, the link may appear in this color, and clicking the link will allow users to create the page. In regular forum posts, you can also use an optional parameter to "name" your link.
    Normal Usage [template]value[/template]
    [template=Option]value[/template]
    Example Usage [template]Example[/template]
    [template=Example]Click here to view the template![/template]
    Example Output Example
    Click here to view this article!
    In wiki articles, the additional parameter is required, or the following functionality will be applied. Rather than simply linking to the template, the tag will insert the body text of the resulting page into the current article. Users can also provide additional parameters in the tag's value, which will fill in the "blanks" (which take the form {{{parameter name}}}) within the inserted template's text.
    Wiki Usage [template]value[/template]
    "Example" Template Hello, this is {{{parameter1|default}}} text about something I like to call {{{parameter2|an example}}}.
    Example Usage [template] Example
    | parameter1=Sample
    | parameter2=Sample 2
    [/template]
    Example Output Hello, this is Sample text about something I like to call Sample 2.

    [hide][top][wiki]

    This Wiki Code can be used by clicking this button in the editor.
    The tag [wiki] is used to create links to articles in the namespace called "Demo". If the article does not exist, the link may appear in this color, and clicking the link will allow users to create the article. You can also use an optional parameter to "name" your link.
    Usage [wiki]value[/wiki]
    [wiki=Option]value[/wiki]
    Example Usage [wiki]Example[/wiki]
    [wiki=Example]Click here to view the article![/wiki]
    Example Output Example
    Click here to view this article!

    [hide][top]Other Wiki BB-Codes

    There are also other Wiki Codes that users can use to mark up wiki articles. Unless otherwise specified, many of these can also be used in normal forum posts.

    [hide][top][comment]

    This Wiki Code can be used by clicking this button in the editor.
    The tag [comment] allows editors to leave comments in their messages, for future reference or the benefit of other editors. The value will only appear in the message editor and it will not appear in the visible page.
    Usage [comment]value[/comment]
    Example Usage [comment]Example[/comment]
    Example Output

    [hide][top][footnote]

    This Wiki Code can be used by clicking this button in the editor.
    The tag [footnote] inserts a footnote into wiki articles. This will leave a numerical indication at the current position. In order to display the full value of the footnote, [reflist] must also be used. If [reflist] was used, clicking a footnote will highlight the footnote's full text, and the browser window will jump to it.

    Providing an option for the footnote gives it a name. By using matching options, users can include the same footnote more than once without re-typing the value. This BB-Code will only parse in wiki articles, and it will not parse in regular forum posts.
    Usage [footnote]value[/footnote]
    [footnote=Option]value[/footnote]
    Example Usage This text requires citations.[footnote]Example[/footnote]
    This text requires citations.[footnote=sample]Example[/footnote]
    Example Output This text requires citations.[1]
    This text requires citations.[2]

    [hide][top][h]

    This Wiki Code can be used by clicking this button in the editor.
    The tag [h] inserts a new heading into messages. The BB-Code's option is required and must be a value between 2 and 6.
    Usage [h=Option]value[/h]
    Example Usage [h=2]Example[/h]
    Example Output

    [top]Example

    [hide][top][hr]

    The tag [hr] inserts a horizontal line into messages. The value of the tag can accept a number of parameters. An empty value uses the style's default width.
    Usage [hr]value[/hr]
    Example Usage [hr]width=100%|size=5|color=blue|color1=blue|color2=red[/hr]
    Example Output

    [hide][top][redirect]

    This Wiki Code can be used by clicking this button in the editor.
    The tag [redirect] completely replaces the text of the current article with the text of another article. The article with the replacement text is identified by the BB-Code's value, using the format "Namespace:Article". [redirect] will not parse in regular posts, and can only be used in articles.
    Usage [redirect]value[/redirect]
    Example Usage [redirect]Demo:Example[/redirect]
    Example Output
    Example

    [hide][top][reflist]

    This Wiki Code can be used by clicking this button in the editor.
    The tag [reflist] inserts a list of footnotes into wiki articles. This prints the full text of footnotes into the list. [reflist] does not normally take a value, but providing a numerical value will separate the footnotes into the same number of columns. This tag cannot be used in regular posts, and will only parse in wiki articles.
    Usage [reflist][/reflist]
    [reflist]value[/reflist]
    Example Usage [reflist][/reflist]
    [reflist]2[/reflist]
    Example Output
    1. ^ Example
    2. ^ Example

    1. ^ Example
    1. ^ Example

    [hide][top][table]

    This Wiki Code can be used by clicking this button in the editor.
    The tag [table] creates tables in messages. Editors use special characters in the value to distinguish between table rows and cells.
    Usage [table]value[/table]
    Example Usage [table] border="1"
    |-
    | class="tcat" colspan="2" | Example Header
    |-
    | style="font-style: italic" | Example Data 1
    | Example Data 2
    |-
    [/table]
    Example Output
    Example Header
    Example Data 1 Example Data 2

    [hide][top][toc]

    The tag [toc] can customize how an article's table of contents is displayed. Normally, the table of contents will appear below the first paragraph when there are at least four (4) sections created using [h]. It takes any number of pre-defined flags as a value, separated using |. This tag cannot be used in regular posts, and will only parse in wiki articles.
    Usage [toc]value[/toc]
    [toc]NO[/toc] prevents the default table of contents placement from occuring
    [toc]FORCE[/toc] displays the table of contents even if there are too few sections, or even if the NO flag was used
    [toc]BOOK[/toc] if the article belongs to a book, merges the other chapters into the table of contents
    [toc]NONUM[/toc] removes the table of contents numbering, leaving only the bullet points
    [toc][/toc] places a table of contents at the current position


    • Contact Us
    • Privacy
    • Top
    All times are GMT -5. The time now is 8:39 PM.

  • Powered by vBulletin™ Version 4.0.5
    Copyright © 2010 vBulletin Solutions, Inc. All rights reserved.
    Copyright © 2008 - 2010 VaultWiki Team, Cracked Egg Studios, LLC.
    "Wiki" powered by VaultWiki v3.0.2.
    Search Engine Optimization by vBSEO 3.5.1

    {{{Inactive}}}