Template:WeeklyEventLinks: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
Mcint (talk | contribs)
m update for inclusion and browsable inspection
Mcint (talk | contribs)
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|}}}
}}
}}
<small>([[Template:WeeklyEventLinks|T]])</small>
</pre>
</onlyinclude>
</blockquote>

Latest revision as of 18:25, 22 October 2025

{{WeeklyEventLinks|prefix=Meeting Notes|weekday=Tuesday}}

Last week · Next week T

{{WeeklyEventLinks|prefix=5MoF|weekday=Thursday|joiner=/}}

no recent page · Next week T

Last week · Next week T

<small>([[Template:WeeklyEventLinks|T]])</small>

removing for help

{{#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|}}}
}}