Jump to content

Quick Start Guide: Difference between revisions

→‎Some other useful codes: starting expand-collapse code
(→‎Some other useful codes: starting expand-collapse code)
Line 93: Line 93:
***''italic'' is two hash marks on either side of a word <nowiki>' ' word ' '</nowiki>
***''italic'' is two hash marks on either side of a word <nowiki>' ' word ' '</nowiki>
*** '''bold''' is three hash marks on either side of a word <nowiki>' ' ' word ' ' '</nowiki>
*** '''bold''' is three hash marks on either side of a word <nowiki>' ' ' word ' ' '</nowiki>
*** underline is created with the hmtl tags on underline: <nowiki><u>text</u></nowiki>
*** <u>underline</u> is created with the hmtl tags on underline: <nowiki><u>text</u></nowiki>
** for general formatting instructions, see this mediawiki article [http://www.mediawiki.org/wiki/Help:Formatting Mediawiki/Help:Formatting]
** for general formatting instructions, see this mediawiki article [http://www.mediawiki.org/wiki/Help:Formatting Mediawiki/Help:Formatting]
* <nowiki><nowiki></nowiki> and <nowiki></nowiki></nowiki> turn on and off Mediawiki code in order to display the code as plain text
* <nowiki><nowiki></nowiki> and <nowiki></nowiki></nowiki> turn on and off Mediawiki code in order to display the code as plain text
* collapsible text
** simple expand-collapse
<div class="mw-collapsible">
This text is collapsable.
</div>
*** code: ** expand/collapse codes:
<nowiki><div class="mw-collapsible">
This text is collapsible.
</div></nowiki>
** note that the "collapse" and "expand" menu is to the far right
*** to move it to the middle, add <nowiki>
** Source: [[https://www.mediawiki.org/wiki/Manual:Collapsible_elements#Collapsible_tables Collapsible Tables (MediaWiki)}}


===Save your page!===
===Save your page!===