Changes between Version 10 and Version 11 of ShowWhenMacro


Ignore:
Timestamp:
Sep 22, 2016, 6:30:35 PM (7 years ago)
Author:
figaro
Comment:

Moved example to functional description

Legend:

Unmodified
Added
Removed
Modified
  • ShowWhenMacro

    v10 v11  
    88
    99(ja-JP) 指定した時間帯だけコンテンツを表示します。
     10
     11A few examples of how to use this macro:
     12
     13{{{
     14{{{
     15#!ShowWhen
     16|| 2012-01-04                || 2012-01-04T23:59:59       || [[Image(wiki:SandBox:yutori01.gif)]] Wednesday is Refresh-day. go home early!
     17|| 2012-07-13T00:00:00+09:00 || 2012-07-13T23:59:59+09:00 || [[Image(wiki:SandBox:birthday.gif)]] Happy Birthday, matobaa!
     18|| 2012-11-13T22:10:54Z      || 2012-11-13T22:14:56Z      || Look at the Moon! Total Eclipse!
     19}}}
     20}}}
    1021
    1122== Bugs/Feature Requests
     
    2940Download `showwhen.py` and place it in the plugins directory.
    3041
    31 == Example
    32 
    33 {{{
    34 {{{
    35 #!ShowWhen
    36 || 2012-01-04                || 2012-01-04T23:59:59       || [[Image(wiki:SandBox:yutori01.gif)]] Wednesday is Refresh-day. go home early!
    37 || 2012-07-13T00:00:00+09:00 || 2012-07-13T23:59:59+09:00 || [[Image(wiki:SandBox:birthday.gif)]] Happy Birthday, matobaa!
    38 || 2012-11-13T22:10:54Z      || 2012-11-13T22:14:56Z      || Look at the Moon! Total Eclipse!
    39 }}}
    40 }}}
    41 
    4242== Recent Changes
    4343