1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Wiki Editing Help

Mar 7, 2016
Wiki Editing Help
  • This page contains help for anyone editing one of our wiki pages.

    Firstly, the default font is too small. The font size used on all the pages as a 'default' for paragraph text is size '4'.

    To make headings into a table of contents at the top of a wiki page, please insert this code around the heading you'd like to use:
    Code:
    [h2]Heading Example[/h2]
    Please note: h1 does not work. Only for h2, h3 etc.

    Example Headings:


    Example Heading h2(top)

    Example Heading h3(top)

    Example Heading h4(top)

    Example Heading h5(top)

    To insert images, click 'Upload a File', then select the image you'd like to insert, and click 'insert full image' or 'insert thumbnail'. The first time it is inserted you will see the image, but afterwards it will appear on the page like this:
    Code:
    [ATTACH=full]imagenumber[/ATTACH]
    Unfortunately, the only way to resize an image is to edit it before uploading it. To centre an image select the image (or the attach text) and select the alignment in the editor to 'align center'. To make an image float to the side of text, (so the text is next to the image) please select the image (or the attach text) and click 'Float Left' or 'Float Right' depending on which side of the text you'd like the image to float.

    To insert captioned images please use the template code:
    Code:
    {template=caption}img= inserted image  | cap=  example caption {/template}
    For reasons unknown the code block doesn't stop the template from appearing, so replace the { with [.
    The default caption has the caption at the bottom of the image. For the caption at the top, please edit the above code where it says 'template-caption' and use template=captionTop instead. For the caption and image to be inline with other text (for example the Northern Alliance or Orc Khanate image contents page) please use template=captionIndex. For captions floated to the left or right of text, please use 'captionLeft' or 'captionRight' as appropriate. For a caption on both top and bottom please use 'captionTopAndBottom', with cap1= (top) and cap2= (bottom). For a caption to create a new line, simply press enter to break the text into different lines under caption:

    Code:
    cap=example
    broken
    caption.
    Example captioned images:

    Placeholder text
    MO_Logo.png
    Caption
    showing where text placed next to the captioned image goes.

    Placeholder text
    MO_Logo.png
    Caption Index
    showing where text placed next to the captioned image goes.

    MO_Logo.png
    Caption Left
    with
    broken text
    example
    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

    MO_Logo.png
    Caption Right

    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

    Placeholder text
    Top Caption
    MO_Logo.png
    Bottom Caption
    showing where text placed next to the captioned image goes.



    The Lorem ipsum text is used as placeholder text to demonstrate the captioned images floating to the left and right of text.

    As you can see for a standard captioned image the text simply goes above and to the side of the image (if another image is placed to the side of the captioned image it would also go above and to the side of the image). For the Caption Index image the text, and other images, would simply sit next to the captioned image.
  • Loading...