Difference between revisions of "TestArtemis"

From FHM Wiki
Jump to navigation Jump to search
Line 10: Line 10:


===Structuring information===
===Structuring information===
You can create headings with different hierarchic levels by using "=" as follows:


First level
First level
Line 22: Line 23:


   <pre> ===Your text=== </pre>
   <pre> ===Your text=== </pre>
You can place content under each section.


'''Formatting'''
'''Formatting'''
Line 37: Line 40:


For more documentation: https://www.mediawiki.org/wiki/Help:Formatting
For more documentation: https://www.mediawiki.org/wiki/Help:Formatting


==Collective creation and printing==
==Collective creation and printing==

Revision as of 16:29, 13 September 2021

Intro

Wiki editing

Edit mode

On the wiki, there is a Read and Edit mode.
Edit lets you write new or make changes to existing content.
While you are editing, you can preview your changes in the Preview window.
Once you finish editing, you should Save changes, otherwise your contribution will be lost.


Structuring information

You can create headings with different hierarchic levels by using "=" as follows:

First level

 =Your text= 

Second level

 ==Your text== 

Third level

 ===Your text=== 

You can place content under each section.

Formatting

Changing fonts

<div style="font-family: Inconsolata;"> YOUR TEXT </div>

Changing paragraph style

<p style="text-align:center; font-size:30px;"> YOUR PARAGRAPH 

Changing text color and background

<span style="color:#58D68D; background:#0E6655;"> YOUR TEXT </span>

For more documentation: https://www.mediawiki.org/wiki/Help:Formatting

Collective creation and printing

Instructions for the collective writing:

https://www.mediawiki.org/wiki/Transclusion

<noinclude></noinclude>  — text between tags will only appear on the page itself, not on the page it's transcluded

<includeonly></includeonly> — text between tags will only appear then where the page is transcluded, not on the page itself

<onlyinclude></onlyinclude> — only the text between these tags will be shown where the page is transcluded, but it also shows on the page itself. It can override the other tags.

{{:Pagename}} — used when transcluding a page from the main namespace

{{User:Username}} — when transcluding a user page