Jump to content

User:DragonHawk/QuickRef

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by DragonHawk (talk | contribs) at 22:56, 30 December 2007 (Old footnote syntax: delete). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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
caption
head1 head2 head3
R1 C1 R1 C2 R1 C3
R2 C1 R2 C2 R2 C3
R3 C1 R3 C2 R3 C3