Help:Quick Reference: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
mNo edit summary
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 8: Line 8:


= Links =
= Links =
== Internal Links ==
=== Internal Links ===
[[Main Page]]
[[Main Page]]
  Code:
  Code:
  <nowiki>[[Main Page]]</nowiki>
  <nowiki>[[Main Page]]</nowiki>
== External Links ==
==== Piped Links ====
Piped links allow you change the displayed text for an internal link. Create a normal internal link, then put a pipe, "|" after the page name, then enter the text you want to appear instead. For example, here we will link to the "Russ Howell" page, but it will be displayed as [[Russ Howell|Russ]].
Code:
<nowiki>[[Russ Howell|Russ]]</nowiki>
==== Word-Ending Links ====
Word-ending links will automatically extend link names with certain endings. Adding an "s" to the end of [[Kickflip]], like <nowiki>"[[Kickflip]]s"</nowiki> will create the link [[Kickflip]]s. Likewise,  <nowiki>"[[Pogo]]ing"</nowiki> will create [[Pogo]]ing.<br>
Code:
<nowiki>[[Kickflip]]s</nowiki>
<nowiki>[[Pogo]]ing</nowiki>
<nowiki>[[Help]]ers</nowiki>
=== Linking to Categories ===
To link to a category you use the syntax <nowiki>[[:Category:<category>]]</nowiki> to link to a category. The semicolon (":") at the beginning is very important. Without it, the page itself will be added to the category specified, instead of linking to it. Category links can also use Piped links and this is the preferred way to use them for a smoother reading experience. Here are some examples:<br>
*Default Link: [[:Category:Skaters]]
*Piped Link: [[:Category:Skaters|Skaters]]
Code:
<nowiki>[[:Category:Skaters]]</nowiki> (Default)
<nowiki>[[:Category:Skaters|Skaters]]</nowiki> (Piped Link)
=== External Links ===
[https://freestylekb.com The Freestyle Knowledge Base]
[https://freestylekb.com The Freestyle Knowledge Base]
  Code:
  Code:
Line 105: Line 122:
  ----
  ----
  Text After
  Text After
= Images =
=== Galleries ===
The gallery tags makes it very easy to create a gallery of multiple thumbnail images. This is useful for arranging multiple images with a uniform size onto a page. You can add as many images as you like between the opening and closing gallery tag, one image per line. Here is an example:
<gallery>
File:MODE Skateboards Logo 1.jpg|MODE Skateboards Logo
File:Decomposedlogo.jpg|Decomposed Logo
File:Moonshine skateboards logo.png|Moonshine Skateboards Logo
File:Seismic Skate Inc Logo.jpg|Seismic Skate Logo
</gallery>
Code:
<nowiki>
<gallery>
File:file_name.ext|caption|alt=alternate text
File:MODE Skateboards Logo 1.jpg|MODE Skateboards Logo
File:Decomposedlogo.jpg|Decomposed Logo
File:Moonshine skateboards logo.png|Moonshine Skateboards Logo
File:Seismic Skate Inc Logo.jpg|Seismic Skate Logo
</gallery></nowiki>
Note: The captions and alternate text are optional fields.
Cookies help us deliver better freestyle-related content. By using our services, you agree to our use of cookies and promise to practice your footwork everyday.

Navigation menu