102 lines
1.6 KiB
HTML
102 lines
1.6 KiB
HTML
---
|
|
title: 塗料
|
|
logosub: "フィギュアペインター"
|
|
language: "jp"
|
|
---
|
|
|
|
<a href="/$language$/plamo.html" class="back-link">$text-plamo-back$</a><br/>
|
|
|
|
<hr/>
|
|
|
|
<h2>Mr. Hobby ラッカー</h2>
|
|
|
|
<table class="table table-light">
|
|
<tr>
|
|
<th>
|
|
色
|
|
</th>
|
|
<th>
|
|
番号
|
|
</th>
|
|
<th>
|
|
名前
|
|
</th>
|
|
<th class="d-none d-md-table-cell">
|
|
在庫あり
|
|
</th>
|
|
<th class="d-none d-md-table-cell">
|
|
合計
|
|
</th>
|
|
</tr>
|
|
$partial("templates/paints/lacquer-mr-hobby.html")$
|
|
</table>
|
|
|
|
<h2>Tamiya ラッカー</h2>
|
|
|
|
<table class="table table-light">
|
|
<tr>
|
|
<th>
|
|
色
|
|
</th>
|
|
<th>
|
|
番号
|
|
</th>
|
|
<th>
|
|
名前
|
|
</th>
|
|
<th class="d-none d-md-table-cell">
|
|
在庫あり
|
|
</th>
|
|
<th class="d-none d-md-table-cell">
|
|
合計
|
|
</th>
|
|
</tr>
|
|
$partial("templates/paints/lacquer-tamiya.html")$
|
|
</table>
|
|
|
|
<h2>ワニス</h2>
|
|
|
|
<table class="table table-light">
|
|
<tr>
|
|
<th>
|
|
Number
|
|
</th>
|
|
<th>
|
|
Name
|
|
</th>
|
|
<th class="d-none d-md-table-cell">
|
|
Stock
|
|
</th>
|
|
<th class="d-none d-md-table-cell">
|
|
Total
|
|
</th>
|
|
</tr>
|
|
$partial("templates/paints/varnish.html")$
|
|
</table>
|
|
|
|
<h2>Vallejo acryl</h2>
|
|
|
|
<table class="table table-light">
|
|
<tr>
|
|
<th>
|
|
色
|
|
</th>
|
|
<th>
|
|
番号
|
|
</th>
|
|
<th>
|
|
名前
|
|
</th>
|
|
<th class="d-none d-md-table-cell">
|
|
在庫あり
|
|
</th>
|
|
<th class="d-none d-md-table-cell">
|
|
合計
|
|
</th>
|
|
</tr>
|
|
$partial("templates/paints/acrylic-vallejo.html")$
|
|
</table>
|
|
|
|
<a href="/$language$/plamo.html" class="back-link">$text-plamo-back$</a>
|
|
<hr/>
|