Category:Wiki Guides: Difference between revisions

Created page with "== How to create new pages == <p>In order to create a new page, you have multiple options to do so. * 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 cre..."
 
No edit summary
Line 9: Line 9:
== Using Templates ==
== Using Templates ==
<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>
<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"
{| class="wikitable sortable"
|+ '''SoS Ledger Template Guide'''
|+ '''SoS Ledger Template Guide'''
Line 19: Line 18:
| [[Template:Alliance Infobox]]
| [[Template:Alliance Infobox]]
| Displays key information for Alliance pages in a structured box.
| 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`.
| Used within [[Template:Alliance Page]]. Parameters are <nowiki>name</nowiki>, <nowiki>tag</nowiki>, <nowiki>image</nowiki>, <nowiki>leader</nowiki>, <nowiki>creation_date</nowiki>, <nowiki>status</nowiki>, <nowiki>server</nowiki>, <nowiki>alliance_ranking</nowiki>, <nowiki>members</nowiki>.
|-
| [[Template:Alliance Infobox Test]]
| (Placeholder for testing new infobox features or variations.)
| For internal testing only.
|-
|-
| [[Template:Alliance Page]]
| [[Template:Alliance Page]]
| The primary template for creating new Alliance profiles. Includes the infobox and standard sections.
| The primary template for creating new Alliance profiles. Includes the infobox and standard sections.
| `== Overview ==
| <nowiki>{{subst:Alliance Page}}</nowiki> on a new page, then fill in details.
A brief introduction to the alliance. When was it formed? What are its primary goals or reputation within the server?
 
== Leadership ==
Details about the current and perhaps past leaders. You can expand on their contributions or leadership style here.
 
* '''Current Leader:''' [[PlayerName of Leader|Leader's Display Name]] (since YYYY-MM-DD)
* '''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]]
| [[Template:How to use]]
| (Placeholder for general wiki usage instructions or specific template guides.)
| (Placeholder for general wiki usage instructions or specific template guides.)
| Links to specific usage guides, e.g., `[[Template:How to use#TemplateName]]`.
| Links to specific usage guides, e.g., <nowiki>[[Template:How to use#TemplateName]]</nowiki>.
|-
|-
| [[Template:Infobox Test]]
| (Placeholder for general infobox testing.)
| For internal testing only.
|-
|-
| [[Template:NewsArticle]]
| [[Template:NewsArticle]]
| Formats content for news or event articles on the wiki.
| Formats content for news or event articles on the wiki.
| `
| <nowiki>{{subst:NewsArticle}}</nowiki> on a new news page.
 
|-
 
| [[Template:PlayerGallery]]
 
| Displays a gallery of player images.
== Untitled News Article ==
| <nowiki>{{PlayerGallery|image1.jpg|image2.jpg}}</nowiki>
<div class="news-template">
|-
  <div class="news-header">
| [[Template:Player Gallery]]
    <span class="news-date">{{CURRENTMONTHNAME}} {{CURRENTDAY}}, {{CURRENTYEAR}}</span>
| ''(Possible duplicate/variant of [[Template:PlayerGallery]]. Please clarify its distinct purpose.)''
    <span class="news-author">By {{{author}}}</span>
| ''(Usage depends on its specific role.)''
  </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]]
| [[Template:Player Infobox]]
| Displays key information for Player pages (e.g., name, power, alliance).
| Displays key information for Player pages (e.g., name, power, alliance).
| Used within [[Template:Player Page]]. Parameters are `name`, `image`, `alliance`, `power`, `roles`, etc.
| Used within [[Template:Player Page]]. Parameters are <nowiki>name</nowiki>, <nowiki>image</nowiki>, <nowiki>alliance</nowiki>, <nowiki>power</nowiki>, <nowiki>roles</nowiki>, etc.
|-
|-
| [[Template:Player Page]]
| [[Template:Player Page]]
| The primary template for creating new Player profiles.
| The primary template for creating new Player profiles.
| `
| <nowiki>{{subst:Player Page}}</nowiki> on a new page, then fill in details.
 
== 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]]
| [[Template:Quote]]
| Formats a block quote for easy readability.
| Formats a block quote for easy readability.
| `{{Quote|Quote text here|Source/Attribution}}`
| <nowiki>{{Quote|Quote text here|Source/Attribution}}</nowiki>
|-
|-
| [[Template:State Infobox]]
| [[Template:State Infobox]]
| Displays key information for State pages (e.g., state number, governor, main alliances).
| 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.
| Used within [[Template:State Page]]. Parameters are <nowiki>number</nowiki>, <nowiki>governor</nowiki>, <nowiki>top_alliance</nowiki>, etc.
|-
|-
| [[Template:State Page]]
| [[Template:State Page]]
| The primary template for creating new State overview pages.
| The primary template for creating new State overview pages.
| `
| <nowiki>{{subst:State Page}}</nowiki> on a new page, then fill in details.
{| 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]]
| [[Template:Stubs]]
| Marks a page as incomplete or lacking sufficient information.
| Marks a page as incomplete or lacking sufficient information.
| `{{Stubs}}` on the top of a page that meets these criteria.
| <nowiki>{{Stubs}}</nowiki> (or <nowiki>{{Stubs|type=history}}</nowiki> for specific missing info).
|}
|}
== Combining Templates ==