(stub)
Line 54: Line 54:
  
 
gives {{hour}}.
 
gives {{hour}}.
 +
 +
=== multicol ===
 +
 +
From [http://en.wikipedia.org/w/index.php?title=Template:Multicol Wikipedia's multicol]. Use as:
 +
 +
<pre>
 +
{{Multicol}}
 +
This text appears in the first column.
 +
{{Multicol-break}}
 +
This text appears in the second column.
 +
{{Multicol-break}}
 +
This text appears in the third column.
 +
{{Multicol-end}}
 +
</pre>
 +
 +
You need to create the three corresponding pages<wz tip="Template:Multicol, Template:Multicol-break and Template:Multicol-end.">$^*$</wz>, which are shortcuts for divivision of the page with floats.

Revision as of 22:05, 14 October 2011

Contents

Templates used on this site

This is a list of templates we use for MediaWiki. They can generally be accessed through this website (http://laussy.org) by entering Template:NameOfTemplate as the last part of the url.

List

contactme

Puts whatever should read when I need someone to contact me:

{{contactme}}

pright

Inserts a right-aligned paragraph. This is a weak counterpart to quote but is not a float, so is less fragile.

{{pright|This text.}}
reads

This text.

quote

Inserts a quotation. See Template:Quote for documentation.

stub

Warns of pages that are still so much in construction, they're not really nice to visit.

{{stub}}

This page is still largely in progress.

thisday

Provides the clickable date of a given day, e.g.,

{{subst:thisday|30|September|1977}}

gives 30 September (1977). See also today.

today

Provides the clickable date of today, e.g.,

{{subst:today}}

gives 15, November (2009).

hour

Gives the local hour (shortcut for {{LOCALTIME}} or {{CURRENTIME}}; still have to fix timezone issue), e.g.,

{{hour}}

gives {{subst:LOCALTIME}}.

multicol

From Wikipedia's multicol. Use as:

{{Multicol}}
This text appears in the first column.
{{Multicol-break}}
This text appears in the second column.
{{Multicol-break}}
This text appears in the third column.
{{Multicol-end}}

You need to create the three corresponding pages$^*$, which are shortcuts for divivision of the page with floats.