Template:IncompletePage: Difference between revisions
(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...") |
No edit summary |
||
Line 5: | Line 5: | ||
# (optional) Title of the box (default: Information) | # (optional) Title of the box (default: Information) | ||
Example: <nowiki>{{ | Example: <nowiki>{{IncompletePage}}</nowiki> gives | ||
{{ | {{IncompletePage}} | ||
Code:<br /><br /> | Code:<br /><br /> |
Revision as of 12:40, 27 July 2017
Displays an information box. Parameters
- Text of the main body
- (optional) Title of the box (default: Information)
Example: {{IncompletePage}} gives
Code:
{{Box|2={{#if: {{{2|}}} | {{{2}}} | Information }}
|3=[[Image:Dialog-information.png|left|40px|link=]]
|1={{{1}}}
|4=alert-uccess
}}