<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://landrace.wiki/wiki/Help:Formatting_and_layout?action=history&amp;feed=atom</id>
	<title>Help:Formatting and layout - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://landrace.wiki/wiki/Help:Formatting_and_layout?action=history&amp;feed=atom"/>
	<link rel="alternate" type="text/html" href="https://landrace.wiki/wiki/Help:Formatting_and_layout?action=history"/>
	<updated>2026-04-17T01:16:06Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://landrace.wiki/index.php?title=Help:Formatting_and_layout&amp;diff=3613&amp;oldid=prev</id>
		<title>Eloise Zomia: Created page with &quot;{{Information page}} &#039;&#039;&#039;This page covers page structure, tables, images, and layout conventions on Landrace.Wiki.&#039;&#039;&#039;  For basic text formatting, links, and lists, see Help:Editing basics. For citation formatting, see Help:Sourcing.  == Page structure ==  Most content pages on Landrace.Wiki follow a standard structure:  # &#039;&#039;&#039;Lead paragraph&#039;&#039;&#039; – A brief summary of what the page covers, with no heading. This appears before the table of contents. # &#039;&#039;&#039;Sections&#039;&#039;&#039;...&quot;</title>
		<link rel="alternate" type="text/html" href="https://landrace.wiki/index.php?title=Help:Formatting_and_layout&amp;diff=3613&amp;oldid=prev"/>
		<updated>2026-03-02T08:03:21Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Information page}} &amp;#039;&amp;#039;&amp;#039;This page covers page structure, tables, images, and layout conventions on Landrace.Wiki.&amp;#039;&amp;#039;&amp;#039;  For basic text formatting, links, and lists, see &lt;a href=&quot;/wiki/Help:Editing_basics&quot; title=&quot;Help:Editing basics&quot;&gt;Help:Editing basics&lt;/a&gt;. For citation formatting, see &lt;a href=&quot;/wiki/Help:Sourcing&quot; title=&quot;Help:Sourcing&quot;&gt;Help:Sourcing&lt;/a&gt;.  == Page structure ==  Most content pages on Landrace.Wiki follow a standard structure:  # &amp;#039;&amp;#039;&amp;#039;Lead paragraph&amp;#039;&amp;#039;&amp;#039; – A brief summary of what the page covers, with no heading. This appears before the table of contents. # &amp;#039;&amp;#039;&amp;#039;Sections&amp;#039;&amp;#039;&amp;#039;...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Information page}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;This page covers page structure, tables, images, and layout conventions on Landrace.Wiki.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
For basic text formatting, links, and lists, see [[Help:Editing basics]]. For citation formatting, see [[Help:Sourcing]].&lt;br /&gt;
&lt;br /&gt;
== Page structure ==&lt;br /&gt;
&lt;br /&gt;
Most content pages on Landrace.Wiki follow a standard structure:&lt;br /&gt;
&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Lead paragraph&amp;#039;&amp;#039;&amp;#039; – A brief summary of what the page covers, with no heading. This appears before the table of contents.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Sections&amp;#039;&amp;#039;&amp;#039; – The body of the page, divided by &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;== Heading ==&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; markup.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;References&amp;#039;&amp;#039;&amp;#039; – A &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;== References ==&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; section at the bottom containing &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Reflist}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Categories&amp;#039;&amp;#039;&amp;#039; – Category tags at the very bottom of the wikitext.&lt;br /&gt;
&lt;br /&gt;
Do not add a heading for the lead paragraph. The page title serves that function.&lt;br /&gt;
&lt;br /&gt;
== Tables ==&lt;br /&gt;
&lt;br /&gt;
=== Basic table ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Column A !! Column B !! Column C&lt;br /&gt;
|-&lt;br /&gt;
| Row 1A || Row 1B || Row 1C&lt;br /&gt;
|-&lt;br /&gt;
| Row 2A || Row 2B || Row 2C&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Produces:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Column A !! Column B !! Column C&lt;br /&gt;
|-&lt;br /&gt;
| Row 1A || Row 1B || Row 1C&lt;br /&gt;
|-&lt;br /&gt;
| Row 2A || Row 2B || Row 2C&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Key syntax:&lt;br /&gt;
* &amp;lt;code&amp;gt;{|&amp;lt;/code&amp;gt; starts the table, &amp;lt;code&amp;gt;|}&amp;lt;/code&amp;gt; ends it&lt;br /&gt;
* &amp;lt;code&amp;gt;|-&amp;lt;/code&amp;gt; starts a new row&lt;br /&gt;
* &amp;lt;code&amp;gt;!&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;!!&amp;lt;/code&amp;gt; create header cells&lt;br /&gt;
* &amp;lt;code&amp;gt;|&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;||&amp;lt;/code&amp;gt; create regular cells&lt;br /&gt;
* &amp;lt;code&amp;gt;class=&amp;quot;wikitable&amp;quot;&amp;lt;/code&amp;gt; applies standard wiki table styling&lt;br /&gt;
&lt;br /&gt;
=== Table with column widths ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;width: 30%;&amp;quot; | Name&lt;br /&gt;
! style=&amp;quot;width: 70%;&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
| Example || A description of the example&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Images ==&lt;br /&gt;
&lt;br /&gt;
=== Uploading ===&lt;br /&gt;
&lt;br /&gt;
Upload images through [[Special:Upload]]. Use descriptive filenames (e.g., &amp;lt;code&amp;gt;Parvati-Valley-field-2024.jpg&amp;lt;/code&amp;gt; rather than &amp;lt;code&amp;gt;IMG_4392.jpg&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
Before uploading, check [[Help:Media and safety]] for guidelines on face blurring, EXIF metadata, and location sensitivity.&lt;br /&gt;
&lt;br /&gt;
=== Embedding images ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! What you type !! Result&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[File:Example.jpg|thumb|Caption text]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; || Thumbnail on the right with caption&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[File:Example.jpg|thumb|left|Caption text]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; || Thumbnail on the left&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[File:Example.jpg|thumb|300px|Caption text]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; || Thumbnail at 300px width&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[File:Example.jpg|frameless|200px]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; || Inline image, no frame, 200px wide&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
For accession pages, place the primary photograph at the top of the page using a right-aligned thumbnail. Additional photographs can be placed in a gallery:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Example1.jpg|Caption one&lt;br /&gt;
File:Example2.jpg|Caption two&lt;br /&gt;
File:Example3.jpg|Caption three&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Horizontal rules ==&lt;br /&gt;
&lt;br /&gt;
A horizontal line is created with four hyphens:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Use sparingly. Section headings are usually a better way to divide content.&lt;br /&gt;
&lt;br /&gt;
== Redirects ==&lt;br /&gt;
&lt;br /&gt;
If a page should redirect to another page (for example, an alternative spelling or old page name):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#REDIRECT [[Target page]]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This should be the only content on the page.&lt;br /&gt;
&lt;br /&gt;
== Landrace.Wiki conventions ==&lt;br /&gt;
&lt;br /&gt;
A few layout conventions specific to this wiki:&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Project pages&amp;#039;&amp;#039;&amp;#039; (in the &amp;lt;code&amp;gt;Landrace.Wiki:&amp;lt;/code&amp;gt; namespace) should include &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Information page}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; at the top and &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Basic information}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; at the bottom.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Help pages&amp;#039;&amp;#039;&amp;#039; (in the &amp;lt;code&amp;gt;Help:&amp;lt;/code&amp;gt; namespace) follow the same pattern.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Content pages&amp;#039;&amp;#039;&amp;#039; (accessions, regions, country pages) use their own specific templates. See [[Help:Accessions]] and [[Help:Regions and fields]] for those conventions.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Categories&amp;#039;&amp;#039;&amp;#039; go at the very bottom of the wikitext, after any navbox templates.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Help:Editing basics]]&amp;#039;&amp;#039;&amp;#039; – Text formatting, links, and lists&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Help:Sourcing]]&amp;#039;&amp;#039;&amp;#039; – Citation formatting&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Help:Media and safety]]&amp;#039;&amp;#039;&amp;#039; – Photo guidelines and metadata&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Help:Contents]]&amp;#039;&amp;#039;&amp;#039; – Help directory&lt;br /&gt;
&lt;br /&gt;
[[Category:Help]]&lt;br /&gt;
{{Basic information}}&lt;/div&gt;</summary>
		<author><name>Eloise Zomia</name></author>
	</entry>
</feed>