User:Bugman/forum link: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(Initial redesign of the template to use {{User:Bugman/forum url}}. The documentation has been expanded to include many more examples.)
(Activation of the 'text' parameter.)
Line 7: Line 7:
     | hilit{{#if:{{{hilit|}}}||NULL}}  = {{{hilit}}}
     | hilit{{#if:{{{hilit|}}}||NULL}}  = {{{hilit}}}
   }} <!--
   }} <!--
-->{{#if: {{{title|}}}
-->{{#if: {{{title|{{{text|}}}}}}
     | ''{{{title}}}'' on the forum
     | {{#if: {{{title|}}}
        | ''{{{title}}}'' on the forum
        | {{{text}}}
      }}
     | Forum link
     | Forum link
   }}<!--
   }}<!--
Line 27: Line 30:


  {{obr}}'''forum link'''
  {{obr}}'''forum link'''
  {{!}} title    =
  {{!}} ''title''   =
{{!}} ''text''    =
  {{!}} ''f''        =
  {{!}} ''f''        =
  {{!}} ''t''        =
  {{!}} ''t''        =
Line 37: Line 41:
  {{cbr}}
  {{cbr}}


; title: Topic title.
; 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 {{param|title}} parameter and, if supplied, will be used for the link text.


; f: Forum number to be passed to phpBB's viewtopic.php (optional).
; f: Forum number to be passed to phpBB's viewtopic.php (optional).

Revision as of 08:43, 3 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 links to forums, topics and posts on the FlightGear forum. It uses the User:Bugman/forum url template to construct the URI part of the link, and the {{project infrastructure}} template is used to create a link to the forum front page.

Usage

{{forum link
| title    =
| text     =
| f        =
| t        =
| p        =
| anchor   =
| hilit    =
| noicon   =
| onlyicon =
}}
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.

Examples

No arguments

{{User:Bugman/forum link}}

Forum link This is a link to the FlightGear forum

A subforum (The FlightGear project)

{{User:Bugman/forum link|f=42}}

Forum link This is a link to the FlightGear forum

{{User:Bugman/forum link|title=The FlightGear project|f=42}}

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

{{User:Bugman/forum link|text=The FlightGear project|f=42}}

The FlightGear project This is a link to the FlightGear forum

A topic (FlightGear Newsletter)

{{User:Bugman/forum link|t=7794}}

Forum link This is a link to the FlightGear forum

{{User:Bugman/forum link|title=FlightGear Newsletter|t=7794}}

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

{{User:Bugman/forum link|text=FlightGear Newsletter|t=7794}}

FlightGear Newsletter This is a link to the FlightGear forum

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

{{User:Bugman/forum link|p=111333}}

Forum link This is a link to the FlightGear forum

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

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

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

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

Subforum, topic and post

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

Forum link This is a link to the FlightGear forum

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

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

{{User:Bugman/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

Topic and post

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

Forum link This is a link to the FlightGear forum

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

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

{{User:Bugman/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

Anchoring

{{User:Bugman/forum link|t=10805|anchor=p111333}}

Forum link This is a link to the FlightGear forum

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

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

{{User:Bugman/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

Highlighting

{{User:Bugman/forum link|t=10805|hilit=board+index}}

Forum link This is a link to the FlightGear forum

{{User:Bugman/forum link|title=board index|t=10805|hilit=board+index}}

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

{{User:Bugman/forum link|text=board index|t=10805|hilit=board+index}}

board index This is a link to the FlightGear forum

Related templates