https://iopwiki.com/index.php?title=Template:Main/doc&feed=atom&action=history Template:Main/doc - Revision history 2024-03-28T22:12:02Z Revision history for this page on the wiki MediaWiki 1.32.2 https://iopwiki.com/index.php?title=Template:Main/doc&diff=41379&oldid=prev Messing with data: Initial setup 2018-06-08T20:02:30Z <p>Initial setup</p> <p><b>New page</b></p><div>{{Documentation subpage}}<br /> This template is used right under a section header to inform and link the user to a more detailled page about a subject.<br /> <br /> == Syntax ==<br /> <br /> A sample how to call the template. Feel free to copy this example. Please remove the parameters that are left blank.<br /> <br /> &lt;pre style=&quot;overflow:auto;&quot;&gt;{{Main<br /> | Article 1<br /> | l1 = Article label 1<br /> | Article 2<br /> | l2 = Article label 2<br /> | Article 3<br /> | l3 = Article label 3}}&lt;/pre&gt;<br /> <br /> == Parameter list ==<br /> <br /> The parameters are as follows:<br /> :&lt;code&gt;(Parameter without name)&lt;/code&gt; The name of the Article to be linked<br /> :&lt;code&gt;l1, l2, l3&lt;/code&gt; A label for the link<br /> <br /> == Examples ==<br /> <br /> *&lt;code&gt;&lt;nowiki&gt;{{Main}}&lt;/nowiki&gt;&lt;/code&gt; &amp;rarr; {{Main}}<br /> *&lt;code&gt;&lt;nowiki&gt;{{Main|Article}}&lt;/nowiki&gt;&lt;/code&gt; &amp;rarr; {{Main|Article}}<br /> *&lt;code&gt;&lt;nowiki&gt;{{Main|Article#Section}}&lt;/nowiki&gt;&lt;/code&gt; &amp;rarr; {{Main|Article#Section}}<br /> *&lt;code&gt;&lt;nowiki&gt;{{Main|Article#Section|l1=Custom section label}}&lt;/nowiki&gt;&lt;/code&gt; &amp;rarr; {{Main|Article#Section|l1=Custom section label}}<br /> *&lt;code&gt;&lt;nowiki&gt;{{Main|Article1|Article2|Article3}}&lt;/nowiki&gt;&lt;/code&gt; &amp;rarr; {{Main|Article1|Article2|Article3}}<br /> *&lt;code&gt;&lt;nowiki&gt;{{Main|Article1|l1=Custom label 1|Article2|l2=Custom label 2}}&lt;/nowiki&gt;&lt;/code&gt; &amp;rarr; {{Main|Article1|l1=Custom label 1|Article2|l2=Custom label 2}}</div> Messing with data