Template:Forum link: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(German language support.)
(One missing text translation.)
Line 66: Line 66:
               | {{{text}}}
               | {{{text}}}
             }}
             }}
           | Forum link
           | {{LangSwitch
              | de = Link zum Forum
              | en = Forum link
            }}
         }}<!--
         }}<!--
     -->]</span><!--
     -->]</span><!--

Revision as of 11:09, 5 June 2019

Forum link 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        =
| 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).
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}}

Forum link This is a link to the FlightGear forum.

A subforum (The FlightGear project)

{{forum link|f=42}}

Forum link 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}}

Forum link 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}}

Forum link 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}}

Forum link 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}}

Forum link 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}}

Forum link 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}}

Forum link 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.

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