- | 【 ";echo $me['nation']==0?"공 백 지":"{$nation['name']}";echo " 】 |
+ ; bgcolor==$nation['color']?>'>【=$nation['name']?>】 |
| 총주민 |
- {$totalpop}/{$maxpop} |
+ =number_format($currPop)?>/=number_format($maxPop)?> |
총병사 |
- {$general['totcrew']}/{$general['maxcrew']} |
+ =number_format($currCrew)?>/=number_format($maxCrew)?> |
국 력 |
- {$nation['power']} |
+ =$nation['power']?> |
| 국 고 |
- "; echo $nation['gold']==0?"-":"{$nation['gold']}"; echo " |
+ =number_format($nation['gold'])?> |
병 량 |
- "; echo $nation['rice']==0?"-":"{$nation['rice']}"; echo " |
+ =number_format($nation['rice'])?> |
세 율 |
- "; echo $me['nation']==0?"해당 없음":"{$nation['rate']} %"; echo " |
+ =$nation['rate']?> % |
| 세금/단기 |
- +$goldincomeList[0] / +$deadIncome |
+ +=number_format($goldIncome)?> / +=number_format($warIncome)?> |
세곡/둔전 |
- +$riceincomeList[0] / +$riceincomeList[1] |
+ +=number_format($$riceIncome)?> / +=number_format($$wallIncome)?> |
지급률 |
- "; echo $me['nation']==0?"해당 없음":"{$nation['bill']} %"; echo " |
+ =$nation['bill']?> % |
| 수입/지출 |
- +$goldincome / -$goldoutcome |
+ +=number_format($totalGoldIncome)?> / -=number_format($outcome)?> |
수입/지출 |
- +$riceincome / -$riceoutcome |
+ +=number_format($totalRiceIncome)?> / -=number_format($outcome)?> |
속 령 |
- $citycount |
+ =count($cityList)?> |
장 수 |
- {$nation['gennum']} |
+ =$nation['gennum']?> |
| 국고 예산 |
- {$budgetgold} ({$budgetgolddiff}) |
+ =number_format($budgetgold)?> (=$budgetgolddiff?>) |
병량 예산 |
- {$budgetrice} ({$budgetricediff}) |
+ =number_format($budgetrice)?> (=$budgetricediff?>) |
기술력 |
- ".floor($nation['tech'])." |
+ =number_format(floor($nation['tech']))?> |
작 위 |
- ".getNationLevel($nation['level'])." |
+ =getNationLevel($nation['level'])?> |
| 속령일람 : |
- ";
-for($j=0; $j < $citycount; $j++) {
- echo "$cityname[$j], ";
-}
-echo"
- |
+ =join(', ', $cityNames)?> |
| 국가열전 |
- ".ConvertLog($nation['history'])." |
+ =ConvertLog($nation['history'])?> |
-