Difference between revisions of "Help:Tutorial"

1,012 bytes added ,  19:12, January 29, 2022
Update
wikia:banjokazooie>Chicken7
(Update)
 
(13 intermediate revisions by 6 users not shown)
Line 1: Line 1:
Here,you can learn about how to do any codes on a wiki.
Here, you can learn about how to do any codes and markup on a wiki.
==Links==
==Links==
===Information===
===Information===
All links are blue. If you have clicked on them before,they will be purple.If there is a link to a article that does not exist,it will be red. If you see a red link,you can click on the link to create the article.
All links are blue. If you have clicked on them before,they will be purple.If there is a link to an article that does not exist,it will be red. If you see a red link,you can click on the link to create the article.
===Normal Links===
===Normal Links===
Getting around a wiki is made possible by links. Links are blue text that you click on and they take you to another page on the wiki. To make a link,type this:<nowiki>[[link name here]]</nowiki>
Getting around a wiki is made possible by links. Links are blue text that you click on and they take you to another page on the wiki. To make a link,type this:<nowiki>[[link name here]]</nowiki>
===Name Changing===
===Name Changing===
However,you may want to call a link something it's title isn't.(ex:You want to link to Banjo Tooie,but you want to call it Banjo 2) All you do is: <nowiki>[[link name here|what you want it called]]</nowiki>
However,you may want to call a link something it's title isn't.(ex:You want to link to Banjo Tooie,but you want to call it Banjo 2) All you do is: <nowiki>[[link name here|what you want it called]]</nowiki>
All links are blue. If you have clicked on them before,they will be purple.If there is a link to a article that does not exist,it will be red. If you see a red link,you can click on the link to create the article.  
All links are blue. If you have clicked on them before,they will be purple.If there is a link to an article that does not exist,it will be red. If you see a red link,you can click on the link to create the article.  
===Paragraphs===
===Paragraphs===
If you are going to make a link take you to a certain paragraph on another page,type:
If you are going to make a link take you to a certain paragraph on another page,type:
Line 32: Line 32:
===<u> Underlining </u>===
===<u> Underlining </u>===
To <u> Underline text type <nowiki><u>text here and to end it type </u></nowiki>.</u>
To <u> Underline text type <nowiki><u>text here and to end it type </u></nowiki>.</u>
===<s> Stiking </s> ===
===<s> Striking </s> ===
<s>To stirke</s> text type <nowiki><s> text here and to end it type</s></nowiki>
<s>To strikeout</s> text type <nowiki><s> text here and to end it type</s></nowiki>


==Pictures==
==Pictures==
Line 77: Line 77:


==Asterisks==
==Asterisks==
To make a list or jot notes you need the asterisks in front of them. Type * to make a asterisk:
To make a list or jot notes you need the asterisks in front of them. Type * to make an asterisk:
* See?
* See?
* It's easy!
* It's easy!
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:
<pre>
<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></pre>
<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:
<pre>
<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></pre>
<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:Snadbox|here]] to test out anything!
Go [[Jiggywikki:Sandbox|here]] to test out anything!
 
[[Category:Jiggywikki]]
15,584

edits