Difference between revisions of "Template:Tmforump"
Jump to navigation
Jump to search
m (make link visible) |
m (update to https) |
||
Line 1: | Line 1: | ||
− | [ | + | [https://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 [ | + | Create a link to a single post at the [https://www.tm-forum.com/ TrackMania forum]. |
<u>Usage</u> | <u>Usage</u> | ||
Line 8: | Line 8: | ||
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: | 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: | ||
− | : {{c|<nowiki> | + | : {{c|<nowiki>https://www.tm-forum.com/viewtopic.php?f=28&t=28315#p194727</nowiki>}} |
− | : {{c|<nowiki> | + | : {{c|<nowiki>https://www.tm-forum.com/viewtopic.php?p=194727#p194727</nowiki>}} |
the post ID is 194727. | the post ID is 194727. | ||
Latest revision as of 09:58, 30 January 2022
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:
- https://www.tm-forum.com/viewtopic.php?f=28&t=28315#p194727
- https://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}}.