Content deleted Content added
BrandonXLF (talk | contribs) →Template-protected edit request on 9 August 2018: new section |
|||
Line 119:
== Template-protected edit request on 9 August 2018 ==
{{edit template-protected|Module:Time|answered=
replace p.time with
<syntaxhighlight lang=Lua>
Line 250:
What it does is add parameters timeonly and dateonly, which allows the module to output the time or date of an timezone. This would be very helpful in the userspace and in some templates.
— [[User:BrandonXLF|<span style="outline: 3px double blue;color:lightcyan;background-color:black;'> '''''BrandonXLF''''' </span>]] [[User talk:BrandonXLF|<sup>(t@lk)</sup>]] <span style="color:black"><sup>([[Template:Ping|ping back]])</sup></span> 20:46, 9 August 2018 (UTC)
:Not ready, methinks:
:*<code><nowiki>{{#invoke:time/sandbox|time|dateonly=yes}}</nowiki></code> → {{#invoke:time/sandbox|time|dateonly=yes}}
:*<code><nowiki>{{#invoke:time/sandbox|time|dateonly=yes|df=dmy}}</nowiki></code> → {{#invoke:time/sandbox|time|dateonly=yes|df=dmy}}
:*<code><nowiki>{{#invoke:time/sandbox|time|dateonly=yes|df=mdy}}</nowiki></code> → {{#invoke:time/sandbox|time|dateonly=yes|df=mdy}}
:*<code><nowiki>{{#invoke:time/sandbox|time|dateonly=yes|df=y}}</nowiki></code> → {{#invoke:time/sandbox|time|dateonly=yes|df=y}}
:*<code><nowiki>{{#invoke:time/sandbox|time|dateonly=yes|df=iso}}</nowiki></code> → {{#invoke:time/sandbox|time|dateonly=yes|df=iso}}
:—[[User:Trappist the monk|Trappist the monk]] ([[User talk:Trappist the monk|talk]]) 21:13, 9 August 2018 (UTC)
|