Editing Template:PeopleInfobox
Template page
More languages
More actions
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
<infobox accent-color-source=" | <!--The infobox was copied from wiki.smpearth.com/wiki/Template:TownInfobox, the original included <infobox accent-color-source="#106010" accent-color-text-source="headerfontcolor">. But it was repleaced with <infobox> to work better on this wiki.--> | ||
<infobox> | |||
<title source="name"> | <title source="name"> | ||
<default | <default>{{{title1}}}</default> | ||
</title> | </title> | ||
<image source="image1"> | <image source="image1"> | ||
Line 21: | Line 22: | ||
<data source="nationality"> | <data source="nationality"> | ||
<label>Nationality</label> | <label>Nationality</label> | ||
</data> | </data> | ||
<!--Occupation--> | <!--Occupation--> | ||
<data source="occupation"> | <data source="occupation"> | ||
<label>Occupation(s)</label> | <label>Occupation(s)</label> | ||
</data> | </data> | ||
<!--Content Platforms--> | <!--Content Platforms--> | ||
<data source=" | <data source="content_platforms"> | ||
<label> | <label>Content Platform(s)</label> | ||
</data> | </data> | ||
<!--Languages--> | <!--Languages--> | ||
Line 60: | Line 41: | ||
<!--The section ends--> | <!--The section ends--> | ||
</group> | </group> | ||
<!-- | <!--A new section starts--> | ||
<!--The next part is only as a template if I need to continue the infobox--> | |||
<group> | |||
<!--Section header--> | |||
<header>Town Info</header> | |||
<!--Info thingy... idk--> | |||
<data source="full_name"> | |||
<label>Full Name</label> | |||
</data> | |||
<!--The section ends--> | |||
</group> | |||
<!--The infobox ends--> | |||
</infobox> | </infobox> | ||
<!--This is only to not include the infobox in the templates page. In the wiki article it will still work--> | |||
<noinclude> | <noinclude> | ||
<!--Infobox ends and the example starts--> | <!--Infobox ends and the example starts--> | ||
Line 68: | Line 61: | ||
<pre> | <pre> | ||
{{PeopleInfobox | {{PeopleInfobox | ||
|title1= | |title1= | ||
|image1= | |image1= | ||
Line 76: | Line 67: | ||
|birthplace= | |birthplace= | ||
|nationality= | |nationality= | ||
|occupation= | |occupation= | ||
| | |content_platforms= | ||
|languages= | |languages= | ||
|interests= | |interests= | ||
Line 88: | Line 74: | ||
</pre> | </pre> | ||
{{PeopleInfobox | |||
|title1=a | |||
|image1=File:Example.png | |||
|caption1= | |||
|born=a | |||
|birthplace=a | |||
|nationality=a | |||
|occupation=a | |||
|content_platforms=a | |||
|languages=a | |||
|interests=a | |||
}} | |||
} | |||