Template:prs

From Homestar Runner Wiki

(Difference between revisions)
Jump to: navigation, search
(add full date format parameter)
(Reduce template include size. See Template:post-getType documentation for more details.)
 
(includes 1 intermediate revision)
Line 1: Line 1:
[[<!--  
[[<!--  
-->{{#switch:{{post-getType|{{{site|Twitter}}}}}<!-- /* choose target page */
-->{{#switch:{{post-getType|{{{site|Twitter}}}}}<!-- /* choose target page */
-
   -->|Instagram=@strongbadactual (Instagram)<!--  
+
   -->|I=@strongbadactual (Instagram)<!--  
-
   -->|ronginald=@ronginald<!--  
+
   -->|B=@StrongBadNoFoolin.bsky.social<!--
 +
  -->|r=@ronginald<!--  
   -->|#default=@StrongBadActual Tweets {{{4|{{{year}}}}}}<!--  
   -->|#default=@StrongBadActual Tweets {{{4|{{{year}}}}}}<!--  
-->}}<!--  
-->}}<!--  
Line 15: Line 16:
-->]]<noinclude>
-->]]<noinclude>
-
This template handles the short link portion of {{tl|postref}}.  Uses {{tl|post-getType}} to determine post type.
+
This template handles the short link portion of {{tl|postref}}.   
 +
* Uses {{tl|post-getType}} to determine post type. (See documentation for abbreviated code values.)
==Usage==
==Usage==
<code><nowiki>{{prs|1254408772249845763|26|Apr|2020}}</nowiki></code>
<code><nowiki>{{prs|1254408772249845763|26|Apr|2020}}</nowiki></code>
Line 31: Line 33:
<code><nowiki>{{prs|site=Instagram|BzWAeVkAAme|30|Jun|2019}}</nowiki></code><br>
<code><nowiki>{{prs|site=Instagram|BzWAeVkAAme|30|Jun|2019}}</nowiki></code><br>
{{prs|site=Instagram|BzWAeVkAAme|30|Jun|2019}}
{{prs|site=Instagram|BzWAeVkAAme|30|Jun|2019}}
 +
 +
Or for Bluesky posts:
 +
 +
<code><nowiki>{{prs|site=Bluesky|3lcqald3s5k2i|08|Dec|2024}}</nowiki></code><br>
 +
{{prs|site=Bluesky|3lcqald3s5k2i|08|Dec|2024}}
If you want to display the full date format:
If you want to display the full date format:

Current revision as of 15:22, 26 October 2025

[[@StrongBadActual Tweets {{{year}}}#{{{ID}}}|{{{day}}} {{{month}}} {{{year}}}]]

This template handles the short link portion of {{postref}}.

  • Uses {{post-getType}} to determine post type. (See documentation for abbreviated code values.)

[edit] Usage

{{prs|1254408772249845763|26|Apr|2020}}

Or with labelled parameters:

{{prs|ID=1254408772249845763|day=26|month=Apr|year=2020}}

Produces the following result:

26 Apr 2020

Or for Instagram posts:

{{prs|site=Instagram|BzWAeVkAAme|30|Jun|2019}}
30 Jun 2019

Or for Bluesky posts:

{{prs|site=Bluesky|3lcqald3s5k2i|08|Dec|2024}}
08 Dec 2024

If you want to display the full date format:

{{prs|1254408772249845763|26|Apr|2020|full=1}}

Produces the following result:

April 26, 2020

If you want to use an alternate message:

{{prs|1254408772249845763|26|Apr|2020|alt=this is a tweet link}}

Produces the following result:

this is a tweet link

Personal tools