Main Page: Difference between revisions
mNo edit summary Tag: 2017 source edit |
mNo edit summary Tag: 2017 source edit |
||
Line 3: | Line 3: | ||
<script> | <script> | ||
$(function() { | $(function() { | ||
var skinPreference = mw.user.options.get('skinPreference'); | |||
if (skinPreference) { | |||
var url = mw.util.getUrl('Main_Page', { skin: skinPreference }); | |||
window.location.href = url; | |||
} | |||
}); | }); | ||
</script> | </script> |
Revision as of 14:02, 1 August 2024
{{{{{raw}}}}
A geopolitical worldbuilding community & fictional encyclopedia
It is currently {{#invoke:IxTime|getCurrentIxTime}}
If you can spare a dollar or two to help maintain the site, please consider supporting Ixnay on Patreon.
Kelekona
Kelekona, officially the Crowned Republic of Kelekona (Kelekonese: Kelekona Lliawt'u Ripuwlikay), is a country on the northern coast of the Songun in central Crona. It is bordered to the north by Varshan, to the east by Titechaxha and Arcerion, and to the west by Ehemo, Riena Levsa, Kartejya, and Porlos. It covers over 742 thousand km2 and has a population of over 97 million people. The capital and largest city is Maktalin, which...
3,239
Starter pack
- Nation page (Mandatory)
- City page (Consider, especially when designing your capital)
- NPC page (Optional)
- Military equipment (Optional)
- List of Nations (Add your stats)
- BIS (As your nation develops, consider answers for these topics.)
From the community
On the wiki
{{{{{end}}}}}}
<script> $(function() { var skinPreference = mw.user.options.get('skinPreference'); if (skinPreference) { var url = mw.util.getUrl('Main_Page', { skin: skinPreference }); window.location.href = url; } }); </script>