Content deleted Content added
→Four columns format: display-authors detail |
→Three columns format: <syntaxhighlight lang="html"> |
||
Line 93:
====Three columns format====
The full vertical style in three columns consists of a "Vertical list", "Prerequisites" and "Brief instructions / notes".
<syntaxhighlight lang="html">
<!--
* Start with:
-->
{{csdoc|usage vertical}}
<pre style="margin:0px;">
<!--
* Create the vertical list column
* Separate the next column with:
-->
</pre>
{{csdoc|usage vertical mid}}
<pre style="margin:0px;">
<!--
* Create the prerequisites column; blank lines must include a <code>&
* Separate the next column with:
-->
</pre>
{{csdoc|usage vertical mid}}
<pre style="margin:0px;">
<!--
* Create the instructions column; blank lines must include a <code>&
* End with:
-->
</pre>
{{csdoc|usage vertical end}}
</syntaxhighlight>
Example:
<syntaxhighlight lang="html">
{{csdoc|usage vertical}}
<pre style="margin:0px;">
Line 132:
{{csdoc|usage vertical mid}}
<pre style="margin:0px;">
&
&
last
&
&
</pre>
{{csdoc|usage vertical mid}}
<pre style="margin:0px;">
&
same as last1
same as first1
&
&
</pre>
{{csdoc|usage vertical end}}
{{csdoc|usage vertical}}
<pre style="margin:0px;">
Line 171 ⟶ 170:
{{csdoc|usage vertical end}}
</syntaxhighlight>
====Four columns format====
|