Difference between revisions of "Template:Delayed/doc"
Jump to navigation
Jump to search
imported>Quarl («+"** Date/timestamp is in any format accepted by the {{#date}} ParserFunction, such as YYYY-MM-DD HH:MM:SS.", "display" → "transclude"») |
imported>Vanisaac |
||
| (4 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
| + | {{Documentation subpage}} | ||
| + | |||
*'''Syntax''': <code>{{delayed | future date/time | text to show after expiration | text to show before expiration}}</code> | *'''Syntax''': <code>{{delayed | future date/time | text to show after expiration | text to show before expiration}}</code> | ||
** Text to show before/after may be omitted, but the date/time stamp must be given. | ** 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 | + | ** Date/timestamp is in any format accepted by the {{#date}} ParserFunction, such as YYYY-MM-DD HH:MM. |
*'''Examples''' | *'''Examples''' | ||
** <code>{{delayed|{{#time:Y-m-d|-2 days}}|foo|bar}}</code> displays <code>foo</code> | ** <code>{{delayed|{{#time:Y-m-d|-2 days}}|foo|bar}}</code> displays <code>foo</code> | ||
| + | ** <code>{{delayed|{{#time:Y-m-d|+0 days}}|foo|bar}}</code> displays <code>{{delayed|{{#time:Y-m-d|+0 days}}|foo|bar}}</code> (today's date) | ||
** <code>{{delayed|{{#time:Y-m-d|+2 days}}|foo|bar}}</code> displays <code>bar</code> | ** <code>{{delayed|{{#time:Y-m-d|+2 days}}|foo|bar}}</code> displays <code>bar</code> | ||
** <code>{{delayed|{{#time:Y-m-d|+5 days}}|2={{db-talk}}}}</code> displays nothing now, but will transclude {{tl|db-talk}} 5 days from now. | ** <code>{{delayed|{{#time:Y-m-d|+5 days}}|2={{db-talk}}}}</code> displays nothing now, but will transclude {{tl|db-talk}} 5 days from now. | ||
| + | |||
| + | <includeonly>{{Sandbox other|| | ||
| + | [[Category:Time, date and calendar templates]] | ||
| + | }}</includeonly> | ||
Latest revision as of 23:12, 24 April 2020
| This is a documentation subpage for Template:Delayed. It contains usage information, categories and other content that is not part of the original template page. |
- 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|2026-04-02|foo|bar}}displaysfoo{{delayed|2026-04-04|foo|bar}}displaysfoo(today's date){{delayed|2026-04-06|foo|bar}}displaysbar{{delayed|2026-04-09|2={{db-talk}}}}displays nothing now, but will transclude {{db-talk}} 5 days from now.