Template:IncompletePage

From KDE UserBase Wiki
Revision as of 12:39, 27 July 2017 by Claus chr (talk | contribs) (Created page with "<noinclude> ---- Displays an information box. Parameters # Text of the main body # (optional) Title of the box (default: Information) Example: <nowiki>{{Info|This is an info...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Displays an information box. Parameters

  1. Text of the main body
  2. (optional) Title of the box (default: Information)

Example: {{Info|This is an info box}} gives

Information

This is an info box


Code:

{{Box|2={{#if: {{{2|}}} | {{{2}}} | Information }}
|3=[[Image:Dialog-information.png|left|40px|link=]]
|1={{{1}}}
|4=alert-uccess
}}