User:DragonHawk/QuickRef
Appearance
This is page is essentially a combination bookmark file/post-it note. It's a list of stuff I can never remember or find and have to hunt for, every time I need it.
Templatre doc syntax
From Wikipedia:Template doc page pattern
Template page
[--template code--]<noinclude>
{{{{FULLPAGENAME}}/doc}}
<!-- Add cats and interwikis to the /doc subpage, not here! -->
</noinclude>
Doc subpage
<includeonly>{{template doc page transcluded}}</includeonly><noinclude>{{template doc page viewed directly}}</noinclude>
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->
<includeonly>
<!-- ADD CATEGORIES BELOW THIS LINE -->
<!-- ADD INTERWIKIS BELOW THIS LINE -->
</includeonly>
dab templates
{{otheruses4|1=this description|2=other description|3=other page}}
Table syntax
- Wiki text
{| class="wikitable" |+ caption ! head1 ! head2 ! head3 |- | R1 C1 | R1 C2 | R1 C3 |- | R2 C1 | R2 C2 | R2 C3 |- | R3 C1 | R3 C2 | R3 C3 |}
- Renders as
head1 | head2 | head3 |
---|---|---|
R1 C1 | R1 C2 | R1 C3 |
R2 C1 | R2 C2 | R2 C3 |
R3 C1 | R3 C2 | R3 C3 |