Template:WeeklyEventLinks: Difference between revisions
Jump to navigation
Jump to search
m update for inclusion and browsable inspection |
m →onlyinclude'd: include template |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
==Use== | |||
<pre> | |||
{{WeeklyEventLinks|prefix=Meeting Notes|weekday=Tuesday}} | |||
</pre> | |||
{{WeeklyEventLinks|prefix=Meeting Notes|weekday=Tuesday}} | |||
<pre> | |||
{{WeeklyEventLinks|prefix=5MoF|weekday=Thursday|joiner=/}} | |||
</pre> | |||
{{WeeklyEventLinks|prefix=5MoF|weekday=Thursday|joiner=/}} | |||
==[[onlyinclude]]'d== | ==[[onlyinclude]]'d== | ||
<blockquote> | <blockquote> | ||
<onlyinclude> | <onlyinclude>{{#invoke:WeeklyEvent|links | ||
{{#invoke:WeeklyEvent|links | |||
| prefix = {{{prefix|Meeting Notes}}} | | prefix = {{{prefix|Meeting Notes}}} | ||
| joiner = {{{joiner| }}} | | joiner = {{{joiner| }}} | ||
| Line 10: | Line 20: | ||
| text_next = {{{text_next|Next week}}} | | text_next = {{{text_next|Next week}}} | ||
| preload = {{{preload|}}} | | preload = {{{preload|}}} | ||
}} <small>[[Template:WeeklyEventLinks|T]]</small></onlyinclude> | |||
</blockquote> | |||
<pre> | |||
<small>([[Template:WeeklyEventLinks|T]])</small> | |||
</pre> | |||
removing for help | |||
==Def== | |||
<pre> | |||
{{#invoke:WeeklyEvent|links | |||
| prefix = {{{prefix|Meeting Notes}}} | |||
| joiner = {{{joiner| }}} | |||
| weekday = {{{weekday|Tuesday}}} | |||
| text_this = {{{text_this|This week}}} | |||
| text_prev = {{{text_prev|Last week}}} | |||
| text_next = {{{text_next|Next week}}} | |||
| preload = {{{preload|}}} | |||
}} | }} | ||
</pre> | |||
Latest revision as of 18:25, 22 October 2025
Use
[edit source]{{WeeklyEventLinks|prefix=Meeting Notes|weekday=Tuesday}}
{{WeeklyEventLinks|prefix=5MoF|weekday=Thursday|joiner=/}}
<small>([[Template:WeeklyEventLinks|T]])</small>
removing for help
Def
[edit source]{{#invoke:WeeklyEvent|links
| prefix = {{{prefix|Meeting Notes}}}
| joiner = {{{joiner| }}}
| weekday = {{{weekday|Tuesday}}}
| text_this = {{{text_this|This week}}}
| text_prev = {{{text_prev|Last week}}}
| text_next = {{{text_next|Next week}}}
| preload = {{{preload|}}}
}}