Template:Event tabs/doc: Difference between revisions

Template page
Content added Content deleted
(updated documentation)
No edit summary
Line 2: Line 2:


{{Lua|Module:Event tabs}}
{{Lua|Module:Event tabs}}

This template adds, at minimum, links to the event page and event story page. Passing in "after live" and "after talk" as parameters adds after live (virtual live) and after talk pages, respectively.


== Parameters ==
== Parameters ==
Line 8: Line 10:
"params": {
"params": {
"event": {
"event": {
"type": "string"
"type": "string",
"label": "Event name",
"description": "The name of the event.",
"required": true
}
}
},
},
Line 16: Line 21:
</templatedata>
</templatedata>


==Quick copy==
== Quick copy ==
<pre>
<pre>
{{Event tabs
{{Event tabs

Revision as of 02:31, 15 July 2022

This template adds, at minimum, links to the event page and event story page. Passing in "after live" and "after talk" as parameters adds after live (virtual live) and after talk pages, respectively.

Parameters

Adds tabs to pages to link pages related to an event together.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Event nameevent

The name of the event.

Stringrequired

Quick copy

{{Event tabs
|event  =
|after live
|after talk
}}


Cookies help us deliver our services. By using our services, you agree to our use of cookies.