Ps4-updatefeature.html: Difference between revisions

From PS4 Developer wiki
Jump to navigation Jump to search
(Created page with "== PS4 updatefeature == The ps4-updatefeature.html is shown when the user selects to view changes of the system update. <source lang="html4strict"> <!DOCTYPE HTML> <html ...")
 
(Added Update Feature Structure)
Line 46: Line 46:
</source>
</source>


PS4 Update Feature Structure
<nowiki>http://h</nowiki><span style="color: red;">&lt;Region&gt;</span>01.ps4.update.playstation.net/update/ps4/html/<span style="color: red;">&lt;Region&gt;</span>/<span style="color: green;">&lt;Language&gt;</span>/ps4-updatefeature.html
* <span style="color: red;">&lt;Region&gt;</span>=2 letter region abbreviation (jp,us,..)
* <span style="color: green;">&lt;Language&gt;</span>


{{Software}}
{{Software}}
<noinclude>[[Category:Main]]</noinclude>
<noinclude>[[Category:Main]]</noinclude>

Revision as of 07:53, 16 August 2019

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>