User:Qwaletee/Test1/doc View history

Revision as of 19:43, 27 June 2014 by Qwaletee (talk | contribs) (Created page with "{{doc subpage}} <!-- ADD DOCUMENTATION BELOW THIS LINE --> Template ForumLink -- allows a wiki entry to link to a forum topic or to a full forum. Can link by specific foru...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This is a documentation subpage for User:Qwaletee/Test1.
It contains usage information, categories and other content that is not part of the original user template page.



Template ForumLink -- allows a wiki entry to link to a forum topic or to a full forum. Can link by specific forum/topic IDs, and can handle the different language boards. Default is to open the Wiki Updates and Discussion forum

Syntax (simplified):

{{ForumLink}} - links to the Wiki updates forum page, with default text for the link.

{{ForumLink | Name of topic}} - Searches the Wiki Updates forum for a topic with the specified name

{{ForumLink | Name of topic | topicID}} - Links directly to a topic page within the Wiki Updates forum, without having to do a search. Topic ID must exactly match the number after "&t=" in the URL. Note that the link text will be the name you specify, even if it does not correctly match the topic name

You can also specify just the topic ID, in which case default text ("this forum topic") will be used. It will link directly to that topic in the Wiki Updates forum.

Named parameters (advanced):

forumid=nnn - by default, the Wiki Updates forum (f=276) is used for searching or linking directly to topics. You can override 276 by specifying a different forum id (the number after "f=" in the URL)

lang=aa - by default, even when overriding forumid, the forum must still be in the default (English) bulletin board. You can select a different language board (waze.com/he/forum for Hebrew, instead of the usual waze.com/forum), by specificying the two-letter language ID

forum=Name - this parameter is either a search term if no topicid is specified, or link text if it is specified. Same as first parameter in the simple syntax.

topicid=nnn - this is the same as the second parameter in the simplified syntax (note that it can actually be the first parameter, if there is no second parameter, as the template detects a number and treats it as a topic ID instead of a search term).

Limitations:

If you specify a language, you must specify a forum ID, or it will still use the default forum ID of 276, which may not exist in that language, or, if it does, is probably not the intended forum.

If your search term contains [brackets], then the formatting of the link will be awkward, but it will still function correctly for most browsers.