(→hour) |
m |
||
Line 1: | Line 1: | ||
+ | = 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 <tt>Template:NameOfTemplate</tt> as the last part of the url. | This is a list of '''templates''' we use for [[MediaWiki]]. They can generally be accessed through this website (http://laussy.org) by entering <tt>Template:NameOfTemplate</tt> as the last part of the url. | ||
− | = List = | + | == List == |
− | == contactme == | + | === contactme === |
Puts whatever should read when I need someone to {{contact me}}: | Puts whatever should read when I need someone to {{contact me}}: | ||
Line 9: | Line 11: | ||
<pre>{{contactme}}</pre> | <pre>{{contactme}}</pre> | ||
− | == pright == | + | === pright === |
Inserts a right-aligned paragraph. This is a weak counterpart to ''quote'' but is not a float, so is less fragile. | Inserts a right-aligned paragraph. This is a weak counterpart to ''quote'' but is not a float, so is less fragile. | ||
Line 16: | Line 18: | ||
reads {{pright|This text.}} | reads {{pright|This text.}} | ||
− | == quote == | + | |
+ | === quote === | ||
Inserts a quotation. See [[Template:Quote]] for documentation. | Inserts a quotation. See [[Template:Quote]] for documentation. | ||
Line 28: | Line 31: | ||
{{stub}} | {{stub}} | ||
− | == thisday == | + | === thisday === |
Provides the clickable date of a given day, e.g., | Provides the clickable date of a given day, e.g., | ||
Line 36: | Line 39: | ||
gives [[30 September|30]] [[September (1977)|September]] [[1977|(1977)]]. See also ''today''. | gives [[30 September|30]] [[September (1977)|September]] [[1977|(1977)]]. See also ''today''. | ||
− | == today == | + | === today === |
Provides the clickable date of today, e.g., | Provides the clickable date of today, e.g., | ||
Line 44: | Line 47: | ||
gives [[15 November|15]], [[November (2009)|November]] [[2009|(2009)]]. | gives [[15 November|15]], [[November (2009)|November]] [[2009|(2009)]]. | ||
− | == hour == | + | === hour === |
Gives the local hour (shortcut for <nowiki>{{LOCALTIME}}</nowiki> or <nowiki>{{CURRENTIME}}</nowiki>; still have to fix timezone issue), e.g., | Gives the local hour (shortcut for <nowiki>{{LOCALTIME}}</nowiki> or <nowiki>{{CURRENTIME}}</nowiki>; still have to fix timezone issue), e.g., |
Contents |
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.
Puts whatever should read when I need someone to contact me:
{{contactme}}
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.
Inserts a quotation. See Template:Quote for documentation.
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.
Provides the clickable date of a given day, e.g.,
{{subst:thisday|30|September|1977}}
gives 30 September (1977). See also today.
Provides the clickable date of today, e.g.,
{{subst:today}}
Gives the local hour (shortcut for {{LOCALTIME}} or {{CURRENTIME}}; still have to fix timezone issue), e.g.,
{{hour}}
gives {{subst:LOCALTIME}}.