template:new

This is an old revision of the document!


This is a new general template which adds details on some of the newer plugins available to wiki editors. This page is as much an informational resource on the wiki's capabilities as it is an example of how to format your pages.

These bullet points represent the parts of a page from top to bottom.

  • Any page-wide alerts if applicable
  • The page title
  • A summary of the page
  • An inline Table of Contents if applicable
  • The main content of the page.

These elements are present in all pages, and represent the basic formatting options for the wiki.

Headers

Text

Columns

A page can be split into a maximum of 12 columns through the col element. You'll want to use these in conjunction with a new grid for each row of columns, else differing column sizes could cause unexpected behavior. Here's an example implementation:

Here's a size 1 column
Here's a size 2 column
Here's a size 3 (quarter page) column
Here's a size 6 (half page) column
<grid>
<col md="1">

^  Here's a size 1 column  ^

</col>
<col md="2">

^  Here's a size 2 column  ^

</col>
<col md="3">

^  Here's a size 3 (quarter page) column  ^

</col>
<col md="6">

^  Here's a size 6 (half page) column  ^

</col>
</grid>

These are a very powerful set of plugins with a wide range of uses. One of constant things between them is the type option which determines their color. The possible options are as follows, though be advised not all of them will be accepted for all elements:

default primary success info warning danger

Documentation on all the possible implementations of this wrapper can be found here: http://www.lotar.altervista.org/wiki/wiki/plugin/bootswrapper

Accordions

Useful when a large amount of vertical space is needed for something, such as skillplans. Here's an example of it in action:

Test Accordion

You can click to expand the hidden information

Here's some hidden text.

<accordion>
<panel title="Test Accordion" subtitle="You can click to expand the hidden information" type="default">

Here's some hidden text.

</panel>
</accordion>

Alerts

Alerts can be used when you want to draw attention to information on a page. Here's an example:

<alert type="warning"><TEXT align="center">

**Look here! This is important!**

</TEXT></alert>

Buttons

Accordions

  • template/new.1539649756.txt.gz
  • Last modified: 2018/10/16 00:29
  • by Aernir Ridley