User:Mightymushroom
From Card Hunter Wiki
(Difference between revisions)
m |
(Creating a table) |
||
| Line 10: | Line 10: | ||
| − | Current Experiment: | + | Current Experiment: Teach myself wiki tables and put together some helpful information while I'm at it |
| − | + | ||
---- | ---- | ||
| − | + | {| class="wikitable" | |
| − | What | + | ! You type !! What it does |
| − | < | + | |- |
| + | | align="center" | <code><nowiki>{{Cards|xxxxxx|}}</nowiki></code> | ||
| + | ''Ex:'' <code><nowiki>{{Cards|Bash}}</nowiki></code> | ||
| + | | Creates a link to the page 'Cards/xxxxxx' that reads as "xxxxxx" | ||
| + | ''{{Cards|Bash}}'' | ||
| + | |- | ||
| + | | align="center" | <code><nowiki>{{Items|xxxxxx|}}</nowiki></code> | ||
| + | ''Ex:'' <code><nowiki>{{Items|Cloth Cap}}</nowiki></code> | ||
| + | | Creates a link to the page 'Items/xxxxxx' that reads as "xxxxxx" | ||
| + | ''{{Items|Cloth Cap}}'' | ||
| + | |- | ||
| + | | align="center" | <code><nowiki>{{Keywords|xxxxxx|}}</nowiki></code> | ||
| + | ''Ex:'' <code><nowiki>{{Keywords|Holy}}</nowiki></code> | ||
| + | | Creates a link to the page 'Keywords/xxxxxx' that reads as "xxxxxx" | ||
| + | ''{{Keywords|Holy}}'' | ||
| + | |- | ||
| + | | | ||
| + | ! align="left" | Important! Capitalization counts in these templates. | ||
| + | '{{Cards|Bash}}' is not the same as '{{Cards|bash}}'. | ||
| + | |} | ||
Revision as of 16:02, 21 October 2012
Hi, around the internet I use the name 'mightymushroom'. I'm currently on the Card Hunter forums and a few other places.
For philosophical reasons, I usually sign my name with a small letter m, but it came out capitalized when I registered here.
-- mightymushroom (talk)
I'm also going to use this page for some experiments before transferring them to the main wiki.
Current Experiment: Teach myself wiki tables and put together some helpful information while I'm at it
| You type | What it does |
|---|---|
{{Cards|xxxxxx|}}
Ex: |
Creates a link to the page 'Cards/xxxxxx' that reads as "xxxxxx" |
{{Items|xxxxxx|}}
Ex: |
Creates a link to the page 'Items/xxxxxx' that reads as "xxxxxx" |
{{Keywords|xxxxxx|}}
Ex: |
Creates a link to the page 'Keywords/xxxxxx' that reads as "xxxxxx" |
| Important! Capitalization counts in these templates. |