Template:ProjectInfobox: Difference between revisions
From IulianArian's Encyclopedia
Jump to navigationJump to search
IulianArian (talk | contribs) Created page with "<infobox accent-color-source="headercolor" accent-color-text-source="headerfontcolor"> <title source="name"> <default><div style="text-align: center;">{{{title1}}}</div></default> </title> <image source="image1"> <caption source="caption1"/> </image> <!--Start of section--> <group> <!--Header of the section--> <header><div style="text-align: center;">Project Details</div></header> <!--Project Type--> <data source="project_type"> <label>Pro..." |
IulianArian (talk | contribs) No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 25: | Line 25: | ||
<data source="completion_date"> | <data source="completion_date"> | ||
<label>Completion Date</label> | <label>Completion Date</label> | ||
</data> | |||
<!--Language(s)--> | |||
<data source="language(s)"> | |||
<label>Language(s)</label> | |||
</data> | </data> | ||
<!--Current Status--> | <!--Current Status--> | ||
Line 33: | Line 37: | ||
<data source="project_goal(s)"> | <data source="project_goal(s)"> | ||
<label>Project Goal(s)</label> | <label>Project Goal(s)</label> | ||
</data> | |||
<!--The section ends--> | |||
</group> | |||
<!--Start of section--> | |||
<group> | |||
<header><div style="text-align: center;">Online Presence</div></header> | |||
<!--Website(s)--> | |||
<data source="website(s)"> | |||
<label>Website(s)</label> | |||
</data> | </data> | ||
<!--The section ends--> | <!--The section ends--> | ||
Line 38: | Line 51: | ||
<!--End of the infobox--> | <!--End of the infobox--> | ||
</infobox> | </infobox> | ||
<noinclude> | |||
<!--Infobox ends and the example starts--> | |||
Example usage: | |||
<!--The <pre> and </pre> tags are only for the infobox to not embed it self--> | |||
<pre> | |||
{{ProjectInfobox | |||
|headercolor= | |||
|headerfontcolor= | |||
|title1= | |||
|image1= | |||
|caption1= | |||
|project_type= | |||
|primary_domain= | |||
|start_date= | |||
|completion_date= | |||
|language(s)= | |||
|current_status= | |||
|project_goal(s)= | |||
|website(s)= | |||
}} | |||
</pre> |
Latest revision as of 15:30, 19 September 2025
Example usage:
{{ProjectInfobox |headercolor= |headerfontcolor= |title1= |image1= |caption1= |project_type= |primary_domain= |start_date= |completion_date= |language(s)= |current_status= |project_goal(s)= |website(s)= }}