Difference between revisions of "Template:Mpforump"

From Mania Tech Wiki
Jump to navigation Jump to search
m (simplify params)
m (make link visible)
 
Line 1: Line 1:
<includeonly>[https://forum.maniaplanet.com/viewtopic.php?p={{{1}}}#p{{{1}}} {{{2|MP forum post}}}]</includeonly><noinclude>
+
[https://forum.maniaplanet.com/viewtopic.php?p={{{1}}}#p{{{1}}} {{{2|MP forum post}}}]<noinclude>
 
== Purpose ==
 
== Purpose ==
 
Create a link to a single post at the [https://forum.maniaplanet.com/ ManiaPlanet forum].
 
Create a link to a single post at the [https://forum.maniaplanet.com/ ManiaPlanet forum].

Latest revision as of 13:01, 6 June 2017

MP forum post

Purpose

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

Usage

{{mpforump|somenumber|somename}}
{{mpforump|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://forum.maniaplanet.com/viewtopic.php?f=465&t=15761#p137687
https://forum.maniaplanet.com/viewtopic.php?p=137687#p137687

the post ID is 137687.

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

Source

This template is adapted from {{mpforum}}.