×
Create a new article
Write your page title here:
We currently have 245 articles on The Vault @ The EERIE Files. Type your article name above or click on one of the titles below and start writing!



The Vault @ The EERIE Files

Template:Tick: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
<includeonly><span class="vault-reviewed" title="Reviewed{{#if:{{{date|}}}| — {{{date}}}}}">✓{{#if:{{{date|}}}| <span class="vault-reviewed-date">{{{date}}}</span>}}</span></includeonly><noinclude>
<includeonly><div class="vault-tick-box"><span class="vault-tick-mark">✓</span>{{#if:{{{date|}}}|<span class="vault-tick-date">{{{date}}}</span>}}</div></includeonly><noinclude>
== Template:Tick ==
== Template:Tick ==
A small inline marker for editors' own tracking use — signals that a page has been checked and is current as of a given date.
A small right-aligned box for editors' own tracking use — signals that a page has been checked and is current as of a given date.


'''Formatting note:''' one continuous line, same rule as every other template on the wiki.
'''Formatting note:''' one continuous line, same rule as every other template on the wiki.
Line 13: Line 13:
{{Tick}}
{{Tick}}
</pre>
</pre>
Place wherever's convenient on the page — top, bottom, or next to a specific section you've just checked. It renders inline, not as a block, so it won't disrupt surrounding layout.
Place at the top of the page. It's a floated box rather than an inline mark, so it will sit in the top-right corner regardless of where in the wikitext it's placed — putting it right after the infobox call is the simplest convention.


=== Parameters ===
=== Parameters ===
* '''date''' — optional. When the page was last confirmed current. If omitted, shows just the tick with no date in the tooltip either.
* '''date''' — optional. When the page was last confirmed current. If omitted, shows just the tick with no date beside it.


[[Category:Templates]]
[[Category:Templates]]
</noinclude>
</noinclude>

Revision as of 21:37, 3 August 2026

Template:Tick

A small right-aligned box for editors' own tracking use — signals that a page has been checked and is current as of a given date.

Formatting note: one continuous line, same rule as every other template on the wiki.

Usage:

{{Tick|date=3 August 2026}}

Or with no date, just a bare tick:

{{Tick}}

Place at the top of the page. It's a floated box rather than an inline mark, so it will sit in the top-right corner regardless of where in the wikitext it's placed — putting it right after the infobox call is the simplest convention.

Parameters

  • date — optional. When the page was last confirmed current. If omitted, shows just the tick with no date beside it.