Difference between revisions of "Template:FAQ row"

From blackwiki
Jump to navigation Jump to search
(Wikicode ignores whitespace; small fix)
(changed FAQ to just Q, following Talk:Barack Obama/FAQ, since they established this method first)
Line 1: Line 1:
 
<div class="NavFrame" style="background:transparent; border:none; margin:0px; padding:2px 0px 2px 0px;">
 
<div class="NavFrame" 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|FAQ{{{index}}}}}:}}
+
<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>
 
{{{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;{{#ifeq:{{{show|}}}|yes|| display:none;}}">{{#if:{{{index|}}}|'''A{{{index}}}:'''}}
 
<div class="NavContent" style="background:#fdefbf; border-left:2px solid #e8daaa; margin:2px 0px 2px 15px; padding:2px; font-weight:normal; text-align:left;{{#ifeq:{{{show|}}}|yes|| display:none;}}">{{#if:{{{index|}}}|'''A{{{index}}}:'''}}
 
{{{a|}}}</div></div><noinclude>{{documentation}}</noinclude>
 
{{{a|}}}</div></div><noinclude>{{documentation}}</noinclude>

Revision as of 06:20, 5 January 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: