TestArtemis

From FHM Wiki
Revision as of 11:35, 13 September 2021 by Estragon (talk | contribs)
Jump to navigation Jump to search

Intro

Wiki editing

Edit your own page

Structuring information

First level

 =Your text= 

Second level

 ==Your text== 

Third level

 ===Your text=== 

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