Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Template:Faq"

(New page: <noinclude> A typical FAQ entry. <code><pre> {{faq | title = Hello World | question = How is the world today ? | answer = The world is fine, thanks! }} </pre></code> {{faq | ...)
 
 
Line 18: Line 18:
  
 
<div style='border: 1px solid gray; border-radius: 5px;
 
<div style='border: 1px solid gray; border-radius: 5px;
  padding: 10px; background-color: #ccc; -moz-border-radius:10px;'><table><tr><td>[[Image:Question Mark.png]]</td><td style="vertical-align: top">{{{question}}}</td></tr></table></div>
+
  padding: 10px; background-color: #ccc; -moz-border-radius:10px;'><table style="background-color: #ccc;"><tr><td>[[Image:Question Mark.png]]</td><td style="vertical-align: top;">{{{question}}}</td></tr></table></div>
 
<div style="padding: 10px"></div>
 
<div style="padding: 10px"></div>
 
<div style='margin-left: 10%;
 
<div style='margin-left: 10%;
 
  border: 1px solid #83D13D; border-radius: 5px;
 
  border: 1px solid #83D13D; border-radius: 5px;
 
  padding: 10px; background-color: #F2FFE1; -moz-border-radius:10px;'>{{{answer}}}</div>
 
  padding: 10px; background-color: #F2FFE1; -moz-border-radius:10px;'>{{{answer}}}</div>

Latest revision as of 06:05, 18 September 2008

A typical FAQ entry.

{{faq
|     title = Hello World
|     question = How is the world today ?
|     answer = The world is fine, thanks!
}}


Hello World

Question Mark.pngHow is the world today ?
The world is fine, thanks!


{{{title}}}

Question Mark.png{{{question}}}
{{{answer}}}

Back to the top