Be sure to read our policy on citing sources before editing!
Difference between revisions of "Help:Tutorial"
From Jiggywikki, a Banjo-Kazooie wiki
Jump to navigationJump to search
m
no edit summary
wikia:banjokazooie>Jimbo Jambo m (o_o) |
wikia:banjokazooie>Dekudan312 m |
||
Line 96: | Line 96: | ||
==Line Breaking== | ==Line Breaking== | ||
You can type <nowiki><br></nowiki> and this will automacticly<br>break<br>the<br>line you are working on. | You can type <nowiki><br></nowiki> and this will automacticly<br>break<br>the<br>line you are working on. | ||
==Adding Collapsible Pages== | |||
You will need to create three div elements: | |||
<nowiki> | |||
<div class="NavHead">[... This is the title of your collapsible content ...]</div> | |||
<div class="NavContent"> | |||
[... The content you want to hide goes here ...] | |||
</div> | |||
</div></nowiki> | |||
<div class="NavFrame"> | |||
<div class="NavHead">[... This is the title of your collapsible content ...]</div> | |||
<div class="NavContent"> | |||
[... The content you want to hide goes here ...] | |||
</div> | |||
</div> | |||
To initially hide the content do this: | |||
<nowiki> | |||
<div class="NavHead">[... This is the title of the hidden content ...]</div> | |||
<div class="NavContent" style="display:none;"> | |||
[... This content is initially hidden ...] | |||
</div> | |||
</div></nowiki> | |||
<div class="NavFrame"> | |||
<div class="NavHead">[... This is the title of the hidden content ...]</div> | |||
<div class="NavContent" style="display:none;"> | |||
[... This content is initially hidden ...] | |||
</div> | |||
</div> | |||
==Sandbox== | ==Sandbox== | ||
Go [[Banjo-Kazooie Wiki:Sandbox|here]] to test out anything! | Go [[Banjo-Kazooie Wiki:Sandbox|here]] to test out anything! |