Template:Expire/doc

From Official Kodi Wiki
< Template:Expire
Revision as of 08:53, 23 April 2016 by Ned Scott (talk | contribs) (Created page with "Used to hide content using an expiration date. == Usage == <code><nowiki>{{expire| YYYYMMDD | Content goes here }}</nowiki></code> Where YYYYMMDD is the year + month + day w...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Used to hide content using an expiration date.

Usage

{{expire| YYYYMMDD | Content goes here }}

Where YYYYMMDD is the year + month + day where you want the content to disappear. For example, 20160423 would hide the "content goes here" part after April 23rd, 2016.

If the content has an equals sign then you might need to use this alternative formatting:

{{expire| YYYYMMDD |2= Content goes here }}