Template:Navbox list/Bullet
</noinclude>{{#switch: {{#ifeq:{{{1|}}}|default||{{CURRENTMONTHABBREV}}{{CURRENTDAY2}}}} |#default=• |Jan01={{#ifeq:{{{1|}}}|bare||<span title="Happy New Year!" style="font-size: x-small; display: inline-block; vertical-align: middle;">}}🎉{{#ifeq:{{{1|}}}|bare||</span>}} |Feb14={{#ifeq:{{{1|}}}|bare||<span title="Happy Valentine's Day!" style="font-size: x-small; display: inline-block; vertical-align: middle;"}}>💘{{#ifeq:{{{1|}}}|bare||</span>}} |Apr01={{#ifeq:{{{1|}}}|bare||<span title="Happy April Fools!" style="font-size: x-small; display: inline-block; vertical-align: middle;">}}🤡{{#ifeq:{{{1|}}}|bare||</span>}} |May10={{#ifeq:{{{1|}}}|bare||<span title="Happy Birthday Godville!" style="font-size: x-small; display: inline-block; vertical-align: middle;">}}🎂{{#ifeq:{{{1|}}}|bare||</span>}} |Jun12={{#ifeq:{{{1|}}}|bare||<span title="День России!" style="font-size: x-small; display: inline-block; vertical-align: middle;">}}🇷🇺{{#ifeq:{{{1|}}}|bare||</span>}} |Oct31={{#ifeq:{{{1|}}}|bare||<span title="Happy Halloween!" style="font-size: x-small; display: inline-block; vertical-align: middle;">}}🎃{{#ifeq:{{{1|}}}|bare||</span>}} |Nov{{#expr: (({{#time:N|1 November {{#time:Y}}}} + 3) mod 7) + 23}}={{#ifeq:{{{1|}}}|bare||<span title="Happy Thanksgiving!" style="font-size: x-small; display: inline-block; vertical-align: middle;">}}🦃{{#ifeq:{{{1|}}}|bare||</span>}} |Dec23={{#ifeq:{{{1|}}}|bare||<span title="Festivus for the restivus!" style="font-size: x-small; display: inline-block; vertical-align: middle;">}}💪{{#ifeq:{{{1|}}}|bare||</span>}} |Dec24 |Dec25={{#ifeq:{{{1|}}}|bare||<span title="Merry Christmas!" style="font-size: x-small; display: inline-block; vertical-align: middle;">}}🎄{{#ifeq:{{{1|}}}|bare||</span>}} }}<noinclude>
📚 Documentation
Intended for use in Navboxes, but usable anywhere, this template simply returns a single character for use as a bullet or separator, returning a special character on special days. Inspect the code for an accurate list.
The first unnamed parameter may change the results:
- Set to
bare
to suppress HTML output (i.e., only the bullet symbol with no styling) for use with the list-style-type property. - Set to
default
to return the default bullet symbol regardless of the current day.
Today, the template will provide the following:
Normal: {{Navbox list/Bullet}}
•
Bare: {{Navbox list/Bullet|bare}}
•
{{Navbox list/Bullet|default}}
•