| 
				   | 
				
| (4 intermediate revisions by the same user not shown) | 
| Line 1: | 
Line 1: | 
 | == How to create new pages ==  |  | = Guides =  | 
 | <p>In order to create a new page, you have multiple options to do so.
  |  | Welcome to the SoS Ledger Guides section!  | 
 | * URL: Simply write "https://sosledger.com/w/NEW PAGE" into your browser search bar. Remember to change out "NEW PAGE" with what your page is meant to be. 
  |  | 
 | * Search: Simply use the wiki search function. If it doesn't exist, it will give you a prompt to create the missing page.
  |  | 
 | * Red links: If there's a red link on any page, simply click it. You will then be prompted to create that page.</p>
  |  | 
 | <p>When you're on the "Create" page, you then click either "Create", or "Create Source". A lot of the page types we utilize has templates made, which will make it much easier for you to create new pages. We'll visit these in the next section.
  |  | 
 | Once you click "Save page", your new page has been created!</p>
  |  | 
 | 
  |  | 
  | 
 | == Using Templates ==
  |  | This category contains various guides and tutorials to help you understand and contribute to the wiki, as well as providing helpful information about State of Survival.  | 
 | <p>Most templates should have a "How to Use" segment included on their respective template pages. These work best when using "Create Source" or "Edit Source".</p>
  |  | 
 | === List of templates ===
  |  | 
 | {| class="wikitable sortable"
  |  | 
 | |+ '''SoS Ledger Template Guide'''
  |  | 
 | |-
  |  | 
 | ! Template Name
  |  | 
 | ! Purpose
  |  | 
 | ! How to Use
  |  | 
 | |-
  |  | 
 | | [[Template:Alliance Infobox]]
  |  | 
 | | Displays key information for Alliance pages in a structured box.
  |  | 
 | | Used within [[Template:Alliance Page]]. Parameters are `name`, `tag`, `image`, `leader`, `creation_date`, `status`, `server`, `alliance_ranking`, `members`.
  |  | 
 | |-
  |  | 
 | | [[Template:Alliance Page]]
  |  | 
 | | The primary template for creating new Alliance profiles. Includes the infobox and standard sections.
  |  | 
 | | `== Overview ==
  |  | 
 | A brief introduction to the alliance. When was it formed? What are its primary goals or reputation within the server?
  |  | 
 | 
  |  | 
  | 
 | == Leadership ==  |  | == Key Guide Hubs ==  | 
 | Details about the current and perhaps past leaders. You can expand on their contributions or leadership style here.
  |  | * '''[[Creating Wiki Pages|Creating Wiki Pages]]''' - A comprehensive guide on how to create standard Player, Alliance, and State pages using templates.  | 
 |  | * '''[[Templates Listing|SoS Ledger Templates List]]''' - A list of all available wiki templates and their basic usage.  | 
 | 
  |  | 
  | 
 | * '''Current Leader:''' [[PlayerName of Leader|Leader's Display Name]] (since YYYY-MM-DD)
  |  | You will find all other individual guide pages listed below.  | 
 | * '''Officers/Council:'''
  |  | 
 | ** [[PlayerName of Officer1|Officer 1 Display Name]]
  |  | 
 | ** [[PlayerName of Officer2|Officer 2 Display Name]]
  |  | 
 |    |  | 
 | == History ==
  |  | 
 | Chronological account of the alliance's significant milestones, events, and changes.
  |  | 
 |    |  | 
 | * '''YYYY-MM-DD:''' Alliance founded by [Founder's Name/Group].
  |  | 
 | * '''YYYY-MM-DD:''' Participated in [Major Event Name], achieving [Result].
  |  | 
 | * '''YYYY-MM-DD:''' Merged with/absorbed [Other Alliance Name].
  |  | 
 | * '''YYYY-MM-DD:''' [Notable achievement or challenge].
  |  | 
 |    |  | 
 | == Recruitment / Values ==
  |  | 
 | If applicable, information about the alliance's recruitment policies, values, or playstyle.
  |  | 
 |    |  | 
 | * '''Recruitment Status:''' Open/Closed/By Invitation
  |  | 
 | * '''Focus:''' PvP / PvE / Growth / Casual / Hardcore
  |  | 
 | * '''Key Values:''' Teamwork, Communication, Loyalty, etc.
  |  | 
 |    |  | 
 | == Associated Pages ==
  |  | 
 | Links to other relevant pages within the SoS Ledger that are connected to this entry.
  |  | 
 |    |  | 
 | * [[PlayerPage:PlayerName1]]
  |  | 
 | * [[EventPage:EventName]]
  |  | 
 | * [[StrategyGuide:AllianceDefense]]
  |  | 
 |    |  | 
 | [[Category:Alliances]]
  |  | 
 | [[Category:Alliances - States [State Number]]]` on a new page, then fill in details.
  |  | 
 | |-
  |  | 
 | | [[Template:How to use]]
  |  | 
 | | (Placeholder for general wiki usage instructions or specific template guides.)
  |  | 
 | | Links to specific usage guides, e.g., `[[Template:How to use#TemplateName]]`.
  |  | 
 | |-
  |  | 
 | |-
  |  | 
 | | [[Template:NewsArticle]]
  |  | 
 | | Formats content for news or event articles on the wiki.
  |  | 
 | | `
  |  | 
 |    |  | 
 |    |  | 
 |    |  | 
 | == Untitled News Article ==
  |  | 
 | <div class="news-template">
  |  | 
 |   <div class="news-header">
  |  | 
 |     <span class="news-date">{{CURRENTMONTHNAME}} {{CURRENTDAY}}, {{CURRENTYEAR}}</span>
  |  | 
 |     <span class="news-author">By {{{author}}}</span>
  |  | 
 |   </div>
  |  | 
 |    |  | 
 |   <div class="news-body">
  |  | 
 |     [[File:{{{image}}}|thumb|News Image]]{{!-- The image and caption will appear blank if no image is provided --}}
  |  | 
 |     <p>This is where the main news article content goes. Replace this with your actual news text.
  |  | 
 |     </p>
  |  | 
 |   </div>
  |  | 
 |    |  | 
 |   <div class="news-footer">
  |  | 
 |     <small>
  |  | 
 |       Tags: {{{tags}}}
  |  | 
 |       Source: {{{source}}}
  |  | 
 |     </small>
  |  | 
 |   </div>
  |  | 
 |    |  | 
 | </div>
  |  | 
 | [[Category:News]]` on a new news page.
  |  | 
 | |-
  |  | 
 | | [[Template:Player Infobox]]
  |  | 
 | | Displays key information for Player pages (e.g., name, power, alliance).
  |  | 
 | | Used within [[Template:Player Page]]. Parameters are `name`, `image`, `alliance`, `power`, `roles`, etc.
  |  | 
 | |-
  |  | 
 | | [[Template:Player Page]]
  |  | 
 | | The primary template for creating new Player profiles.
  |  | 
 | | `
  |  | 
 |    |  | 
 | == In-Game History ==
  |  | 
 | * '''Roles Held (e.g., Governor, R5, Officer):'''
  |  | 
 | * '''Notable Achievements:'''
  |  | 
 | <br>
  |  | 
 |    |  | 
 | == Personal Notes ==
  |  | 
 | * '''About the Player:'''
  |  | 
 | <br>
  |  | 
 |    |  | 
 | == Gallery ==
  |  | 
 | <gallery>
  |  | 
 | File:PlayerName_Card.jpg|Player Card
  |  | 
 | File:PlayerName_Settlement.jpg|Settlement Screenshot
  |  | 
 | </gallery>
  |  | 
 |    |  | 
 | == Relevant Pages ==
  |  | 
 | [[Category:Players]]
  |  | 
 | [[Category:Alliances]]
  |  | 
 | [[Category:States]]` on a new page, then fill in details.
  |  | 
 | |-
  |  | 
 | | [[Template:Quote]]
  |  | 
 | | Formats a block quote for easy readability.
  |  | 
 | | `{{Quote|Quote text here|Source/Attribution}}`
  |  | 
 | |-
  |  | 
 | | [[Template:State Infobox]]
  |  | 
 | | Displays key information for State pages (e.g., state number, governor, main alliances).
  |  | 
 | | Used within [[Template:State Page]]. Parameters are `number`, `governor`, `top_alliance`, etc.
  |  | 
 | |-
  |  | 
 | | [[Template:State Page]]
  |  | 
 | | The primary template for creating new State overview pages.
  |  | 
 | | `
  |  | 
 | {| class="infobox" style="float:right; clear:right; width:300px; font-size:90%; padding:0.5em 1em; border:1px solid #ccc;"
  |  | 
 | ! colspan="2" style="font-size:120%; background-color:#f2f2f2; text-align:center; padding:0.5em;" | State Information
  |  | 
 | |-
  |  | 
 | ! style="text-align:left; white-space:nowrap;" | State:
  |  | 
 | | <state number>
  |  | 
 | |-
  |  | 
 | ! style="text-align:left; white-space:nowrap;" | State Name:
  |  | 
 | | 
  |  | 
 | |- <state name>
  |  | 
 | ! style="text-align:left; white-space:nowrap;" | Foundation Date:
  |  | 
 | | <date of creation>
  |  | 
 | |-
  |  | 
 | ! style="text-align:left; white-space:nowrap;" | Current Governor:
  |  | 
 | | <current governor>
  |  | 
 | |-
  |  | 
 | ! style="text-align:left; white-space:nowrap;" | Top Alliances:
  |  | 
 | | <list of notable alliances>
  |  | 
 | |}
  |  | 
 |    |  | 
 | == History ==
  |  | 
 | * '''Founding Alliances:''' 
  |  | 
 | * '''Key Events:''' 
  |  | 
 | <br>
  |  | 
 |    |  | 
 | == Noteworthy Players ==
  |  | 
 |    |  | 
 | === Rally Leaders ===
  |  | 
 | This section highlights prominent players known for consistently leading rallies.
  |  | 
 | Add or remove rows as needed.
  |  | 
 | {| class="wikitable"
  |  | 
 | |+ State Rally Leaders
  |  | 
 | |-
  |  | 
 | ! Name
  |  | 
 | ! Alliance
  |  | 
 | ! Active From
  |  | 
 | ! Key Accomplishments
  |  | 
 | ! Notes
  |  | 
 | |-
  |  | 
 | | PlayerName1 <small>(Example - Replace with actual data)</small>
  |  | 
 | | [TAG1]
  |  | 
 | | YYYY/MM/DD
  |  | 
 | | Led the decisive rally for Wonder X
  |  | 
 | | Known for using full fighter rallies.
  |  | 
 | |-
  |  | 
 | | PlayerName2 <small>(Example - Replace with actual data)</small>
  |  | 
 | | [TAG2]
  |  | 
 | | YYYY/MM/DD
  |  | 
 | | Coordinated the attack on Lair Y
  |  | 
 | | Often rallied large groups for resource points.
  |  | 
 | |}
  |  | 
 |    |  | 
 | === State Leaders ===
  |  | 
 | This section lists other influential players, such as top might players or leaders (R5s) of major alliances.
  |  | 
 | Add or remove rows as needed.
  |  | 
 | {| class="wikitable"
  |  | 
 | |+ Top State Players / Alliance Leaders
  |  | 
 | |-
  |  | 
 | ! Name
  |  | 
 | ! Alliance
  |  | 
 | ! Role / Influence
  |  | 
 | ! Notes
  |  | 
 | |-
  |  | 
 | | PlayerA <small>(Example - Replace with actual data)</small>
  |  | 
 | | [TOP1]
  |  | 
 | | R5 of Strongest Alliance, Highest Might Player
  |  | 
 | | Pivotal in controlling territory.
  |  | 
 | |-
  |  | 
 | | PlayerB <small>(Example - Replace with actual data)</small>
  |  | 
 | | [TOP2]
  |  | 
 | | Influential R4, Major Donor
  |  | 
 | | Known for strategic insights.
  |  | 
 | |}
  |  | 
 |    |  | 
 | == Governor History ==
  |  | 
 | This section lists the history of Governors and any Invaders who took control of the Capital.
  |  | 
 | Please list them in ascending order (chronological order). Add or remove rows as needed.
  |  | 
 | {| class="wikitable"
  |  | 
 | |+ Governors and Invaders
  |  | 
 | |-
  |  | 
 | ! Role
  |  | 
 | ! Name
  |  | 
 | ! Took Command / Invaded At
  |  | 
 | ! Role
  |  | 
 | ! Name
  |  | 
 | ! Took Command / Invaded At
  |  | 
 | |-
  |  | 
 | | Governor #1
  |  | 
 | | [123] PlayerOne <small>(Example - Replace with actual data)</small>
  |  | 
 | | YYYY/MM/DD
  |  | 
 | | Governor #2
  |  | 
 | | [456] PlayerTwo <small>(Example - Replace with actual data)</small>
  |  | 
 | | YYYY/MM/DD
  |  | 
 | |-
  |  | 
 | | Governor #3
  |  | 
 | | [ABC] PlayerThree <small>(Example - Replace with actual data)</small>
  |  | 
 | | YYYY/MM/DD
  |  | 
 | | Invader
  |  | 
 | | [XYZ] PlayerInvader <small>(Example - Replace with actual data)</small>
  |  | 
 | | YYYY/MM/DD
  |  | 
 | |}
  |  | 
 |    |  | 
 | [[Category:States]]` on a new page, then fill in details.
  |  | 
 | |-
  |  | 
 | | [[Template:Stubs]]
  |  | 
 | | Marks a page as incomplete or lacking sufficient information.
  |  | 
 | | `{{Stubs}}` on the top of a page that meets these criteria.
  |  | 
 | |}
  |  |