Welcome to IOPWiki, Commander.
With the release of the new game, we encourage contributions to topics related to Girls' Frontline 2. Learn how to contribute, read the maintenance guide, and join our Discord server to discuss major changes.
If you or someone you know can help deciphering the game files, contact our administrator.

Widget:ICSGenerator/doc: Difference between revisions

Welcome to IOP Wiki. This website is maintained by the Girls' Frontline community and is free to edit by anyone.
Jump to navigation Jump to search
Fixed testcase inclusion
m Fixed category
 
Line 43: Line 43:


<includeonly>
<includeonly>
[[Category:Templates]]
[[Category:Widgets]]
</includeonly>
</includeonly>

Latest revision as of 18:26, 17 February 2022

Creates a download link for an ICS file (event date container).

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Title of the eventtitle

The general title of the event. This is the text that will be shown in a calendar. Keep it short.

Example
Shattered Connexion
Stringrequired
Event startstart

The start date of the event.

Example
2021-08-12T04:00:00+07
Daterequired
Event endend

The ending of the event.

Example
2021-08-26T10:00:00+07
Daterequired

Usage

See the widget's testcases:


Test with given full date definition
Wiki code
{{#widget:ICSGenerator
|title=Name of the event
|start=20220218T194956
|end=20220218T195956}}
Main version
Sandbox version (no sandbox subpage)
Test with short date definition
Wiki code
{{#widget:ICSGenerator
|title=Name of the event
|start=20220218T194956
|end=20220218T195956}}
Main version
Sandbox version (no sandbox subpage)

See also