Template:MoveListRow: Difference between revisions

Template page
No edit summary
No edit summary
 
(20 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<div class="moveListRow" style="background:#ccc;">
<div class="row {{{5}}}">
   <div class="moveListCell">
   <div class="moveListCell" style="width:20%;">{{{1}}}</div>
      {{{1}}}
   <div class="moveListCell" style="width:25%;"> {{{2}}} </div>
  </div>
   <div class="moveListCell right" style="width:15%;">{{{3}}}</div>
   <div class="moveListCell">
   <div class="moveListCell" style="width:40%;"> {{{4}}}</div>
      {{{2}}}
  </div>
   <div class="moveListCell">
      {{{3}}}
  </div>
   <div class="moveListCell">
      {{{4}}}
  </div>
</div>
</div>

Latest revision as of 07:51, 7 December 2020

{{{1}}}
{{{2}}}
{{{3}}}
{{{4}}}