Template:Now: Difference between revisions

From WikiIndex
Jump to navigation Jump to search
(+cat)
(corrected syntax)
Line 5: Line 5:
Copy the following sequence to your Clipboard
Copy the following sequence to your Clipboard


  <nowiki>subst:{{Lastupdate}}</nowiki>
  <nowiki>{{subst:Lastupdate}}</nowiki>


and place it into the wiki page source when editing. Keep in mind: the <code><nowiki>subst:</nowiki></code> is nessesary for using the current template content at saving time. You can see the effect using the ''show preview'' button.
and place it into the wiki page source when editing. Keep in mind: the <code><nowiki>subst:</nowiki></code> is nessesary for using the current template content at saving time. You can see the effect using the ''show preview'' button.


When you save your changes, the <code><nowiki>subst:{{Lastupdate}}</nowiki></code> will disappear and be permanently replaced by the current time (month followed by year).
When you save your changes, the <code><nowiki>{{subst:Lastupdate}}</nowiki></code> will disappear and be permanently replaced by the current time (month followed by year).


[[Category:Templates]]
[[Category:Templates]]


</noinclude>
</noinclude>

Revision as of 09:02, 12 November 2009

December 2025

This template shoulb be used for smart time stamping. This may be useful on some variing content such as size or wikiFactor.

Copy the following sequence to your Clipboard

{{subst:Lastupdate}}

and place it into the wiki page source when editing. Keep in mind: the subst: is nessesary for using the current template content at saving time. You can see the effect using the show preview button.

When you save your changes, the {{subst:Lastupdate}} will disappear and be permanently replaced by the current time (month followed by year).