Difference between revisions of "Template:Delayed"

From blackwiki
Jump to navigation Jump to search
imported>Addbot
m (Bot: Migrating interwiki links, now provided by Wikidata on d:q14337329)
imported>Sardanaphalus
(moved categorization to /doc page)
 
Line 1: Line 1:
<includeonly>{{#if:{{{1|}}}|{{#ifexpr: {{#time:U}} > {{#time:U|{{{1}}}}}|{{{2|}}}|{{{3|}}}}}|<span style="font-size: large; color: red">[[Template:Delayed]] usage error: Expiration parameter required.</span>}}</includeonly><noinclude>
+
<includeonly>{{#if:{{{1|}}}
{{template doc}}
+
              | {{#ifexpr:{{#time:U}}>{{#time:U|{{{1}}}}} |{{{2|}}} |{{{3|}}}}}
 
+
              | <span style="font-size:large;color:red;">[[Template:Delayed]] usage error: Expiration parameter required.</span>
[[Category:Wikipedia formatting and function templates|Delayed]]
+
            }}</includeonly><noinclude>
 +
{{Documentation}}
 
</noinclude>
 
</noinclude>

Latest revision as of 20:47, 16 November 2014

Template documentation[view] [edit] [history] [purge]
  • Syntax: {{delayed | future date/time | text to show after expiration | text to show before expiration}}
    • Text to show before/after may be omitted, but the date/time stamp must be given.
    • Date/timestamp is in any format accepted by the {{#date}} ParserFunction, such as YYYY-MM-DD HH:MM.
  • Examples
    • {{delayed|2025-05-16|foo|bar}} displays foo
    • {{delayed|2025-05-18|foo|bar}} displays foo (today's date)
    • {{delayed|2025-05-20|foo|bar}} displays bar
    • {{delayed|2025-05-23|2={{db-talk}}}} displays nothing now, but will transclude {{db-talk}} 5 days from now.