Help:Tutorial 2

From ILMINES WIKI

Advanced Wiki Code

Adding tooltips

ILMines wiki commonly uses {{#info: test |note }} to replace asterisks (*)
Replace the word "test" with the text from the note.
Other Examples below:

Icon Description Code Example
info A blue icon with exclamation mark (default) {{#info: test }} test
note A blue icon with question mark. {{#info: test |note }} test
warning A orange icon with exclamation mark. {{#info: test |warning }} test
error A red icon with hyphen. {{#info: test |error }} test

Tables

This website has an interface to create simple tables to add to the wiki: https://www.tablesgenerator.com/mediawiki_tables

You can create tables manually or using the editing toolbar. By clicking the "Advanced" button, you'll get a drop down table that include, on the far right, a table. The default settings will cause this to appear in wikitext:

{| class="wikitable"
|-
|+Table 1.
|-
! Header text 1 || Header text 2 || Header text 3
|-
| Example 1 || Example 2 || Example 3
|-
| Example A || Example B || Example C
|-
| Example ! || Example @ || Example # 
|}

which will look like this:

Table 1.
Header text 1 Header text 2 Header text 3
Example 1 Example 2 Example 3
Example A Example B Example C
Example ! Example @ Example #

Spreadsheet (excel) to table

https://tools.wmflabs.org/excel2wiki/index.php