Template:Forum: Difference between revisions

From Adventure Game Studio | Wiki
Jump to navigation Jump to search
m (Changed from more. to www.)
*>Monkey 05 06
No edit summary
Line 1: Line 1:
<includeonly>[http://www.bigbluecup.com/yabb/index.php?{{{args|}}} {{{name|AGS forums}}}]</includeonly><noinclude>Provides a link to the AGS forums for easy updating if the link needs to be changed.
<includeonly>[http://www.bigbluecup.com/yabb/index.php?{{{args|}}} {{{name|AGS forums}}}]</includeonly><noinclude>Provides a link to the AGS forums for easy updating if the link needs to be changed.


'''Usage:''' ''args'' defines the parameters to pass to the URL (e.g., '''''<nowiki>{{forum|args=action=viewprofile;u=1}}</nowiki>''''' would generate a link to CJ's profile with the name "AGS forums"). ''name'' sets the name of the link (e.g., '''''<nowiki>{{forum|args=action=viewprofile;u=1|name=CJ's profile}}</nowiki>''''' would generate a link to CJ's profile with the name "CJ's profile").</noinclude>
'''Usage:''' ''args'' defines the parameters to pass to the URL. ''name'' sets the name of the link.
 
'''Example:'''
 
  <nowiki>{{forum}}</nowiki>
 
Gives:
 
&nbsp;&nbsp;&nbsp;&nbsp;{{forum}}
 
  <nowiki>{{forum|args=action=profile;u=1}}</nowiki>
 
Gives:
 
&nbsp;&nbsp;&nbsp;&nbsp;{{forum|args=action=profile;u=1}}
 
  <nowiki>{{forum|args=action=profile;u=1|name=View CJ's profile}}</nowiki>
 
Gives:
 
&nbsp;&nbsp;&nbsp;&nbsp;{{forum|args=action=profile;u=1|name=View CJ's profile}}
 
[[Category:Formatting templates]]</noinclude>

Revision as of 05:39, 22 May 2009

Provides a link to the AGS forums for easy updating if the link needs to be changed.

Usage: args defines the parameters to pass to the URL. name sets the name of the link.

Example:

 {{forum}}

Gives:

    AGS forums

 {{forum|args=action=profile;u=1}}

Gives:

    AGS forums

 {{forum|args=action=profile;u=1|name=View CJ's profile}}

Gives:

    View CJ's profile