Help:Link Templates
(Created page with "You can use templates to create inline text links to common types of pages. In most cases, it's a lot less typing! <br>For instance to link to the page for '''Spiked Shield''...") |
(cleaning up table and making it prettier) |
||
Line 11: | Line 11: | ||
{| class="wikitable" | {| class="wikitable" | ||
− | ! To link to: ! | + | ! style="width: 12%" | To link to: |
+ | ! style="width: 34%" | Use: | ||
+ | ! style="width: 54%" | Result: | ||
|- | |- | ||
! rowspan="2" | Cards | ! rowspan="2" | Cards | ||
− | | align="center" | < | + | | align="center" | <code><nowiki>{{Cards|xxxxxx}}</nowiki></code> |
− | ''or'' | + | ''or''<br> |
− | < | + | <code><nowiki>{{C|xxxxxx}}</nowiki></code> |
| A link to the page 'Cards/xxxxxx' that reads as "xxxxxx" | | A link to the page 'Cards/xxxxxx' that reads as "xxxxxx" | ||
− | '' | + | ''Example: ''<code><nowiki>{{C|Bash}}</nowiki></code>'' gives ''{{C|Bash}} |
|- | |- | ||
− | | align="center" | < | + | | align="center" | <code><nowiki>{{Cards|xxxxxx|other text}}</nowiki></code> |
− | ''or'' | + | ''or''<br> |
− | < | + | <code><nowiki>{{C|xxxxxx|other text}}</nowiki></code> |
| A link to the page 'Cards/xxxxxx' that reads as "other text" | | A link to the page 'Cards/xxxxxx' that reads as "other text" | ||
− | '' | + | ''Example: ''<code><nowiki>{{C|Arcing Zap|strange card}}</nowiki></code>'' gives ''{{C|Arcing Zap|strange card}} |
|- | |- | ||
! rowspan="2" | Items | ! rowspan="2" | Items | ||
− | | align="center" | < | + | | align="center" | <code><nowiki>{{Items|xxxxxx}}</nowiki></code> |
− | ''or'' | + | ''or''<br> |
− | < | + | <code><nowiki>{{I|xxxxxx}}</nowiki></code> |
| A link to the page 'Items/xxxxxx' that reads as "xxxxxx" | | A link to the page 'Items/xxxxxx' that reads as "xxxxxx" | ||
− | '' | + | ''Example: ''<code><nowiki>{{I|Cloth Cap}}</nowiki></code>'' gives ''{{I|Cloth Cap}} |
|- | |- | ||
− | | align="center" | < | + | | align="center" | <code><nowiki>{{Items|xxxxxx|other text}}</nowiki></code> |
− | ''or'' | + | ''or''<br> |
− | < | + | <code><nowiki>{{I|xxxxxx|other text}}</nowiki></code> |
| A link to the page 'Items/xxxxxx' that reads as "other text" | | A link to the page 'Items/xxxxxx' that reads as "other text" | ||
− | '' | + | ''Example: ''<code><nowiki>{{I|Copper Axe|sharp!}}</nowiki></code>'' gives ''{{I|Copper Axe|sharp!}} |
|- | |- | ||
! rowspan="2" | Keywords | ! rowspan="2" | Keywords | ||
− | | align="center" | < | + | | align="center" | <code><nowiki>{{Keywords|xxxxxx}}</nowiki></code> |
− | ''or'' | + | ''or''<br> |
− | < | + | <code><nowiki>{{K|xxxxxx}}</nowiki></code> |
| A link to the page 'Keywords/xxxxxx' that reads as "xxxxxx" | | A link to the page 'Keywords/xxxxxx' that reads as "xxxxxx" | ||
− | '' | + | ''Example: ''<code><nowiki>{{K|Holy}}</nowiki></code>'' gives ''{{K|Holy}} |
|- | |- | ||
− | | align="center" | < | + | | align="center" | <code><nowiki>{{Keywords|xxxxxx|other text}}</nowiki></code> |
− | ''or'' | + | ''or''<br> |
− | < | + | <code><nowiki>{{K|xxxxxx|other text}}</nowiki></code> |
| A link to the page 'Keywords/xxxxxx' that reads as "other text" | | A link to the page 'Keywords/xxxxxx' that reads as "other text" | ||
− | '' | + | ''Example: ''<code><nowiki>{{K|Poison|Poison 2}}</nowiki></code>'' gives ''{{K|Poison|Poison 2}} |
+ | |- | ||
+ | ! colspan="3" | Important! Capital letters count when making links. {{C|Bash}} is not the same as {{C|bash}}.<br> | ||
+ | {{K|Teleport|Teleport 3}} is not the same as {{K|teLEPorT|Teleport 3}} (Mouse over to check the link!) | ||
|} | |} |
Revision as of 15:28, 22 October 2012
You can use templates to create inline text links to common types of pages. In most cases, it's a lot less typing!
For instance to link to the page for Spiked Shield, I could type
[[Items/Spiked Shield|Spiked Shield]]
or I could type
{{I|Spiked Shield}}
Both options have the result Spiked Shield. Which one do you think is faster?
Table of Link Templates
The following table demonstrates how to use Card Hunter Wiki's link templates:
To link to: | Use: | Result: |
---|---|---|
Cards | {{Cards|xxxxxx}}
or |
A link to the page 'Cards/xxxxxx' that reads as "xxxxxx"
Example: |
{{Cards|xxxxxx|other text}}
or |
A link to the page 'Cards/xxxxxx' that reads as "other text"
Example: | |
Items | {{Items|xxxxxx}}
or |
A link to the page 'Items/xxxxxx' that reads as "xxxxxx"
Example: |
{{Items|xxxxxx|other text}}
or |
A link to the page 'Items/xxxxxx' that reads as "other text"
Example: | |
Keywords | {{Keywords|xxxxxx}}
or |
A link to the page 'Keywords/xxxxxx' that reads as "xxxxxx"
Example: |
{{Keywords|xxxxxx|other text}}
or |
A link to the page 'Keywords/xxxxxx' that reads as "other text"
Example: | |
Important! Capital letters count when making links. Bash is not the same as bash. Teleport 3 is not the same as Teleport 3 (Mouse over to check the link!) |