Difference between revisions of "Template:EquipmentListTable"
Jump to navigation
Jump to search
(Created page with "<noinclude>This is a template used to display images related to the result from a query asking for equipment icons and images. == Code == <pre> <includeonly> | style="text-...") |
|||
(16 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
<pre> | <pre> | ||
<includeonly> | <includeonly> | ||
− | | style="text-align: left" | [[{{{1 | + | | style="text-align: left" | [[{{{1}}}]] |
− | | style="text-align: center; | + | | style="text-align: center;"| [[{{{2}}}|center|x100px|link={{{1}}}]] |
+ | | style="text-align: center;" | [[{{{3}}}|center|x125px|link={{{1}}}]] | ||
|- | |- | ||
</includeonly> | </includeonly> | ||
</pre> | </pre> | ||
+ | |||
+ | == See also == | ||
+ | * [[Template:EquipmentListTableIntro]] | ||
+ | * [[Template:EquipmentListTableOutro]] | ||
+ | |||
</noinclude><includeonly> | </noinclude><includeonly> | ||
− | | style="text-align: left" | [[{{{1 | + | | style="text-align: left" | [[{{{1}}}]] |
− | | style="text-align: center; | + | | style="text-align: center;"| [[{{{2}}}|center|x100px|link={{{1}}}]] |
+ | | style="text-align: center;" | [[{{{3}}}|center|x125px|link={{{1}}}]] | ||
|- | |- | ||
</includeonly> | </includeonly> |
Latest revision as of 17:42, 10 July 2019
This is a template used to display images related to the result from a query asking for equipment icons and images.
Code
<includeonly> | style="text-align: left" | [[{{{1}}}]] | style="text-align: center;"| [[{{{2}}}|center|x100px|link={{{1}}}]] | style="text-align: center;" | [[{{{3}}}|center|x125px|link={{{1}}}]] |- </includeonly>
See also