Template:Forum url: Difference between revisions

Jump to navigation Jump to search
Template expansion to add support for listing all forum members and complex forum searches. The 'type' parameter has been added to switch between 'view', 'member', and 'search' modes. This allows for easy expansion for links to other forum URLs.
(Template fix as the {{[[Template:project infrastructure|project infrastructure}} template no longer adds "/" to the end of URLs.)
(Template expansion to add support for listing all forum members and complex forum searches. The 'type' parameter has been added to switch between 'view', 'member', and 'search' modes. This allows for easy expansion for links to other forum URLs.)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{project infrastructure|forum|link=no}}<!--
{{project infrastructure|forum|link=no}}<!--
  -->{{#if: {{{f|{{{t|{{{p|{{{anchor|{{{hilit|}}}}}}}}}}}}}}}
-->{{#switch: {{{type|view}}}
      | {{#if: {{{t|{{{p|{{{anchor|{{{hilit|}}}}}}}}}}}}
    | view = <!--
          | /viewtopic.php? <!-- Add viewtopic.php if any parameters, excluding 'f', are supplied. -->
      -->{{#if: {{{f|{{{t|{{{p|{{{anchor|{{{hilit|}}}}}}}}}}}}}}}
          | /viewforum.php? <!-- Add viewforum.php if only the 'f' parameter is supplied. -->
            | {{#if: {{{t|{{{p|{{{anchor|{{{hilit|}}}}}}}}}}}}
                | /viewtopic.php? <!-- Add viewtopic.php if any parameters, excluding 'f', are supplied. -->
                | /viewforum.php? <!-- Add viewforum.php if only the 'f' parameter is supplied. -->
              }}
        }}<!--
      -->{{#if: {{{f|}}}
          | f={{{f}}}<!--
          -->{{#if: {{{t|{{{p|{{{hilit|}}}}}}}}} | &}}<!-- Add an ampersand if t, p or hilit are present afterwards. -->
        }}<!--
      -->{{#if: {{{t|}}}
          | t={{{t}}}<!--
          -->{{#if: {{{p|{{{hilit|}}}}}} | &}}<!-- Add an ampersand if p or hilit are present afterwards -->
        }}<!--
      -->{{#if: {{{p|}}}
          | p={{{p}}}<!--
          -->{{#if: {{{hilit|}}} | &}}<!-- Add an ampersand if hilit is present afterwards -->
        }}<!--
      -->{{#if: {{{hilit|}}}
          | hilit={{{hilit}}}
        }}<!--
      -->{{#if: {{{anchor|{{{p|}}}}}}<!-- Post anchoring -->
          | &#35;{{#if: {{{anchor|}}}
                    | {{{anchor}}}
                    | p{{{p}}}
                  }}
         }}
         }}
     }}<!--
     | member = <!--
  -->{{#if: {{{f|}}}
       -->/memberlist.php<!-- Base phpBB file.
      | f={{{f}}}<!--
      -->{{#if: {{{u|}}}
       -->{{#if: {{{t|{{{p|{{{hilit|}}}}}}}}} | &}}<!-- Add an ampersand if t, p or hilit are present afterwards. -->
          | ?mode=viewprofile&u={{{u}}} <!-- URI component required for showing a user -->
    }}<!--
        }}
  -->{{#if: {{{t|}}}
    | search = <!--
      | t={{{t}}}<!--
      -->/search.php<!-- Base phpBB file.
      -->{{#if: {{{p|{{{hilit|}}}}}} | &}}<!-- Add an ampersand if p or hilit are present afterwards -->
      -->{{#if: {{{keywords|}}}
    }}<!--
          | ?keywords={{{keywords}}}
  -->{{#if: {{{p|}}}
        }}<!--
      | p={{{p}}}#p{{{p}}}<!--
       -->{{#if: {{{f|}}}
       -->{{#if: {{{hilit|}}} | &}}<!-- Add an ampersand if hilit is present afterwards -->
          | &fid&#91;&#93;={{{f}}}
    }}<!--
        }}<!--
  -->{{#if: {{{hilit|}}}
      -->{{#if: {{{t|}}}
      | hilit={{{hilit}}}
          | &t={{{t}}}
    }}<!--
        }}<!--
  -->{{#if: {{{anchor|}}}
-->}}<noinclude>
      | &#35;{{{anchor}}}
    }}<noinclude>
{{Informative template|1=
{{Informative template|1=
== Goal ==
== Goal ==
Line 32: Line 54:


  {{obr}}'''forum url'''
  {{obr}}'''forum url'''
  {{!}} ''f''     =
{{!}} ''type''    =
  {{!}} ''t''     =
  {{!}} ''f''       =
  {{!}} ''p''     =
  {{!}} ''t''       =
  {{!}} ''anchor'' =
  {{!}} ''p''       =
  {{!}} ''hilit''  =
  {{!}} ''anchor''   =
  {{!}} ''hilit''   =
  {{!}} ''keywords'' =
  {{cbr}}
  {{cbr}}


; f: Forum number to be passed to phpBB's viewtopic.php (optional).
; type: The forum interface type that can be one of:
 
:; view: The default value.  This is used for URLs to posts, topics, and posts, via phpBB's <code>viewforum.php</code> or <code>viewtopic.php</code>.
 
:; member: For URLs of a user on the forum, via phpBB's <code>memberlist.php</code>.  This value will cause the {{param|f}}, {{param|t}}, {{param|p}}, {{param|anchor}}, and {{param|hilit}} parameters to be ignored.
 
:; search: For URLs performing forum searches, via phpBB's <code>search.php</code>.  This value will cause the {{param|p}}, {{param|anchor}}, and {{param|hilit}} parameters to be ignored.
 
; f: Forum number (optional).  Used with the {{param|type}} values of {{param||view}} and {{param||search}}.
 
; t: Topic number (optional).  Used with the {{param|type}} values of {{param||view}} and {{param||search}}.
 
; p: Post number (optional).  Used with the {{param|type}} value of {{param||view}}.


; t: Thread number to be passed to phpBB's viewtopic.php (optional).
; anchor: HTML anchor, used for jumping to posts (optional).  Used with the {{param|type}} value of {{param||view}}.


; p: Post number to be passed to phpBB's viewtopic.php (optional).
; hilit: Words on the forum posts to be highlighted (optional).  Words should be separated by the plus character "+".  Used with the {{param|type}} value of {{param||view}}.


; anchor: HTML anchor, used for jumping to posts (optional).
; u: User number (optional).  Used with the {{param|type}} value of {{param||member}}.


; hilit: Words on the forum posts to be highlighted (optional).  Words should be separated by the plus character "+".
; keywords: The keywords to perform a forum search with (optional).  Words should be separated by the plus character "+".  Used with the {{param|type}} value of {{param||search}}.


== Technical details ==
== Technical details ==
Line 61: Line 97:
{{forum url}}
{{forum url}}


=== A subforum (The FlightGear project) ===
=== View mode ===
 
==== A subforum (The FlightGear project) ====


  {{obr}}forum url{{!}}f=42{{cbr}}
  {{obr}}forum url{{!}}f=42{{cbr}}
Line 67: Line 105:
{{forum url|f=42}}
{{forum url|f=42}}


=== A topic (FlightGear Newsletter) ===
==== A topic (FlightGear Newsletter) ====


  {{obr}}forum url{{!}}t=7794{{cbr}}
  {{obr}}forum url{{!}}t=7794{{cbr}}
Line 73: Line 111:
{{forum url|t=7794}}
{{forum url|t=7794}}


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


  {{obr}}forum url{{!}}p=111333{{cbr}}
  {{obr}}forum url{{!}}p=111333{{cbr}}
Line 79: Line 117:
{{forum url|p=111333}}
{{forum url|p=111333}}


=== Subforum, topic and post ===
==== Subforum, topic and post ====


{{note|The {{param|f}} and {{param|t}} parameters are redundant in this URL.}}
{{note|The {{param|f}} and {{param|t}} parameters are redundant in this URL.}}
Line 87: Line 125:
{{forum url|f=8|t=10805|p=111333}}
{{forum url|f=8|t=10805|p=111333}}


=== Topic and post ===
==== Topic and post ====


{{note|The {{param|t}} parameter is redundant in this URL.}}
{{note|The {{param|t}} parameter is redundant in this URL.}}
Line 95: Line 133:
{{forum url|t=10805|p=111333}}
{{forum url|t=10805|p=111333}}


=== Anchoring ===
==== Anchoring ====


  {{obr}}forum url{{!}}t=10805{{!}}anchor=p111333{{cbr}}
  {{obr}}forum url{{!}}t=10805{{!}}anchor=p111333{{cbr}}
Line 101: Line 139:
{{forum url|t=10805|anchor=p111333}}
{{forum url|t=10805|anchor=p111333}}


=== Highlighting ===
==== Highlighting ====


  {{obr}}forum url{{!}}t=10805{{!}}hilit=board+index{{cbr}}
  {{obr}}forum url{{!}}t=10805{{!}}hilit=board+index{{cbr}}


{{forum url|t=10805|hilit=board+index}}
{{forum url|t=10805|hilit=board+index}}
===== Highlight a post =====
{{obr}}forum url{{!}}p=111333{{!}}hilit=contains+a+problem{{cbr}}
{{forum url|p=111333|hilit=contains+a+problem}}
=== Member mode ===
==== Member listing ====
{{obr}}forum url{{!}}type=member{{cbr}}
{{forum url|type=member}}
==== Specific member ====
{{obr}}forum url{{!}}type=member{{!}}u=2{{cbr}}
{{forum url|type=member|u=2}}
=== Search mode ===
==== Search page ====
{{obr}}forum url{{!}}type=search{{cbr}}
{{forum url|type=search}}
==== Search everything ====
{{obr}}forum url{{!}}type=search{{!}}keywords=c172p+floats{{cbr}}
{{forum url|type=search|keywords=c172p+floats}}
==== Search a subforum ====
{{obr}}forum url{{!}}type=search{{!}}f=4{{!}}keywords=c172p+floats{{cbr}}
{{forum url|type=search|f=4|keywords=c172p+floats}}
==== Search a topic ====
{{obr}}forum url{{!}}type=search{{!}}t=25157{{!}}keywords=c172p+floats{{cbr}}
{{forum url|type=search|t=25157|keywords=c172p+floats}}


== Related templates ==
== Related templates ==

Navigation menu