Main Page: Difference between revisions

From WikiLegend
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
<strong>MediaWiki has been installed.</strong>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title id="wiki-title">Wiki Homepage</title>
  <style>
    body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
      background-color: #f0f8ff;
    }
    .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }
    .header {
      background-color: #4682b4;
      color: white;
      padding: 10px;
      text-align: center;
      border-radius: 5px 5px 0 0;
    }
    .header p {
      font-size: 0.9em;
      margin: 5px 0;
    }
    .content {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      margin-top: 20px;
    }
    .left-column, .right-column {
      flex: 1;
      min-width: 300px;
      background-color: white;
      border: 1px solid #ccc;
      border-radius: 5px;
      padding: 15px;
    }
    .right-column {
      background-color: #e6f0fa;
    }
    .article {
      margin-bottom: 20px;
    }
    .article h3 {
      margin: 0 0 10px;
      color: #333;
    }
    .article p {
      margin: 0;
      font-size: 0.95em;
      line-height: 1.5;
    }
    .tools {
      background-color: #4682b4;
      color: white;
      padding: 10px;
      text-align: center;
      border-radius: 5px;
      margin-top: 20px;
    }
    .tools a {
      color: white;
      text-decoration: none;
      margin: 0 15px;
      font-weight: bold;
    }
    .tools a:hover {
      text-decoration: underline;
    }
    .infobox {
      border-collapse: collapse;
      background: #f9f9f9;
      border: 1px solid #aaa;
      width: 22em;
      font-size: 90%;
      text-align: left;
      margin: 10px 0;
    }
    .infobox th {
      background: #d0e0f0;
      padding: 4px;
    }
    .infobox td {
      padding: 4px;
    }
    .infobox .image-cell {
      text-align: center;
    }
  </style>
</head>
<body>
  <div class="container">
    <div class="header">
      <h1>Welcome to <span id="wiki-name-header">MyWiki</span></h1>
      <p><span id="wiki-name-sub">MyWiki</span> features many encyclopedia articles by our Verified team.<br>
      If you want to make edits on any existing <span id="wiki-name-sub2">MyWiki</span> page or create a new <span id="wiki-name-sub3">MyWiki</span> page, you can!</p>
    </div>
    <div class="content">
      <div class="left-column">
        <h2>Featured Article</h2>
        <div class="article">
          <h3>Alex Carter, a visionary tech innovator</h3>
          <p>Alex Carter, born in Canada, is renowned for his contributions to artificial intelligence and sustainable tech solutions. As the CEO of TechFuture Innovations, he has pioneered advancements in machine learning algorithms, earning him numerous awards, including the Global Tech Leader Award in 2023. Carter is also a passionate advocate for environmental sustainability.</p>
          <table class="infobox">
            <tr>
              <th colspan="2">Alex Carter</th>
            </tr>
            <tr>
              <td colspan="2" class="image-cell">[Placeholder for Alex Carter image | 250px]</td>
            </tr>
            <tr>
              <th scope="row">Born</th>
              <td>January 15, 1985</td>
            </tr>
            <tr>
              <th scope="row">Nationality</th>
              <td>Canadian</td>
            </tr>
            <tr>
              <th scope="row">Occupation</th>
              <td>CEO of TechFuture Innovations</td>
            </tr>
            <tr>
              <th scope="row">Known for</th>
              <td>AI Innovations, Sustainability Advocacy</td>
            </tr>
          </table>
        </div>
        <div class="article">
          <h3>Luna Martinez, a rising star in astronomy</h3>
          <p>Luna Martinez, an astrophysicist from Spain, has gained international recognition for her groundbreaking research on exoplanets. At just 29, she has published over 20 papers and is a key member of the International Exoplanet Research Consortium. Martinez is also dedicated to inspiring young women in STEM through her outreach programs.</p>
        </div>
      </div>
      <div class="right-column">
        <h2>About <span id="wiki-name-about">MyWiki</span></h2>
        <p><span id="wiki-name-about-sub">MyWiki</span> is an online open encyclopedia and news platform that allows users to create and manage their own pages. It mirrors Wikipedia while offering a user-friendly experience and more flexible notability standards, making it an ideal launchpad for individuals and businesses.</p>
        <h2>Administration</h2>
        <p>Our verified editors ensure information accuracy and quality. They can assist you in creating or updating your page.</p>
        <h2>Need Help?</h2>
        <p>Our editors are here to assist with creating or updating your page.</p>
      </div>
    </div>
    <div class="tools">
      <a href="#">Upload files</a>
      <a href="#">Create your page</a>
    </div>
  </div>


Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.
  <script>
    // Define the wiki name here
    const wikiName = "MyWiki"; // Replace "MyWiki" with your actual wiki name


== Getting started ==
    // Update all elements with the wiki name
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]
    document.getElementById("wiki-name-header").textContent = wikiName;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]
    document.getElementById("wiki-name-sub").textContent = wikiName;
* [https://lists.wikimedia.org/postorius/lists/mediawiki-announce.lists.wikimedia.org/ MediaWiki release mailing list]
    document.getElementById("wiki-name-sub2").textContent = wikiName;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]
    document.getElementById("wiki-name-sub3").textContent = wikiName;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]
    document.getElementById("wiki-name-about").textContent = wikiName;
    document.getElementById("wiki-name-about-sub").textContent = wikiName;
    document.getElementById("wiki-title").textContent = wikiName + " Homepage";
  </script>
</body>
</html>

Revision as of 16:26, 4 June 2025

<!DOCTYPE html> <html lang="en"> <head>

 <meta charset="UTF-8">
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
 <title id="wiki-title">Wiki Homepage</title>
 <style>
   body {
     font-family: Arial, sans-serif;
     margin: 0;
     padding: 0;
     background-color: #f0f8ff;
   }
   .container {
     max-width: 1200px;
     margin: 0 auto;
     padding: 20px;
   }
   .header {
     background-color: #4682b4;
     color: white;
     padding: 10px;
     text-align: center;
     border-radius: 5px 5px 0 0;
   }
   .header p {
     font-size: 0.9em;
     margin: 5px 0;
   }
   .content {
     display: flex;
     flex-wrap: wrap;
     gap: 20px;
     margin-top: 20px;
   }
   .left-column, .right-column {
     flex: 1;
     min-width: 300px;
     background-color: white;
     border: 1px solid #ccc;
     border-radius: 5px;
     padding: 15px;
   }
   .right-column {
     background-color: #e6f0fa;
   }
   .article {
     margin-bottom: 20px;
   }
   .article h3 {
     margin: 0 0 10px;
     color: #333;
   }
   .article p {
     margin: 0;
     font-size: 0.95em;
     line-height: 1.5;
   }
   .tools {
     background-color: #4682b4;
     color: white;
     padding: 10px;
     text-align: center;
     border-radius: 5px;
     margin-top: 20px;
   }
   .tools a {
     color: white;
     text-decoration: none;
     margin: 0 15px;
     font-weight: bold;
   }
   .tools a:hover {
     text-decoration: underline;
   }
   .infobox {
     border-collapse: collapse;
     background: #f9f9f9;
     border: 1px solid #aaa;
     width: 22em;
     font-size: 90%;
     text-align: left;
     margin: 10px 0;
   }
   .infobox th {
     background: #d0e0f0;
     padding: 4px;
   }
   .infobox td {
     padding: 4px;
   }
   .infobox .image-cell {
     text-align: center;
   }
 </style>

</head> <body>

Welcome to MyWiki

MyWiki features many encyclopedia articles by our Verified team.
If you want to make edits on any existing MyWiki page or create a new MyWiki page, you can!

Featured Article

Alex Carter, a visionary tech innovator

Alex Carter, born in Canada, is renowned for his contributions to artificial intelligence and sustainable tech solutions. As the CEO of TechFuture Innovations, he has pioneered advancements in machine learning algorithms, earning him numerous awards, including the Global Tech Leader Award in 2023. Carter is also a passionate advocate for environmental sustainability.

Alex Carter
[Placeholder for Alex Carter image | 250px]
Born January 15, 1985
Nationality Canadian
Occupation CEO of TechFuture Innovations
Known for AI Innovations, Sustainability Advocacy

Luna Martinez, a rising star in astronomy

Luna Martinez, an astrophysicist from Spain, has gained international recognition for her groundbreaking research on exoplanets. At just 29, she has published over 20 papers and is a key member of the International Exoplanet Research Consortium. Martinez is also dedicated to inspiring young women in STEM through her outreach programs.

About MyWiki

MyWiki is an online open encyclopedia and news platform that allows users to create and manage their own pages. It mirrors Wikipedia while offering a user-friendly experience and more flexible notability standards, making it an ideal launchpad for individuals and businesses.

Administration

Our verified editors ensure information accuracy and quality. They can assist you in creating or updating your page.

Need Help?

Our editors are here to assist with creating or updating your page.

     <a href="#">Upload files</a>
     <a href="#">Create your page</a>
 <script>
   // Define the wiki name here
   const wikiName = "MyWiki"; // Replace "MyWiki" with your actual wiki name
   // Update all elements with the wiki name
   document.getElementById("wiki-name-header").textContent = wikiName;
   document.getElementById("wiki-name-sub").textContent = wikiName;
   document.getElementById("wiki-name-sub2").textContent = wikiName;
   document.getElementById("wiki-name-sub3").textContent = wikiName;
   document.getElementById("wiki-name-about").textContent = wikiName;
   document.getElementById("wiki-name-about-sub").textContent = wikiName;
   document.getElementById("wiki-title").textContent = wikiName + " Homepage";
 </script>

</body> </html>