Just download processwire and the skycraper template.
Changed the "floor" field name to "floors", then went to the template skyscraper-list-item.php and change:
<div class='uk-width-1-3 uk-width-small-1-5'>
<?=$floors?><br />
<small class='uk-text-muted'>floors</small>
</div>
to
<div class='uk-width-1-3 uk-width-small-1-5'>
<?=$floorss?><br />
<small class='uk-text-muted'>floors</small>
</div>
Now all skycraper have "floor" as empty value. What I'm missing? ?
Thanks!