User:Jph2/sandbox: Difference between revisions

From The World of Gotha
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 48: Line 48:
* Public Safety
* Public Safety


<br />
----
----
<br />
==Next up==
* [[Negasi highlands]] ([[:Category:Geography of Negasi]], [[:Catgory:Highlands]] (sub of [[:Category:Mountains]] (sub of [[:Category:Geography]])))
* [[Template:RegionInfobox]]
** Use conditionals to hide unused rows<br />
:: <code><nowiki>|- {{#if: {{{source|}}} | style="vertical-align:top" | style="display:none" }}</nowiki></code>
** Create [[Template:RegionInfobox/doc|doc]] subpage to replace [[Test region]]


'''[[Template:Information]]''' improvement.
<br />
* Use conditionals to hide unused rows<br />
: <code><nowiki>|- {{#if: {{{source|}}} | style="vertical-align:top" | style="display:none" }}</nowiki></code>
* Use conditionals to select license
** Maybe <code>#switch</code> with CC BY-SA 4.0 as default
*** BY-SA: CC BY-SA 4.0
*** BY-SA-3: CC BY-SA 3.0
*** PD: Public domain
*** GPL: [http://www.gnu.org/copyleft/gpl.html GNU General Public License]
** <s>Should to allow null value</s> ''permission'' should be a mandatory field
 
 
{{Information
| description = Test guy
| author = me
| permission = Some other text
}}
 
 
----
----


 
"Nothing to see here, folks. Move along."
<pre>{{#ifeq: {{NAMESPACE}} | User | The namespace is ''User'' | That's not correct}}</pre>
{{#ifeq: {{NAMESPACE}} | User | The namespace is ''User'' | That's not correct}}
 
 
 
<pre>
{{#if: {{{5}}} | :''Main articles: [[{{{1}}}|{{{l1|1}}}]], [[{{{2}}}|{{{l2|2}}}]], [[{{{3}}}|{{{l3|3}}}]], [[{{{4}}}|{{{l4|4}}}]], and [[{{{5}}}|{{{l5|5}}}]]''
| {{#if: {{{4}}} | :''Main articles: [[{{{1}}}|{{{l1|1}}}]], [[{{{2}}}|{{{l2|2}}}]], [[{{{3}}}|{{{l3|3}}}]], and [[{{{4}}}|{{{l4|4}}}]]''
| {{#if: {{{3}}} | :''Main articles: [[{{{1}}}|{{{l1|1}}}]], [[{{{2}}}|{{{l2|2}}}]], and [[{{{3}}}|{{{l3|3}}}]]''
| {{#if: {{{2}}} | :''Main articles: [[{{{1}}}|{{{l1|1}}}]] and [[{{{2}}}|{{{l2|2}}}]]''
| :''Main article: [[{{{1}}}|{{{l1|1}}}]]''
}} }} }} }}
</pre>
 
 
{{#if: 5 | :''Main articles: 1, 2, 3, 4, and 5''
| {{#if: 4 | :''Main articles: 1, 2, 3, and 4''
| {{#if: 3 | :''Main articles: 1, 2, and 3''
| {{#if: 2 | :''Main articles: 1 and 2''
| :''Main article: 1''
}} }} }} }}

Revision as of 22:26, 10 November 2024

Government of Negasi
Gwamnatin Negasi
Unitary republic
Negasi coat of arms
Coat of arms of Negasi
Formation January 30, 7634
Extinction {{{extinction}}}
Founding document {{{document}}}
State {{{state}}}
Country Negasi
Website {{{website}}}
Grand Chief
Head of state Rakanja Sadaka
Prime Scribe Someone who can write
{{{branch1_label3}}} {{{branch1_data3}}}
{{{branch1_label4}}} {{{branch1_data4}}}
Executive branch
Head of government Superintendent
Ayubu Owethu
Appointed by {{{appointed1_by}}}
{{{leader_type2}}} {{{leader_title2}}}
Appointed by {{{appointed2_by}}}
Main body Governance Committee
Headquarters Government House
Ministries 8
Legislative branch
Legislature Superior Council
Councillor General Nkechi Mogteyéri
{{{house1_leader2}}} {{{house1_leader2_name}}}
Councillor 600
Meeting place Parliament House

Middle house {{{house2_name}}}
{{{house2_leader1}}} {{{house2_leader1_name}}}
{{{house2_leader2}}} {{{house2_leader2_name}}}
{{{house2_member_title}}} {{{house2_members}}}
Meeting place {{{house2_place}}}

Lower house {{{house3_name}}}
{{{house3_leader1}}} {{{house3_leader1_name}}}
{{{house3_leader2}}} {{{house3_leader2_name}}}
{{{house3_member_title}}} {{{house3_members}}}
Meeting place {{{house3_place}}}
Judicial branch
Constitutional court Constitutional Court of Negasi
Inquisitor General Musa Tassila
Seat {{{court1_seat}}}
Superior court Superior Court of Cassation
Inquisitor General Afua Bereman
Seat Judiciary House

These are the 8 ministries:

  • Agriculture and Resources
  • Health and Welfare
  • Industry and Trade
  • Infrastructure and Transport
  • Global Affairs
  • Knowledge and Culture
  • National Defense
  • Public Safety




Next up

|- {{#if: {{{source|}}} | style="vertical-align:top" | style="display:none" }}



"Nothing to see here, folks. Move along."