Template:Forum link

From Kerbal Space Program Wiki
Revision as of 01:17, 8 October 2012 by Elembis (talk | contribs) (Add a template for linking to the forum.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

{{{threadName}}}|{{{threadName}}}|}}{{#if {{{postID}}}|#post{{{postID}}}|}} Forum thread {{{threadID}}}{{#if {{{threadName}}}|, "{{{threadName}}}"

http://kerbalspaceprogram.com/forum/showthread.php/{{{threadID}}}
if {{{threadName}}} // thread name is defined as a non-empty string
   -{{{threadName}}}
if {{{postID}}} // post ID is defined as a non-empty string
   #post{{{postID}}}

See http://www.mediawiki.org/wiki/Help:Templates#Default_values for more information.

Template

Usage Produces
{{forum link | threadID=12406}}
 Forum thread 12406
{{forum link | threadID=12406 | threadName=Show off your awesome KSP Pictures}}
 Forum thread 12406, "Show off your awesome KSP Pictures"
{{forum link | threadID=12406 | postID=182021}}
 Forum thread 12406
{{forum link | threadID=12406 | threadName=Show off your awesome KSP Pictures | postID=182021}}
 Forum thread 12406, "Show off your awesome KSP Pictures"