1
0
portfolio/portfolio/jp/paints.html

75 lines
1.2 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>