Difference between revisions of "QOTD"
(Created page) |
m (Started to edit. Randomly) |
||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
{{Template:Banner|'''?'''|<strong>Initial release contains only broken links and history.</strong> Developed originally for the ADN Wiki, and intended to generate a pithy or useful quotation every day of the month. Useful, pnut-specific facts would be nice to show on the Main Page.}} | {{Template:Banner|'''?'''|<strong>Initial release contains only broken links and history.</strong> Developed originally for the ADN Wiki, and intended to generate a pithy or useful quotation every day of the month. Useful, pnut-specific facts would be nice to show on the Main Page.}} | ||
− | == A sample Quotation-Of-The-Day snippet for transclusion into another page == | + | == A sample Quotation-Of-The-Day snippet for transclusion into another page. Current status: Random edits in progress. == |
For the pnut.io Wiki, of course.<br> | For the pnut.io Wiki, of course.<br> | ||
An example:<br> | An example:<br> | ||
Line 8: | Line 8: | ||
{{#switch: {{CURRENTDAY}} | {{#switch: {{CURRENTDAY}} | ||
|0=Something went wrong. Bend over. | |0=Something went wrong. Bend over. | ||
− | |1=What's happening? [[ | + | |1=What's happening? [[Events|This is.]] |
− | |2= | + | |2=It will soon be [[ThemeMonday]]! |
− | |3=[[ | + | |3=The pnut.io Wiki has [[ToDo|pages that need work.]] |
− | |4=Who makes this Wiki? | + | |4=Who makes this Wiki? [[Users|WE do!]] |
|5=App.net has [[Private_Messaging|private messaging.]] | |5=App.net has [[Private_Messaging|private messaging.]] | ||
|6=Want to know about other users? Try [[Discover_ADN|@DiscoverADN]] | |6=Want to know about other users? Try [[Discover_ADN|@DiscoverADN]] | ||
Line 20: | Line 20: | ||
|11=Have you got App.net's [[OfficialApp|official app?]] | |11=Have you got App.net's [[OfficialApp|official app?]] | ||
|12=Do you like football (soccer)? Search for the [[ADNFC|#ADNFC]] hashtag. | |12=Do you like football (soccer)? Search for the [[ADNFC|#ADNFC]] hashtag. | ||
− | |13= | + | |13=pnut.io went live on September 10 2016. |
− | |14=Are you a hacker? Try the [[Hackathon|# | + | |14=Are you a hacker? Try the [[Hackathon|#Hackathons!]] |
|15=The ADN [[BookClub]] meets every 15th. | |15=The ADN [[BookClub]] meets every 15th. | ||
|16=Do you like statistics? [[Purplapp]] is for you! | |16=Do you like statistics? [[Purplapp]] is for you! | ||
Line 27: | Line 27: | ||
|18=Want Push notifications? There's [[Broadcast]]. | |18=Want Push notifications? There's [[Broadcast]]. | ||
|19=Have you tried [[QuoteSunday]] yet? | |19=Have you tried [[QuoteSunday]] yet? | ||
− | |20=Every Monday: [[ | + | |20=Every Monday: [[MNDP_(Monday_Night_Dance_Party)|#MondayNightDanceParty!]] |
|21=Feeling artistic? Try the [[TuesdayChallenge|#TuesdayChallenge]]! | |21=Feeling artistic? Try the [[TuesdayChallenge|#TuesdayChallenge]]! | ||
− | |22=Feeling creative? Try the [[WednesdayChallenge| | + | |22=Feeling creative? Try the [[WednesdayChallenge|WednesdayChallenge]]! |
|23=New to ADN? Try [[App.net_resources_for_new_users|our resources.]] | |23=New to ADN? Try [[App.net_resources_for_new_users|our resources.]] | ||
− | |24= | + | |24=pnut.io has [[Apps|Apps and services!]] |
|25=Why not try making a page [[Help:Editing|better?]] | |25=Why not try making a page [[Help:Editing|better?]] | ||
|26=[[App.Net_Wiki:Community_portal|What's happening]] at the Wiki? | |26=[[App.Net_Wiki:Community_portal|What's happening]] at the Wiki? | ||
− | |27=[[ | + | |27=[[Events|What's happening]] across pnut.io? |
− | |28=Want chatrooms? | + | |28=Want chatrooms? pnut.io has [[Patter_Rooms|public and private.]] |
− | |29= | + | |29=Want pnut storage? 10GB? Buy a [[pnutbadge]]. |
− | |30= | + | |30=Have questions frequently? Check out the [[FAQ]]! |
− | |31=The | + | |31=The pnut.io Wiki has [[ToDo|pages that need work.]] |
|32=Something went wrong. Hands up! | |32=Something went wrong. Hands up! | ||
}} | }} |
Revision as of 00:03, 28 September 2017
? |
Initial release contains only broken links and history. Developed originally for the ADN Wiki, and intended to generate a pithy or useful quotation every day of the month. Useful, pnut-specific facts would be nice to show on the Main Page. |
A sample Quotation-Of-The-Day snippet for transclusion into another page. Current status: Random edits in progress.
For the pnut.io Wiki, of course.
An example:
Feeling artistic? Try the #TuesdayChallenge!
It uses code like the following, the middle is removed for brevity:
{{#switch: {{CURRENTDAY}} |0=Something went wrong. Bend over. |1=What's happening? [[App.Net_Wiki:Current_events|This is.]] ... |31=The App.net Wiki has [[Pages_that_need_work|pages that need work.]] |32=Something went wrong. Hands up! }}
The 'switch' command uses a system variable 'CURRENTDAY' and looks through a list of entries starting with a "|" and a number which corresponds to the CURRENTDAY of the month. '0' and '32' are superfluous.