Template:ForumBox: Difference between revisions

From Hack Forums Wiki
Roger Waters (talk | contribs)
No edit summary
D3xus (talk | contribs)
No edit summary
Line 32: Line 32:
| StickyTID1  = {{#if: {{{StickyTID1|}}}|{{{StickyTID1}}}|}}
| StickyTID1  = {{#if: {{{StickyTID1|}}}|{{{StickyTID1}}}|}}
| Author1    = {{#if: {{{Author1|}}}|{{{Author1}}}|}}
| Author1    = {{#if: {{{Author1|}}}|{{{Author1}}}|}}
| AuthorUID1  = {{#if: {{{AuthorUID1|}}}|{{{AuthorUID1}}}|}}
| Sticky2    = {{#if: {{{Sticky2|}}}|{{{Sticky2}}}|}}
| Sticky2    = {{#if: {{{Sticky2|}}}|{{{Sticky2}}}|}}
| StickyTID2  = {{#if: {{{StickyTID2|}}}|{{{StickyTID2}}}|}}
| StickyTID2  = {{#if: {{{StickyTID2|}}}|{{{StickyTID2}}}|}}
| Author2    = {{#if: {{{Author2|}}}|{{{Author2}}}|}}
| Author2    = {{#if: {{{Author2|}}}|{{{Author2}}}|}}
| AuthorUID2  = {{#if: {{{AuthorUID2|}}}|{{{AuthorUID2}}}|}}
| Sticky3    = {{#if: {{{Sticky3|}}}|{{{Sticky3}}}|}}
| Sticky3    = {{#if: {{{Sticky3|}}}|{{{Sticky3}}}|}}
| StickyTID3  = {{#if: {{{StickyTID3|}}}|{{{StickyTID3}}}|}}
| StickyTID3  = {{#if: {{{StickyTID3|}}}|{{{StickyTID3}}}|}}
| Author3    = {{#if: {{{Author3|}}}|{{{Author3}}}|}}
| Author3    = {{#if: {{{Author3|}}}|{{{Author3}}}|}}
| AuthorUID3  = {{#if: {{{AuthorUID3|}}}|{{{AuthorUID3}}}|}}
| Sticky4    = {{#if: {{{Sticky4|}}}|{{{Sticky4}}}|}}
| Sticky4    = {{#if: {{{Sticky4|}}}|{{{Sticky4}}}|}}
| StickyTID4  = {{#if: {{{StickyTID4|}}}|{{{StickyTID4}}}|}}
| StickyTID4  = {{#if: {{{StickyTID4|}}}|{{{StickyTID4}}}|}}
| Author4    = {{#if: {{{Author4|}}}|{{{Author4}}}|}}
| Author4    = {{#if: {{{Author4|}}}|{{{Author4}}}|}}
| AuthorUID4  = {{#if: {{{AuthorUID4|}}}|{{{AuthorUID4}}}|}}
}}|There are currently no important stickies for this subforum.}}
}}|There are currently no important stickies for this subforum.}}


{{ForumNavbox|Tab={{{Tab}}}}}
{{ForumNavbox}}
[[Category:Forums]]
[[Category:Forums]]
{{#if: {{{Tab|}}}|{{#ifeq: {{{Tab|}}}|Parent|[[Category:Parent Forum]]|[[Category:{{{Tab}}} Tab]]}}|}}
{{#if: {{{Tab|}}}|{{#ifeq: {{{Tab|}}}|Parent|[[Category:Parent Forum]]|[[Category:{{{Tab}}} Tab]]}}|}}

Revision as of 01:58, 23 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       = 
| PostCount   = 
| ThreadCount = 
| Mod1        = 
| Mod2        = 
| Tab         = 
| ParentForum = 
| SubForum1   = 
| SubForum2   = 
| Sticky1     = 
| StickyTID1  = 
| Author1     = 
| AuthorUID1  = 
| Sticky2     = 
| StickyTID2  = 
| Author2     = 
| AuthorUID2  = 
}}

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
| PostCount   = Approximate post count
| ThreadCount = Approximate thread count
| 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     = 
| AuthorUID1  = 
| Sticky2     = 
| StickyTID2  = 
| Author2     = 
| AuthorUID2  = 
}}