Difference between revisions of "Template:PartsList"
From Gunsopedia
(Created page with '<div style="-moz-column-count:4; column-count:4;"> <noinclude>category:templates</noinclude>') |
|||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
<div style="-moz-column-count:4; column-count:4;"> | <div style="-moz-column-count:4; column-count:4;"> | ||
− | <noinclude>[[category:templates]]</noinclude> | + | <noinclude> |
+ | == Usage == | ||
+ | Used, along with [[:Template:EndPartsList]], in pages for diagrams that need parts listed on the page since they aren't in the diagram itself. Creates the '''beginning''' of a 4-column list, like so: | ||
+ | <pre>{{PartsList}} | ||
+ | # part 1 | ||
+ | # part 2 | ||
+ | # part 3 | ||
+ | # part 4 | ||
+ | # part 5 | ||
+ | # part 6 | ||
+ | # part 7 | ||
+ | # part 8 | ||
+ | # part 9 | ||
+ | # part 10 | ||
+ | # part 11 | ||
+ | # etc | ||
+ | {{EndPartsList}}</pre> | ||
+ | generates | ||
+ | {{PartsList}} | ||
+ | # part 1 | ||
+ | # part 2 | ||
+ | # part 3 | ||
+ | # part 4 | ||
+ | # part 5 | ||
+ | # part 6 | ||
+ | # part 7 | ||
+ | # part 8 | ||
+ | # part 9 | ||
+ | # part 10 | ||
+ | # part 11 | ||
+ | # etc | ||
+ | {{EndPartsList}} | ||
+ | ; For some reason, this does not work in Chrome, so... | ||
+ | {{dennis}} | ||
+ | [[category:format templates]]</noinclude> |
Latest revision as of 10:22, 19 July 2015
[edit] Usage
Used, along with Template:EndPartsList, in pages for diagrams that need parts listed on the page since they aren't in the diagram itself. Creates the beginning of a 4-column list, like so:
{{PartsList}} # part 1 # part 2 # part 3 # part 4 # part 5 # part 6 # part 7 # part 8 # part 9 # part 10 # part 11 # etc {{EndPartsList}}
generates
- part 1
- part 2
- part 3
- part 4
- part 5
- part 6
- part 7
- part 8
- part 9
- part 10
- part 11
- etc
- For some reason, this does not work in Chrome, so...
- Dennis needs to get off his ass and do something with this page.