Actions

Template

Difference between revisions of "LinkRetro"

From Sonic Retro

(Recoding to allow linking to a forum, a topic or a post)
(Adding text parameter, for links which are not to topics, forums or posts. Hope this works)
Line 1: Line 1:
<iimg>[[Sonic Retro]]![[Image:reticon.png]]</iimg> [http://forums.sonicretro.org/index.php?{{ #if: {{{topic|}}} | showtopic={{{topic}}} | {{ #if: {{{post|}}} | act=findpost&pid={{{post}}} | {{ #if: {{{forum|}}} | showforum={{{forum}}} | act=idx }} }} }} {{{title}}}]<noinclude>
+
<iimg>[[Sonic Retro]]![[Image:reticon.png]]</iimg> [http://forums.sonicretro.org/index.php?{{ #if: {{{topic|}}} | showtopic={{{topic}}} | {{ #if: {{{post|}}} | act=findpost&pid={{{post}}} | {{ #if: {{{forum|}}} | showforum={{{forum}}} | {{ #if: {{{text|}}} | {{{text}}} | act=idx }} }} }} }} {{{title}}}]<noinclude>
 
For use with forums, topics and posts on [[Sonic Retro]]. To display a specific post inline, use the ipbwiki_post tag instead. Usage examples:
 
For use with forums, topics and posts on [[Sonic Retro]]. To display a specific post inline, use the ipbwiki_post tag instead. Usage examples:
 
* <nowiki>{{LinkRetro|topic=2102|title=Some topic}}</nowiki>
 
* <nowiki>{{LinkRetro|topic=2102|title=Some topic}}</nowiki>
 
* <nowiki>{{LinkRetro|post=2941|title=Some post}}</nowiki>
 
* <nowiki>{{LinkRetro|post=2941|title=Some post}}</nowiki>
 
* <nowiki>{{LinkRetro|forum=12|title=Some forum}}</nowiki>
 
* <nowiki>{{LinkRetro|forum=12|title=Some forum}}</nowiki>
 +
* <nowiki>{{LinkRetro|text=filter=18&act=members|title=Arbitrary text that does not fall into one of the above categories}}</nowiki>
 
(If none of topic, post and forum are given, it defaults to linking to the forums index)
 
(If none of topic, post and forum are given, it defaults to linking to the forums index)
 
[[Category:Link Templates|LinkRetro]]
 
[[Category:Link Templates|LinkRetro]]
 
</noinclude>
 
</noinclude>

Revision as of 10:31, 16 December 2008

<iimg>Sonic Retro!File:Reticon.png</iimg> {{{title}}} For use with forums, topics and posts on Sonic Retro. To display a specific post inline, use the ipbwiki_post tag instead. Usage examples:

  • {{LinkRetro|topic=2102|title=Some topic}}
  • {{LinkRetro|post=2941|title=Some post}}
  • {{LinkRetro|forum=12|title=Some forum}}
  • {{LinkRetro|text=filter=18&act=members|title=Arbitrary text that does not fall into one of the above categories}}

(If none of topic, post and forum are given, it defaults to linking to the forums index)