Template:FAQ: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 33: Line 33:
|}
|}
|}
|}
{{{Answer}}}<noinclude>[[Category:Templates]]
<section begin={{{1}}} />{{{Answer}}}<section end={{{1}}} /><noinclude>[[Category:Templates]]
{{/doc}}</noinclude>
{{/doc}}</noinclude>

Revision as of 13:33, 6 November 2011

|- | |


{{{Question}}}===

Shortcut:

{{{Answer}}}

Usage

{{FAQ|1=ANCHOR|2=ANCHOR|3=ANCHOR
| Question =
| Answer =
| BGcolor =
}}

Must be used inside of a wikitable as a row.

Syntax

  1. Start out with a table header tag: {|
  2. Place each FAQ question (as |Question=) and answer (as |Answer=) inside the {{FAQ}} template as shown above
  3. End with the closing table tag: |}

Up to ten anchors (assigned to positional parameters |1= through |10=) and a background color (as |BGcolor=) are optional.