|
|
Строка 1: |
Строка 1: |
| Это будет здесь на всякий
| | <includeonly><templatestyles src="PageList/styles.css" /> |
| {{FlexBox | | <div class="pagelist" {{#if:{{{Тема|}}}|style="{{ColorPaletteStyles|{{{Тема}}}}}"|}}> |
| | Color = Synthetic | | <div class="pagelist-image">{{#if:{{{Изображение|}}}|[[File:{{{Изображение}}}|class=notpageimage]]|{{Icon|{{{Иконка|question}}}}}}}</div> |
| | TitleGradient = linear-gradient(20deg, {{ColorPalette|Synthetic|Opaque}}, {{ColorPalette|Science|Opaque}}) | | <div class="pagelist-text" data-notitle>{{#if:{{{Страница|}}}|[[{{{Страница}}}|{{{Название|{{{Страница}}}}}}]]|}}</div> |
| | Title = Робототехника | | <div class="pagelist-text" data-notitle>{{#if:{{{Внешняя ссылка|}}}|[{{{Внешняя ссылка}}}|{{{Название|{{{Внешняя ссылка}}}}}}]|}} |
| | Image = Cyborg.png{{!}}64px | | </div></div> |
| | ImagePadding = 0.2em | | </includeonly><noinclude> |
| | Content = Сюда нада чота писать | | <syntaxhighlight lang="wikitext" copy> |
| | DropdownTitle = Процесс создания | | {{PageList |
| | DropdownContent = Здесь сам процесс
| | |Тема = Security |
| | DropdownTextAlign = left | | |Изображение = Zombie.png |
| | |Страница = Зомби |
| | |Название= Труп ходячий |
| | }} |
| | </syntaxhighlight> |
| | {{:Участник:VINNET |
| | |Тема = Security |
| | |Изображение = Zombie.png |
| | |Внешняя ссылка = апхаха |
| | |Название = Космический закон |
| }} | | }} |
|
| |
|
| | | <syntaxhighlight lang="wikitext" copy> |
| | | {{PageList |
| {|class="wikitable mw-collapsible mw-collapsed" cellpadding="2px" cellspacing="0" style="width: 35em; margin: 1em;"
| | |Тема = Misc |
| |+ style="background-color:{{ColorPalette|{{{Цвет}}}|Primary}}; text-align: center;" | {{Название|{{{EquipmentRu}}}|{{{EquipmentEn}}}|{{{Image|Burger.png}}}{{!}}64px}}<br>
| | |Иконка = home |
| |- | | |Страница = Main_Page |
| | style="background-color: {{ColorPalette|Science|Light}};" |Категория: {{{Category|General}}} | | |Название = Заглавная страница |
| |style="background-color: {{ColorPalette|Yellow|Light}}" |Энергопотребление: {{#if: {{{Power|}}}|{{{Power|0}}} {{Popup|мАч|миллиампер-часов}}|Не потребляет}} | | |Положение = center |
| |- | | }} |
| | style="background-color: {{ColorPalette|Medical|Light}}" |Технические требования | | </syntaxhighlight> |
| {{{Tech|*Нет}}}
| | {{PageList |
| |style="background-color: {{ColorPalette|Engineering|Light}}" |Стоимость
| | |Тема = Misc |
| {{{Cost|*Сталь: 0}}} | | |Иконка = home |
| |- | | |Страница = Main_Page |
| | style="background-color: {{ColorPalette|Green|Light}};" colspan="2"|{{{Description|No Description}}} | | |Название = Заглавная страница |
| |- | | |Положение = center |
| | colspan="2"|Функционал
| |
| | |
| {{{Function|*Нет функционала}}}
| |
| {{#if: {{{Notes|}}}
| |
| |
| |
| {{!}}-
| |
| {{!}} style="background-color: {{ColorPalette|Gray|Light}}" colspan="2"{{!}} Примечания
| |
| | |
| {{{Notes}}}
| |
| }} | | }} |
| |}
| |
|
| |
|
| |
| <div class="flexbox-container" style="background-color: {{ColorPalette|{{{Color}}}|Transparent}};>
| |
|
| |
| <div class="flexbox-title" style="height: 70px; background-color: {{ColorPalette|{{{Color}}}Opaque}}; border-color: {{ColorPalette|{{{Color}}}|Opaque}};">
| |
|
| |
| <span class="flexbox-title" style="weight: 70px; height: 70px; border-color: {{ColorPalette|{{{Color}}}|Transparent}}; background: {{{TitleGradient}}};">
| |
| [[File:{{{Image|Burger.png}}}{{!}}64px]]
| |
| </span>
| |
|
| |
| <{{{TitleElement|span}}} class="flexbox-name" style="background-color: {{ColorPalette|{{{Color}}}|Light}}; background: {{{TitleGradient}}}">
| |
| {{Anchor|{{{TitleEn}}}}}{{{TitleRu|Русское название чего-то}}} ({{{TitleEn}}})
| |
| </{{{TitleElement|span}}}>
| |
| </div>
| |
|
| |
| <div class="flexbox-content">
| |
|
| |
| <div class="flexbox-container__text" style="border-color: {{ColorPalette|{{{Color}}}|Secondary}};"><div class="flexbox-desc">{{{Content}}}</div>
| |
| {{#if:{{{DropdownContent|}}}|{{Dropdown
| |
| | Title = {{{DropdownTitle|Подробно}}}
| |
| | Content = {{{DropdownContent}}}
| |
| | TitleStyles = background-color: {{ColorPalette|{{{Color}}}|Light}};
| |
| | ContentStyles = background-color: {{ColorPalette|{{{Color}}}|Transparent}}; border-color: {{ColorPalette|{{{Color}}}|Secondary}}; text-align: {{{DropdownTextAlign|center}}};
| |
| | Class = flexbox-dropdown
| |
| }}|}}</div></div><div class="tgui-blur"></div></div>
| |
{{PageList
|Тема = Security
|Изображение = Zombie.png
|Страница = Зомби
|Название= Труп ходячий
}}
{{PageList
|Тема = Misc
|Иконка = home
|Страница = Main_Page
|Название = Заглавная страница
|Положение = center
}}