Template:IncompletePage: Difference between revisions

From KDE UserBase Wiki
(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
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Box|2={{#if: {{{2|}}} | {{{2}}} | This page needs Your love! }}
|3=[[Image:Dialog-information.png|left|40px|link=]]
|1={{#if: {{{1|}}} | {{{1}}} | This page is incomplete, inaccurate or just not good enough! Your help will be greatly appreciated. Before editing, please make sure You understand this [[Introduction to new contributors]].}}
|4=alert-success
}}
<noinclude>
<noinclude>
----
----
Displays an information box. Parameters
Info box for new and incomplete pages. Parameters
# Text of the main body
# (optional) Text of the main body (default: see example)
# (optional) Title of the box (default: Information)
# (optional) Title of the box (default: Information)


Example: <nowiki>{{Info|This is an info box}}</nowiki> gives
Example: <nowiki>{{IncompletePage}}</nowiki> gives


{{Info|This is an info box}}
{{IncompletePage}}
 
Code:<br /><br />
<nowiki>{{Box|2={{#if: {{{2|}}} | {{{2}}} | Information }}</nowiki><br />
<nowiki>|3=[[Image:Dialog-information.png|left|40px|link=]]</nowiki><br />
<nowiki>|1={{{1}}}</nowiki><br />
<nowiki>|4=alert-uccess</nowiki><br />
<nowiki>}}</nowiki><br />


[[Category:Template]]
[[Category:Template]]
</noinclude>
</noinclude>

Latest revision as of 12:44, 27 July 2017

This page needs Your love!

This page is incomplete, inaccurate or just not good enough! Your help will be greatly appreciated. Before editing, please make sure You understand this Introduction to new contributors.



Info box for new and incomplete pages. Parameters

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

Example: {{IncompletePage}} gives

This page needs Your love!

This page is incomplete, inaccurate or just not good enough! Your help will be greatly appreciated. Before editing, please make sure You understand this Introduction to new contributors.