User Tools

Site Tools


sidebar

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
sidebar [2023/11/06 20:24] zxarrsidebar [2025/07/06 03:53] (current) – external edit 127.0.0.1
Line 1: Line 1:
-[[start|Zxarr's Random Wiki Homepage]]+[[start:Wiki Start]]
  
-  - [[home|Zxarr'Home]] +[[zxarr:home|Zxarr'Randomness]] 
-    [[mountain|Mountain Home]] +     * [[zxarr:about|About Zxarr]] 
-      [[closet|The Closet]] +       * [[zxarr:universe|Zxarr's Universe]] 
-    [[shipyard|Shipyard]] +       * [[zxarr:ships|Ship Information]] 
-    [[planet|The Planet]] +       * [[zxarr:structures|Structures]] 
-  [[ships|Ship Information]]+       * [[zxarr:beings|Beings]] 
 +       * [[zxarr:races|Races & Factions]] 
 +       * [[zxarr:organisations|Organizations]] 
 +       * [[zxarr:planets|Planets]] 
 +     * [[zxarr:timeline|Timeline]] 
 +      
 + 
 +\\ 
 +\\ 
 +\\ 
 +\\ 
 +\\ 
 +\\ 
 +\\ 
 +\\ 
 + 
 +<box 100% right round blue|Current Age> 
 +<PHP> 
 + 
 +$date1 = new DateTime("-30026-09-24"); 
 +$date2 = new DateTime('now'); 
 +$interval = $date1->diff($date2); 
 +echo $interval->y . " years, " . $interval->m." months, ".$interval->d." days."; 
 + 
 +// shows the total amount of days (not divided into years, months and days like above) 
 +// echo "difference " . $interval->days . " days "; 
 + 
 +</PHP> 
 +</box>  
sidebar.1699302273.txt.gz · Last modified: (external edit)