**This is a standard center-aligned alert, of the "info" variant.** This is a work in progress. ====== New Template ====== 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 a page's layout. {{INLINETOC 2-4}} {{INLINETOC 2-4}} ===== The Standard Page Layout ===== 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. ===== Standard Page Elements ===== These elements are present in all pages, and represent the basic formatting options for the wiki. ==== Title and Headers ==== Headers can be used to create links to specific parts of a page, and will show up in the page's table of contents. Headers are created by surrounding text with ''='' signs, and the more there are the larger the header will be. Each page supports a maximum of 6 different header sizes, and the topmost header will automatically be made into the page title. ====== Size 6 Header ====== ===== Size 5 Header ===== ==== Size 4 Header ==== === Size 3 Header === == Size 2 Header == = Size 1 Header = ==== Text ==== Text can be manipulated in all sorts of ways, from changing the alignment to manually setting sizes and colors. Here's some examples in action: **Bolded Text** - //Italicized Text// - __Underlined Text__ - Struck Through Text - ''Mono-Spaced Text'' **//__''All of The Above''__//** - Here's an Ordered List Item - Keep in mind these don't work nicely with text alignments other then left. * This is a bullet point * These also don't work with custom text alignments. Some Orange Colored Text XX Small Text / X Small Text / Normal Text / Large Text / X Large Text / XX Large Text **Bolded Text** - //Italicized Text// - __Underlined Text__ - Struck Through Text - ''Mono-Spaced Text'' **//__''All of The Above''__//** - Here's an Ordered List Item - Keep in mind these don't work nicely with text alignments other then left. * This is a bullet point * These also don't work with custom text alignments. Some Orange Colored Text XX Small Text / X Small Text / Normal Text / Large Text / X Large Text / XX Large 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. Each ''col'' element accepts a tier attribute with an associated column size (any integer out of 12). The tier attribute indicates at what page width the columns collapse into a stack (''xs'', ''sm'', ''md'', ''lg''). Here's an example implementation (The ''^'' in each column creates a table header which adds a background and shows column sizes. These are not part of the standard column element.): ^ 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 ^ ^ 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 ^ ===== Bootstrap Elements ===== 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: Documentation on all the possible implementations of this wrapper can be found here: http://www.lotar.altervista.org/wiki/wiki/plugin/bootswrapper ==== Attention Grabbers ==== Use these elements when you want to bring attention to a specific part of your page. === Alerts === Alerts can be used when you want to draw attention to information on a page. Here's an example: **Look here! This is important!** **Look here! This is important!** === Callouts === Callouts are similar to alerts in that they make information on a page stand out, but they do it in a less aggressive way. Here's an example of a Danger Callout: Hey look, an example! Hey look, an example! === Labels === Labels are inline elements with a background to help the text stand out. Here's what a success label looks like: And this text is not. And this text is not. ==== Page Design Elements ==== These elements affect the layout of your page, and can give it a more modern feel. === List Groups === List groups turn unordered lists into much more visible elements, and can also be used in conjunction with links and some styling. Here's an example: * **Some Bolded Text** * [[:|A Link to the Front Page]] * **Some Bolded Text** * [[:|A Link to the Front Page]] === Panels === Panels act as a container for part of your page, they come with a nice title header and also support a subtitle. Here's what that looks like: Here's some info that you want in the panel. Here's some info that you want in the panel. === Thumbnails === Thumbnails are containers for images, and can be customized with captions. Here's an example: {{ https://images.evetech.net/alliances/99003214/logo?size=64&.png? }} **Brave!** {{ https://images.evetech.net/alliances/99003214/logo?size=64&.png? }} **Brave!** === Wells === Like Panels, Wells act as a container for part of your page. They're commonly used to split up sections in a basic page. Here's an example: Well well well, here's a bunch of wells in a well. Water sold separately. Well well well, here's a bunch of wells in a well. Water sold separately. ==== Functional Elements ==== These elements add advanced functionality to your page, and may make it easier to display complex information. === Accordions === Useful when a large amount of vertical space is needed for something, such as skillplans. Here's an example of it in action: Here's some hidden text. Here's some hidden text. === Buttons === Buttons are basically nicer links. Their height, color, and length are all variable. Here's an example small, primary button which links to the wiki home page: [[https://wiki.bravecollective.com/start|Home Page]] [[https://wiki.bravecollective.com/start|Home Page]] === Modals === Modals are extremely powerful elements that create a new window within the page. These can organize large amounts of content, display other pages, and even be used in conjunction with [[#navs|Navs]] to create guided walkthroughs. Here's some examples: Open A Simple Modal Open A Modal Displaying The Front Page This window can contain all the elements normal pages support. Open A Simple Modal Open A Modal Displaying The Front Page This window can contain all the elements normal pages support. === Navs === Navs can be used to link to other pages or switch between panes within a page, and come in a variety of styles. Here's an example of using navs and panes to create an interactive page: === Tooltips === Tooltips are inline elements that display additional text when hovering over something. Here's what that looks like: Some Random Text Some Random Text ===== The Include Plugin ===== For anyone who's used PHP before, The Include Plugin acts almost exactly like the ''include'' expression from that language. It takes an element from another location on the wiki and displays it where the element is placed. Here's a basic example referencing the top section of the [[:public:alliance:about|About Brave]] page, but you should really check out the [[doku>plugin:include|plugin page]] for full syntax information: {{section>:public:alliance:about#about_the_brave_collective&showheader&firstsectiononly&noreadmore&nofooter&nolink&indent&noeditbutton&inline}} {{section>:public:alliance:about#about_the_brave_collective&showheader&firstsectiononly&noreadmore&nofooter&nolink&indent&noeditbutton&inline}}