Difference between revisions of "Template:Tmforump"

From Mania Tech Wiki
Jump to navigation Jump to search
(param fix)
m (make link visible)
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<includeonly>[http://www.tm-forum.com/viewtopic.php?p={{{p|{{{1}}}}}}#p{{{p|{{{1}}}}}} {{{2|TM forum post}}}]</includeonly><noinclude>
+
[http://www.tm-forum.com/viewtopic.php?p={{{1}}}#p{{{1}}} {{{2|TM forum post}}}]<noinclude>
 
== Purpose ==
 
== Purpose ==
 
Create a link to a single post at the [http://www.tm-forum.com/ TrackMania forum].
 
Create a link to a single post at the [http://www.tm-forum.com/ TrackMania forum].
  
 
<u>Usage</u>
 
<u>Usage</u>
: '''{{c|<nowiki>{{tmforump|p=somenumber|somename}}</nowiki>}}'''
 
 
: '''{{c|<nowiki>{{tmforump|somenumber|somename}}</nowiki>}}'''
 
: '''{{c|<nowiki>{{tmforump|somenumber|somename}}</nowiki>}}'''
 
: '''{{c|<nowiki>{{tmforump|somenumber}}</nowiki>}}'''
 
: '''{{c|<nowiki>{{tmforump|somenumber}}</nowiki>}}'''

Revision as of 12:58, 6 June 2017

TM forum post

Purpose

Create a link to a single post at the TrackMania forum.

Usage

{{tmforump|somenumber|somename}}
{{tmforump|somenumber}}

where somenumber is the post ID and somename the post title or the name you want to give to the link. The post ID is a number unique to each post. For example, in these URLs:

http://www.tm-forum.com/viewtopic.php?f=28&t=28315#p194727
http://www.tm-forum.com/viewtopic.php?p=194727#p194727

the post ID is 194727.

  • If no title is given, the template uses a generic "TM forum post" title.

Source

This template is adapted from {{tmforum}}.