Get the last motto (ostensibly today's)
editCode
edit{{#invoke:Sandbox/Fred Gandt/motd|get}}
Result
editQux Qux Qux
Get the last motto (ostensibly today's) listed with definition
editCode
edit{{#invoke:Sandbox/Fred Gandt/motd|get|definition=Motto of the day!}}
Result
edit- Motto of the day!
- Qux Qux Qux
Get all mottos from the specified year as a bulleted list
editCode
edit{{#invoke:Sandbox/Fred Gandt/motd|get|year=2015|list=bullet}}
Result
editGet all mottos from the specified year as a numbered list
editCode
edit{{#invoke:Sandbox/Fred Gandt/motd|get|year=2015|list=number}}
Result
editGet all mottos from the specified year as an indented list
editCode
edit{{#invoke:Sandbox/Fred Gandt/motd|get|year=2015|list=indent}}
Result
editGet all mottos from the specified year as a definition list
editCode
edit{{#invoke:Sandbox/Fred Gandt/motd|get|year=2015|definition=All the mottos from 2015}}
Result
editGet all mottos from the specified year as a custom list
editCode
edit{{#invoke:Sandbox/Fred Gandt/motd|get|year=2015|list= · }}
Result
editFoo Foo Foo · Bar Bar Blacksheep · Baz Baz Baz · Qux Qux Qux
Get the day of the month for which a specified motto was created
editCode
edit{{#invoke:Sandbox/Fred Gandt/motd|get|request=day|text=Bar Bar Blacksheep}}
Result
edit3
Get the month for which a specified motto was created
editCode
edit{{#invoke:Sandbox/Fred Gandt/motd|get|request=month|text=Bar Bar Blacksheep}}
Result
editJanuary
Get the year for which a specified motto was created
editCode
edit{{#invoke:Sandbox/Fred Gandt/motd|get|request=year|text=Bar Bar Blacksheep}}
Result
edit2015
Get the full date for which a specified motto was created
editCode
edit{{#invoke:Sandbox/Fred Gandt/motd|get|request=date|text=Bar Bar Blacksheep}}
Result
editJanuary 3, 2015
Get the motto created for the specified date
editCode
edit{{#invoke:Sandbox/Fred Gandt/motd|get|day=3|month=January|year=2015}}
Result
editBar Bar Blacksheep
Get the motto created for the specified date as definition list
editCode
edit{{#invoke:Sandbox/Fred Gandt/motd|get|day=3|month=January|year=2015|definition=Motto from January 3, 2015}}
Result
edit- Motto from January 3, 2015
- Bar Bar Blacksheep
Get the mottos created for the specified month as a numbered list
editCode (excluding markup)
edit{{#invoke:Sandbox/Fred Gandt/motd|get|request=text|month=September|list=number}}
Result (excluding markup)
edit- Qux Qux Qux
Code
edit{{#invoke:Sandbox/Fred Gandt/motd|get|month=January|list=number}}
Result
editGet the mottos created for the specified month of the specified year as a numbered list
editCode
edit{{#invoke:Sandbox/Fred Gandt/motd|get|month=January|year=2015|list=number}}
Result
editGet the mottos created for the same month as the specified motto
editCode
edit{{#invoke:Sandbox/Fred Gandt/motd|get|month={{#invoke:Sandbox/Fred Gandt/motd|get|request=month|text=Bar Bar Blacksheep}}|list=bullet}}