Difference between revisions of "Template:FAQ row"

From blackwiki
Jump to navigation Jump to search
(switched to the css class "Collasped" rather than inline "display:none;" usability and printability fix; added feature that automatically shows FAQ on FAQ pages)
(improved logic; works, for example, if the page is "Talk:FAQ")
Line 1: Line 1:
<div class="NavFrame {{#ifeq:{{{show|}}}|yes||{{#ifeq:{{SUBPAGENAME}}|FAQ|{{#ifeq:{{BASEPAGENAME}}|FAQ|collapsed|}}|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}}}}}:}}
 
<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;">{{#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;">{{#if:{{{index|}}}|'''A{{{index}}}:'''}}
 
{{{a|}}}</div></div><noinclude>{{documentation}}</noinclude>
 
{{{a|}}}</div></div><noinclude>{{documentation}}</noinclude>

Revision as of 06:53, 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: