Ps4-updatefeature.html

From PS4 Developer wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

PS4 updatefeature

The ps4-updatefeature.html is shown when the user selects to view changes of the system update.

<!DOCTYPE HTML>
<html lang="ja">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/default.css">
<link rel="stylesheet" href="css/common.css">
<link rel="stylesheet" href="css/style.css">
<title>PlayStation&reg;4 System Software Update</title>
</head>

<body>
<!-- #wrapper -->
<div id="wrapper"> 
 <!-- #contentWrapper -->
 <div id="contentWrapper"> 
  <!-- #contentHeader -->
  <div id="contentHeader">
   <h1>PlayStation&reg;4 System Software Update</h1>
  </div>
  <!-- / #contentHeader -->
  
  <!-- #content -->
  <div id="content"> 
   <!-- #contentBody -->
   <div id="contentBody"> 
    <!-- ---------------------------------------------------- -->
    <section class="sectionBox">
     <h2>PlayStation&reg;4 System Software Update Version 1.52</h2>
     <p>System software stability during use of some features has been improved.</p>
    </section>
    <!-- ---------------------------------------------------- --> 
   </div>
   <!-- / #contentBody -->
  </div>
  <!-- / #content -->
 </div>
 <!-- / #contentWrapper -->
</div>
<!-- / #wrapper -->
</body>
</html>

PS4 Update Feature Structure

http://h<Region>01.ps4.update.playstation.net/update/ps4/html/<Region>/<Language>/ps4-updatefeature.html
  • <Region> 2 letter region abbreviation (jp,us,..)
  • <Language> 2 letter language abbreviation (jp,us,..)