Template:Meetups/RubberDucky: Difference between revisions
Jump to navigation
Jump to search
(Created navigation template for RDG meeting pages) |
(Added prev/next navigation parameters) |
||
| Line 1: | Line 1: | ||
<div style="background:#fff8dc; border:1px solid #daa520; border-radius:5px; padding:8px; margin-bottom:10px;"> | <div style="background:#fff8dc; border:1px solid #daa520; border-radius:5px; padding:8px; margin-bottom:10px;"> | ||
🦆 '''[[Rubber Ducky Guild]]''' • [[Meetups/RubberDucky|Meeting Archive]] • [[Meetups/RubberDucky/Template|Template]] | 🦆 '''[[Rubber Ducky Guild]]''' • [[Meetups/RubberDucky|Meeting Archive]] • [[Meetups/RubberDucky/Template|Template]] | ||
{{#if:{{{prev|}}}|<div style="float:left;">← [[Meetups/RubberDucky/{{{prev}}}|Previous]]</div>}} | |||
{{#if:{{{next|}}}|<div style="float:right;">[[Meetups/RubberDucky/{{{next}}}|Next]] →</div>}} | |||
<div style="clear:both;"></div> | |||
</div><noinclude> | </div><noinclude> | ||
[[Category:Templates]] | [[Category:Templates]] | ||
| Line 6: | Line 9: | ||
== Usage == | == Usage == | ||
Add <code><nowiki>{{Meetups/RubberDucky}}</nowiki></code> | Add at the top of any Rubber Ducky Guild meeting notes page: | ||
<code><nowiki>{{Meetups/RubberDucky|prev=2025-12-15|next=2026-01-05}}</nowiki></code> | |||
Parameters: | |||
* <code>prev</code> - Date of previous meeting (YYYY-MM-DD format) | |||
* <code>next</code> - Date of next meeting (YYYY-MM-DD format) | |||
* Both parameters are optional | |||
</noinclude> | </noinclude> | ||
Latest revision as of 13:21, 29 January 2026
Usage[edit source]
Add at the top of any Rubber Ducky Guild meeting notes page:
{{Meetups/RubberDucky|prev=2025-12-15|next=2026-01-05}}
Parameters:
prev- Date of previous meeting (YYYY-MM-DD format)next- Date of next meeting (YYYY-MM-DD format)- Both parameters are optional