Difference between revisions of "Template:FAQ row"

From blackwiki
Jump to navigation Jump to search
(fixed a small whitespace problem as stated earlier: if answer begins as bullets, it'll give enough whitespace for the Wikicode to be recognized as a bullets; otherwise it'll minimize the white space)
imported>Thumperward
(lose the borders and background colour so that this fits better into an {{FAQ}})
Line 1: Line 1:
 
<div class="NavFrame {{#ifeq:{{{show|}}}|yes||{{#ifeq:{{Str find|{{FULLPAGENAME}}|/FAQ}}|-1|collapsed|{{#ifeq:{{{show|}}}|no|collapsed|}}}}}}" style="background:transparent; border:none; margin:0px; padding:2px 0px 2px 0px;">
 
<div class="NavFrame {{#ifeq:{{{show|}}}|yes||{{#ifeq:{{Str find|{{FULLPAGENAME}}|/FAQ}}|-1|collapsed|{{#ifeq:{{{show|}}}|no|collapsed|}}}}}}" style="background:transparent; border:none; margin:0px; padding:2px 0px 2px 0px;">
<div class="NavHead" style="height:auto; background:#fdefbf; border:1px solid #e8daaa; margin:0px; padding:2px 35px 2px 2px; font-weight:bold; text-align:left;">{{#if:{{{index|}}}|Q{{{index}}}{{anchor|Q{{{index}}}}}:}} {{{q|}}}</div>
+
<div class="NavHead" style="background:transparent; height:auto; margin:0px; padding:2px 35px 2px 2px; font-weight:bold; text-align:left;">{{#if:{{{index|}}}|Q{{{index}}}{{anchor|Q{{{index}}}}}:}} {{{q|}}}</div>
<div class="NavContent" style="background:#fdefbf; border-left:2px solid #e8daaa; margin:2px 0px 2px 15px; padding:2px; font-weight:normal; text-align:left;">{{#if:{{{index|}}}
+
<div class="NavContent" style="background:transparent; margin:2px 0px 2px 15px; padding:2px; font-weight:normal; text-align:left;">{{#if:{{{index|}}}
 
|{{#ifeq:{{str_sub|{{{a|}}}|0|1}}|*
 
|{{#ifeq:{{str_sub|{{{a|}}}|0|1}}|*
 
|'''A{{{index}}}:'''
 
|'''A{{{index}}}:'''

Revision as of 13:59, 17 July 2011

Template documentation[view] [edit] [history] [purge]

Script error: No such module "Uses TemplateStyles". Use this template on FAQ subpages.

Parameters

Use

There are three main features:

  1. "index", numbers a specific FAQ. You can link to each specific FAQ that has a unique index on a particular page. For example, to link to FAQ 2 for the Global warming FAQ page, "Talk:Global warming/FAQ#Q2". Follows the pattern "#Q{index}".
  2. "q", stands for question
  3. "a", stands for answer.
{{FAQ row
|index=1
|q=This is some question text...
|a=This is some answer text...
}}

Show

The box hides the answer on talk page and shows it on the /FAQ page. You may override this by adding "show=yes" so that the answer is always shown, or "show=no" so that the answer is always hidden.

{{FAQ row
|show=yes
|index=2
|q=This is some question text...
|a=This is some answer text...
}}

See also

Similar templates: