Difference between revisions of "Help:Style Guide"
Jump to navigation
Jump to search
Templarian (talk | contribs) m |
Templarian (talk | contribs) m |
||
Line 1: | Line 1: | ||
− | == | + | == One Column == |
<source lang="text"> | <source lang="text"> | ||
Line 9: | Line 9: | ||
</source> | </source> | ||
− | == | + | == Two Columns == |
<source lang="text"> | <source lang="text"> | ||
Line 22: | Line 22: | ||
</source> | </source> | ||
− | == | + | == Three Columns == |
<source lang="text"> | <source lang="text"> |
Revision as of 01:29, 20 July 2009
One Column
<source lang="text"> Template:Article-one-column </source>
Two Columns
<source lang="text">
some content |
some other content |
</source>
Three Columns
<source lang="text">
some content |
some other content |
some other content |
</source>
Application Pages (Application:Name)
<source lang="text">
Name - Name of the Application - {{{version}}}
description - Describe the app in full detail, put anything you want.
</source>