Template:Forum link: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(Related to Template:Forum)
(Style)
Line 6: Line 6:


== Usage ==
== Usage ==
<code><nowiki>{{forumref |title= |t= |p= |label= |hilit= |f= }}</nowiki></code>, where:
<nowiki>{{</nowiki>'''forumref''' <nowiki>|</nowiki>title= <nowiki>|</nowiki>''t='' <nowiki>|</nowiki>''p='' <nowiki>|</nowiki>''label='' <nowiki>|</nowiki>''hilit='' <nowiki>|</nowiki>''f=''<nowiki>}}</nowiki>
* ''title'' is the thread title (optional)
 
* ''t'' is the t-number (argument for phpbb viewtopic.php) (optional)
; title:  Topic title
* ''p'' is the p-number (argument for phpbb viewtopic.php) (optional)
 
* ''label'' is a html label, used for jumping to posts (optional)
; tt-number (argument for phpbb viewtopic.php) (optional)
* ''hilit'' is the words to be highlit in the forum (optional)
 
* ''f'' is the f-number (argument for phpbb viewtopic.php) (optional)
; pp-number (argument for phpbb viewtopic.php) (optional)
 
; labelhtml label, used for jumping to posts (optional)
 
; hilit:  Words on the forum to be highlight (optional)
 
; ff-number (argument for phpbb viewtopic.php) (optional)


== Example ==
== Example ==
<code><nowiki>{{forumref |title=FlightGear Newsletter |t=7794}}</nowiki></code>
<nowiki>{{forumref |title=FlightGear Newsletter |t=7794}}</nowiki>


{{forumref |title=FlightGear Newsletter |t=7794 }}
{{forumref |title=FlightGear Newsletter |t=7794 }}

Revision as of 21:23, 6 May 2014


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

Goal

A template to standardize forum links.

Usage

{{forumref |title= |t= |p= |label= |hilit= |f=}}
title
Topic title
t
t-number (argument for phpbb viewtopic.php) (optional)
p
p-number (argument for phpbb viewtopic.php) (optional)
label
html label, used for jumping to posts (optional)
hilit
Words on the forum to be highlight (optional)
f
f-number (argument for phpbb viewtopic.php) (optional)

Example

{{forumref |title=FlightGear Newsletter |t=7794}}

Template:Forumref

Related template