Template:WikiPagesStart: Difference between revisions
Created page with "<includeonly> | style="background: #FFFFFF; padding-left: 2em" | </includeonly><noinclude> This template simulates a <code><nowiki><wikipages></nowiki></code> table, but witho..." |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{| border="1" cellpadding="5" cellspacing="5" align="left" | |||
|- valign="top" | |||
| style="background: #FFFFFF; padding-left: 2em" | </includeonly><noinclude> | | style="background: #FFFFFF; padding-left: 2em" | </includeonly><noinclude> | ||
This template simulates a <code><nowiki><wikipages></nowiki></code> table, but without automatic linking. This template must be used with [[:Template: | This template simulates a <code><nowiki><wikipages></nowiki></code> table, but without automatic linking. This template must be used with [[:Template:WikiPagesEnd]] and [[:Template:WikiPagesColumn]]. | ||
== Usage == | == Usage == | ||
Line 8: | Line 10: | ||
<pre> | <pre> | ||
{{WikiPagesStart}} | {{WikiPagesStart}} | ||
[[Example1|example1]] | <li>[[Example1|example1]] | ||
[[Example2|example2]] | <li>[[Example2|example2]] | ||
[[Example3|example3]] | <li>[[Example3|example3]] | ||
{{WikiPagesColumn}} | <li>{{WikiPagesColumn}} | ||
[[ExampleA|exampleA]] | <li>[[ExampleA|exampleA]] | ||
[[ExampleB|exampleB]] | <li>[[ExampleB|exampleB]] | ||
[[ExampleC|exampleC]] | <li>[[ExampleC|exampleC]] | ||
{{WikiPagesEnd}} | <li>{{WikiPagesEnd}} | ||
</pre> | </pre> | ||