Template:TMA: Difference between revisions
Appearance
Скрывем категорию шаблоны, добавляем категорию TMA по умолчанию. |
Translation |
||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
== | == Documentation == | ||
Usage example: | |||
<pre> | <pre> | ||
{{TMA | {{TMA | ||
| | | Name = Storage TMA | ||
| | | Image = Storage TMA.jpg | ||
| | | Description = Component storage | ||
}} | }} | ||
</pre> | </pre> | ||
[[ | [[Category:Templates]] | ||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
<div style="float:right; border:1px solid #aaa; background:#f7f7f7; padding:10px; margin-left:15px; width:300px; font-size:0.9em;"> | <div style="float:right; border:1px solid #aaa; background:#f7f7f7; padding:10px; margin-left:15px; width:300px; font-size:0.9em;"> | ||
<!-- | <!-- Title --> | ||
<div style="text-align:center; font-size:1.3em; font-weight:bold; margin-bottom:10px;">{{{ | <div style="text-align:center; font-size:1.3em; font-weight:bold; margin-bottom:10px;">{{{Name}}}</div> | ||
<!-- | <!-- Image --> | ||
<div style="text-align:center; margin-bottom:10px;">[[ | <div style="text-align:center; margin-bottom:10px;">[[File:{{{Image|Placeholder.png}}}|250px]]</div> | ||
<!-- | <!-- Description --> | ||
<div style="margin-top:10px;"> | <div style="margin-top:10px;"> | ||
<div style="margin-bottom:5px;"><b> | <div style="margin-bottom:5px;"><b>Description:</b> {{{Description}}}</div> | ||
</div> | </div> | ||
</div> | </div> | ||
</includeonly> | </includeonly> | ||
[[ | [[Category:TMA]] | ||
Latest revision as of 11:28, 4 December 2025
Documentation
[edit]Usage example:
{{TMA
| Name = Storage TMA
| Image = Storage TMA.jpg
| Description = Component storage
}}