Template:Forum link

From FlightGear wiki
Revision as of 15:04, 6 June 2019 by Bugman (talk | contribs) (Added support for a 'u' parameter for specifying a forum user number. This still needs to be implemented in {{forum url}}.)
Jump to navigation Jump to search

[1] This is a link to the FlightGear forum.

The following template description is not displayed when the template is inserted in an article.

Goal

This template is used to create MediaWiki links - either via text or the icon - to subforums, topics and posts on the FlightGear forum.

Usage

{{forum link
| title    =
| text     =
| f        =
| t        =
| p        =
| u        =
| anchor   =
| hilit    =
| noicon   =
| onlyicon =
| size     =
}}
title
Topic title (optional). This will be italicised and used to build the link text.
text
The link text (optional). This is an alternative to the title parameter and, if supplied, will be used for the link text.
f
Forum number to be passed to phpBB's viewtopic.php (optional).
t
Thread number to be passed to phpBB's viewtopic.php (optional).
p
Post number to be passed to phpBB's viewtopic.php (optional).
u
User number to be passed to phpBB's memberlist.php (optional). If supplied, the f, t, p, anchor, and hilit parameters will be ignored.
anchor
HTML anchor, used for jumping to posts (optional).
hilit
Words on the forum posts to be highlighted (optional). Words should be separated by the plus character "+".
noicon
If true, the little FlightGear icon (FlightGear icon 15px.png) will not be shown.
onlyicon
If true, only the little FlightGear icon (FlightGear icon 15px.png) will be shown.
size
The icon size (optional). This should be a valid MediaWiki image size value, e.g. 32px.

Technical details

This template uses the {{forum url}} template to construct the URI part of the link. That template then uses the {{project infrastructure}} template to provide the protocol and domain name part of the URI.

Examples

No arguments

{{forum link}}

[2] This is a link to the FlightGear forum.

A subforum (The FlightGear project)

{{forum link|f=42}}

[3] This is a link to the FlightGear forum.

{{forum link|title=The FlightGear project|f=42}}

The FlightGear project subforum This is a link to the FlightGear forum.

{{forum link|text=The FlightGear project|f=42}}

The FlightGear project This is a link to the FlightGear forum.

{{forum link|title=The FlightGear project|f=42|noicon=yes}}

The FlightGear project subforum

{{forum link|title=The FlightGear project|f=42|onlyicon=yes}}

'The FlightGear project' subforum of the FlightGear forum.

A topic (FlightGear Newsletter)

{{forum link|t=7794}}

[4] This is a link to the FlightGear forum.

{{forum link|title=FlightGear Newsletter|t=7794}}

FlightGear Newsletter topic on the forum This is a link to the FlightGear forum.

{{forum link|text=FlightGear Newsletter|t=7794}}

FlightGear Newsletter This is a link to the FlightGear forum.

{{forum link|title=FlightGear Newsletter|t=7794|noicon=yes}}

FlightGear Newsletter topic on the forum

{{forum link|title=FlightGear Newsletter|t=7794|onlyicon=yes}}

'FlightGear Newsletter' topic on the FlightGear forum.

A post (Re: Marking topics as "solved")

{{forum link|p=111333}}

[5] This is a link to the FlightGear forum.

{{forum link|title=Re: Marking topics as "solved"|p=111333}}

Re: Marking topics as "solved" post on the forum This is a link to the FlightGear forum.

{{forum link|text=Re: Marking topics as "solved"|p=111333}}

Re: Marking topics as "solved" This is a link to the FlightGear forum.

{{forum link|title=Re: Marking topics as "solved"|p=111333|noicon=yes}}

Re: Marking topics as "solved" post on the forum

{{forum link|title=Re: Marking topics as "solved"|p=111333|onlyicon=yes}}

'Re: Marking topics as "solved"' post on the FlightGear forum.

Subforum, topic and post

Note  The f and t parameters are redundant in this URL.
{{forum link|f=8|t=10805|p=111333}}

[6] This is a link to the FlightGear forum.

{{forum link|title=Re: Marking topics as "solved"|f=8|t=10805|p=111333}}

Re: Marking topics as "solved" post on the forum This is a link to the FlightGear forum.

{{forum link|text=Re: Marking topics as "solved"|f=8|t=10805|p=111333}}

Re: Marking topics as "solved" This is a link to the FlightGear forum.

{{forum link|title=Re: Marking topics as "solved"|f=8|t=10805|p=111333|noicon=yes}}

Re: Marking topics as "solved" post on the forum

{{forum link|title=Re: Marking topics as "solved"|f=8|t=10805|p=111333|onlyicon=yes}}

'Re: Marking topics as "solved"' post on the FlightGear forum.

Topic and post

Note  The t parameter is redundant in this URL.
{{forum link|t=10805|p=111333}}

[7] This is a link to the FlightGear forum.

{{forum link|title=Re: Marking topics as "solved"|t=10805|p=111333}}

Re: Marking topics as "solved" post on the forum This is a link to the FlightGear forum.

{{forum link|text=Re: Marking topics as "solved"|t=10805|p=111333}}

Re: Marking topics as "solved" This is a link to the FlightGear forum.

{{forum link|title=Re: Marking topics as "solved"|t=10805|p=111333|noicon=yes}}

Re: Marking topics as "solved" post on the forum

{{forum link|title=Re: Marking topics as "solved"|t=10805|p=111333|onlyicon=yes}}

'Re: Marking topics as "solved"' post on the FlightGear forum.

Anchoring

{{forum link|t=10805|anchor=p111333}}

[8] This is a link to the FlightGear forum.

{{forum link|title=Re: Marking topics as "solved"|t=10805|anchor=p111333}}

Re: Marking topics as "solved" topic on the forum This is a link to the FlightGear forum.

{{forum link|text=Re: Marking topics as "solved"|t=10805|anchor=p111333}}

Re: Marking topics as "solved" This is a link to the FlightGear forum.

{{forum link|title=Re: Marking topics as "solved"|t=10805|anchor=p111333|noicon=yes}}

Re: Marking topics as "solved" topic on the forum

{{forum link|title=Re: Marking topics as "solved"|t=10805|anchor=p111333|onlyicon=yes}}

'Re: Marking topics as "solved"' topic on the FlightGear forum.

Highlighting

{{forum link|t=10805|hilit=board+index}}

[9] This is a link to the FlightGear forum.

{{forum link|title=board index|t=10805|hilit=board+index}}

board index topic on the forum This is a link to the FlightGear forum.

{{forum link|text=board index|t=10805|hilit=board+index}}

board index This is a link to the FlightGear forum.

{{forum link|title=board index|t=10805|hilit=board+index|noicon=yes}}

board index topic on the forum

{{forum link|title=board index|t=10805|hilit=board+index|onlyicon=yes}}

'board index' topic on the FlightGear forum.

Highlight a post

{{forum link|title=Re: Marking topics as "solved"|p=111333|hilit=contains+a+problem}}

Re: Marking topics as "solved" post on the forum This is a link to the FlightGear forum.

User

{{forum link|u=2}}

[10] This is a link to the FlightGear forum.

{{forum link|title=curt|u=2}}

the forum user curt This is a link to the FlightGear forum.

{{forum link|text=curt|u=2}}

curt This is a link to the FlightGear forum.

{{forum link|title=curt|u=2|noicon=yes}}

the forum user curt

{{forum link|title=curt|u=2|onlyicon=yes}}

The FlightGear forum user 'curt'.

Different icon sizes

Text and icon

{{forum link|title=Re: Marking topics as "solved"|p=111333|size=15px}}

Re: Marking topics as "solved" post on the forum This is a link to the FlightGear forum.

{{forum link|title=Re: Marking topics as "solved"|p=111333|size=32px}}

Re: Marking topics as "solved" post on the forum This is a link to the FlightGear forum.

{{forum link|title=Re: Marking topics as "solved"|p=111333|size=64px}}

Re: Marking topics as "solved" post on the forum This is a link to the FlightGear forum.

{{forum link|title=Re: Marking topics as "solved"|p=111333|size=200px}}

Re: Marking topics as "solved" post on the forum This is a link to the FlightGear forum.

Icon only

{{forum link|title=Re: Marking topics as "solved"|p=111333|onlyicon=yes|size=15px}}

'Re: Marking topics as "solved"' post on the FlightGear forum.

{{forum link|title=Re: Marking topics as "solved"|p=111333|onlyicon=yes|size=32px}}

'Re: Marking topics as "solved"' post on the FlightGear forum.

{{forum link|title=Re: Marking topics as "solved"|p=111333|onlyicon=yes|size=64px}}

'Re: Marking topics as "solved"' post on the FlightGear forum.

{{forum link|title=Re: Marking topics as "solved"|p=111333|onlyicon=yes|size=200px}}

'Re: Marking topics as "solved"' post on the FlightGear forum.

Related templates