Difference between revisions of "Help:Editing"
(new page) |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 15: | Line 15: | ||
| | | | ||
<pre> | <pre> | ||
− | |||
− | |||
{| class="wikitable" | {| class="wikitable" | ||
! Head1 !! Head2 | ! Head1 !! Head2 | ||
Line 49: | Line 47: | ||
| [[Template:Test|Test]] | | [[Template:Test|Test]] | ||
| {{test|what if list is empty}}Also adds page to [[:Category:Needs Testing]] | | {{test|what if list is empty}}Also adds page to [[:Category:Needs Testing]] | ||
− | | <pre>{{test}} | + | | <pre>{{test}} or {{test|additional info}}</pre> |
|- | |- | ||
− | | [[Template: | + | | [[Template:Unclear|Unclear]] |
− | | {{ | + | | {{unclear}}Also adds page to [[:Category:Unclear]] |
− | | <pre>{{ | + | | <pre>{{unclear}}</pre> |
+ | |- | ||
+ | | [[Template:Link|Link]] | ||
+ | | {{link|TGame|TickThreshold}} | ||
+ | | <pre>{{link|Class|Member}}</pre> | ||
|} | |} |
Latest revision as of 10:55, 4 October 2014
Tables
|
{| class="wikitable" ! Head1 !! Head2 |- | 1x1 || 1x2 |- style="height: 60px;" | 2x1 | 2x2 |- | align="right" | 3x1 | bgcolor="red" style="color:white" | 3x2 |} |
Templates
Name | Effect | Syntax | ||
---|---|---|---|---|
Expand |
|
{{expand|things to be added}} | ||
Note |
|
{{note|note text}} | ||
Bug |
|
{{bug|bug info}} | ||
Test |
|
{{test}} or {{test|additional info}} | ||
Unclear |
|
{{unclear}} | ||
Link | TickThreshold | {{link|Class|Member}} |