Difference between revisions of "TestArtemis"

From FHM Wiki
Jump to navigation Jump to search
Line 39: Line 39:
https://www.mediawiki.org/wiki/Transclusion
https://www.mediawiki.org/wiki/Transclusion


<nowiki><noinclude></noinclude></nowiki>  --- text between tags will only appear on the page itself, not on the page it's transcluded
<nowiki><noinclude></noinclude></nowiki>  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
<nowiki><includeonly></includeonly></nowiki> — 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.
<nowiki><onlyinclude></onlyinclude></nowiki> — 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
<nowiki>{{:Pagename}}</nowiki> - used when transcluding a page from the main namespace


{{User:Username}} - when transcluding a user page
<nowiki>{{User:Username}}</nowiki> - when transcluding a user page

Revision as of 11:35, 13 September 2021

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