Template:ForumBox: Difference between revisions

From Hack Forums Wiki
D3xus (talk | contribs)
No edit summary
D3xus (talk | contribs)
No edit summary
Line 12: Line 12:
|  label4      = Forum Tab:                      |  data4 = {{#if: {{{Tab|}}}|[[:Category:{{{Tab}}} Tab|{{{Tab}}} Tab]]|}}
|  label4      = Forum Tab:                      |  data4 = {{#if: {{{Tab|}}}|[[:Category:{{{Tab}}} Tab|{{{Tab}}} Tab]]|}}
|  label5      = Parent Forum:                  |  data5 = {{#if: {{{ParentForum|}}}|[[{{{ParentForum}}}]]|}}
|  label5      = Parent Forum:                  |  data5 = {{#if: {{{ParentForum|}}}|[[{{{ParentForum}}}]]|}}
|  label6      = Subforum(s):                    |  data6 = {{#if: {{{SubForum1|}}}|[[{{{SubForum1}}}]]}}{{#if: {{{SubForum2|}}}|<br>[[{{{SubForum2}}}]]|}}{{#if: {{{SubForum3|}}}|<br>[[{{{SubForum3}}}]]|}} {{#if: {{{SubForum4|}}}|<br>[[{{{SubForum4}}}]]|}}{{#if: {{{SubForum5|}}}|<br>[[{{{SubForum5}}}]]|}}{{#if: {{{SubForum6|}}}|<br>[[{{{SubForum6}}}]]|}}{{#if: {{{SubForum7|}}}|<br>[[{{{SubForum7}}}]]|}}{{#if: {{{SubForum8|}}}|<br>[[{{{SubForum8}}}]]|}}{{#if: {{{SubForum9|}}}|<br>[[{{{SubForum9}}}]]|}}{{#if: {{{SubForum10|}}}|<br>[[{{{SubForum10}}}]]|}}
|  label6      = Subforum(s):                    |  data6 = {{#if: {{{SubForum1|}}}|[[{{{SubForum1}}}]]}}{{#if: {{{SubForum2|}}}|<br>[[{{{SubForum2}}}]]|}}{{#if: {{{SubForum3|}}}|<br>[[{{{SubForum3}}}]]|}} {{#if: {{{SubForum4|}}}|<br>[[{{{SubForum4}}}]]|}}{{#if: {{{SubForum5|}}}|<br>[[{{{SubForum5}}}]]|}}{{#if: {{{SubForum6|}}}|<br>[[{{{SubForum6}}}]]|}}{{#if: {{{SubForum7|}}}|<br>[[{{{SubForum7}}}]]|}}
|  label7      = Prefixes:                      |  data7 = {{#if: {{{Prefixes|}}}|{{{Prefixes}}}|}}
|  label7      = Prefixes:                      |  data7 = {{#if: {{{Prefixes|}}}|{{{Prefixes}}}|}}
}}
}}

Revision as of 01:18, 24 July 2015


This template is used on Forum pages (any article with the Forum: namespace) and is used to describe the specific details of said Forum.

{{ForumBox
| ForumName   = 
| ForumPic    = 
| ForumDesc   = 
| FID         = 
| Status      = 
| Overview    = 
| Rules       = 
| Mod1        = 
| Mod2        = 
| Tab         = 
| ParentForum = 
| SubForum1   = 
| SubForum2   = 
| Sticky1     = 
| StickyTID1  = 
| Author1     = 
| Sticky2     = 
| StickyTID2  = 
| Author2     = 
}}

Example usage is below.

{{ForumBox
| ForumName   = Full name of the forum
| ForumPic    = Ficon (don't include File:)
| ForumDesc   = Full description of the forum as it appears on HF
| FID         = Forum ID
| Status      = Open, Closed, Restricted
| Overview    = Brief generalization of what the forum is about
| Rules       = Forum rules that appear above the forum content
| Mod1        = Full username of moderator 1
| Mod2        = Full username of moderator 2
| Tab         = Tab this forum falls under
| ParentForum = Parent forum of this forum, if any
| SubForum1   = Subforum of this subforum, if any
| SubForum2   = 
| Sticky1     = Information about stickied threads THAT ARE NOT PAID STICKIES
| StickyTID1  = 
| Author1     = 
| Sticky2     = 
| StickyTID2  = 
| Author2     = 
}}