Difference between revisions of "Template:Tmforum"
Jump to navigation
Jump to search
m (try param fix) |
m (simplify params) |
||
Line 1: | Line 1: | ||
− | <includeonly>[http://www.tm-forum.com/viewtopic.php?t= | + | <includeonly>[http://www.tm-forum.com/viewtopic.php?t={{{1}}} {{{2|TM forum topic}}}]</includeonly><noinclude> |
== Purpose == | == Purpose == | ||
Create a link to a topic at the [http://www.tm-forum.com/ TrackMania forum]. | Create a link to a topic at the [http://www.tm-forum.com/ TrackMania forum]. | ||
<u>Usage</u> | <u>Usage</u> | ||
− | |||
: '''{{c|<nowiki>{{tmforum|somenumber|somename}}</nowiki>}}''' | : '''{{c|<nowiki>{{tmforum|somenumber|somename}}</nowiki>}}''' | ||
: '''{{c|<nowiki>{{tmforum|somenumber}}</nowiki>}}''' | : '''{{c|<nowiki>{{tmforum|somenumber}}</nowiki>}}''' |
Revision as of 19:48, 5 June 2017
Purpose
Create a link to a topic at the TrackMania forum.
Usage
- {{tmforum|somenumber|somename}}
- {{tmforum|somenumber}}
where somenumber is the topic ID and somename the topic title or the name you want to give to the link. The topic ID is a number unique to each topic. For example, in this URL:
- http://www.tm-forum.com/viewtopic.php?f=28&t=28315
the topic ID is 28315.
- If no title is given, the template uses a generic "TM forum topic" title.
Source
This template is adapted from DoomWiki.org.