Difference between revisions of "Template:Tmforump"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
|  (Created page with "<includeonly>[http://www.tm-forum.com/viewtopic.php?t={{{t|{{{1}}}}}} {{{2|TM forum post}}}]</includeonly><noinclude> == Purpose == Create a link to a single post at the [http...") |  (param fix) | ||
| Line 1: | Line 1: | ||
| − | <includeonly>[http://www.tm-forum.com/viewtopic.php? | + | <includeonly>[http://www.tm-forum.com/viewtopic.php?p={{{p|{{{1}}}}}}#p{{{p|{{{1}}}}}} {{{2|TM forum post}}}]</includeonly><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]. | ||
Revision as of 11:41, 5 June 2017
Purpose
Create a link to a single post at the TrackMania forum.
Usage
- {{tmforump|p=somenumber|somename}}
- {{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}}.