×
Create a new article
Write your page title here:
We currently have 2,496 articles on Polcompball Wiki. Type your article name above or click on one of the titles below and start writing!



Polcompball Wiki

Template:Ideology: Difference between revisions

No edit summary
mNo edit summary
 
(98 intermediate revisions by 27 users not shown)
Line 1: Line 1:
<infobox>
<div style="text-align:{{{textalign|left}}}">
  <title source="title1">
<infobox layout="stacked" accent-color-source="themecolor" accent-color-text-source="textcolor">
    <default>{{PAGENAME}}</default>
    <title source="title"><default>{{PAGENAME}}</default></title>
  </title>
    <image source="image">
  <image source="image1">
    <caption source="caption" />
    <caption source="caption1"/>
</image>
  </image>
<group collapse="open">
  <group>
    <header><big>'''Basic Information'''</big></header>
    <header>Basic Info</header>
    <data source="aliases"><label>Aliases</label></data>
    <data source="aliases">
    <data source="alignments"><label>Alignments</label></data>
      <label>Aliases</label>
        <data source="greatest_achievement"><label>Greatest achievement</label></data>
    </data>
        <data source="gangs"><label>Gangs</label></data>
    <data source="quadrant(s)">
</group>
      <label>Quadrant(s)</label>
<group collapse="open">
    </data>
    <header><big>'''Ideological Alignments'''</big></header>
    <data source="family">
    <data source="civics"><label>Civics</label></data>
      <label>Family</label>
        <data source="culture"><label>Culture</label></data>
    </data>
        <data source="diplomacy"><label>Diplomacy</label></data>
    <data source="greatest_achievement">
    <data source="economics"><label>Economics</label></data>
      <label>Greatest achievement</label>
        <data source="Parties"><label>Political Parties and Movements</label></data>
    </data>
        <data source="philosophy"><label>Philosophy</label></data>
  </group>
        <data source="people_alignments"><label>People</label></data>
  <group>
    <data source="religion"><label>Religion</label></data>
    <header>Is of Importants</header>
        <data source="social"><label>Social Alignments</label></data>
    <data source="gangs">
    <data source="tech"><label>Science and Technology</label></data>
      <label>Gangs</label>
    <data source="anti"><label>Antis</label></data>
     </data>
    <data source="other_alignments"><label>Miscallaneous Alignments</label></data>
     <data source="likes">
    </group>
      <label>Likes</label>
<group collapse="open">
    </data>
    <header><big>'''Ideological Influences'''</big></header>
    <data source="dislikes">
    <data source="influences"><label>Influenced by</label></data>
      <label>Dislikes</label>
    <data source="influenced"><label>Influenced</label></data>
    </data>
        <group layout="horizontal" show="incomplete">
  </group>
        <data source="preceded"><label>Preceded</label></data>
  <group>
        <data source="succeeded"><label>Succeeded</label></data>
    <header>Education</header>
        </group>
    <data source="definition">
     </group>
      <label>Definition</label>
     <group collapse="open">
     </data>
        <header><big>'''Ideological Information'''</big></header>
    <data source="book">
        <data source="year"><label>Year</label></data>
      <label>Book</label>
        <data source="country"><label>Region of origin</label></data>
    </data>
        <data source="founder"><label>Foundation</label></data>
    <data source="country">
        <data source="theorists"><label>Notable Theorists</label></data>
      <label>Region of Origin</label>
<data source="ideas"><label>Notable Ideas</label></data>
    </data>
        <data source="examples"><label>Notable Examples</label></data>
    <data source="founder">
</group>
      <label>Founder</label>
    <group collapse="open">
    </data>
        <header>'''Variations'''</header>
  </group>
<data source="sub"><label>Sub-Ideologies</label></data>
<data source="school"><label>Schools of Thought</label></data>
<data source="variants"><label>Schools of Thought</label></data>
<data source="regional"><label>Regional Variants</label></data>
</group>
     <group collapse="open">
        <header>'''Character Information'''</header>
    <data source="family"><label>Family</label></data>
        <data source="book"><label>Book</label></data>
        <data source="movie"><label>Movie</label></data>
        <data source="likes"><label>Likes</label></data>
        <data source="dislikes"><label>Dislikes</label></data>
        <data source="song"><label>Song</label></data>
    </group>
</infobox>
</infobox>
<noinclude>
</div>
Example usage:<pre>
<includeonly>
{{#seo:
|title=Free Polcompball 
|title_mode=append
|image={{{image}}}
|description={{{shortdesc|}}}
|image_alt=
|keywords={{#if:{{{keywords|}}}|{{{keywords}}}|}}{{PAGENAME}}, Free Polcompball WIki, FreePCB
|image_alt={{#if:{{{imagealt|}}}|{{{imagealt}}}|{{PAGENAME}}ball}}
|site_name=Free Polcompball
|author={{#if:{{{author|}}}|{{{author}}}|Free Polcompball Wiki User}}
|published_time={{#if:{{{publishedtime|}}}|{{{publishedtime}}}|Unknown}}
}}
{{#if:{{{bordercolor|}}}|{{#css:
.portable-infobox {
border: {{{border|5px}}} solid {{{bordercolor|black}}};border-radius:5px
}
}}}}
{{#if:{{{infoboxbackground}}}|{{#css:
.portable-infobox.pi-background {
background-color:{{{infoboxbackground}}};
}
}}}}
[[Category:Ideologies]]
</includeonly><noinclude>
==Code==
<pre>
{{Ideology
{{Ideology
|title1=Example
|title =  
|image1=Example
|image =  
|caption1=Example
|caption =  
|row12=Example
|aliases =
|aliases=Example
|alignments =
|quadrant(s)=Example
|greatest_achievement =
|family=Example
|gangs =
|greatest_achievement=Example
|influences =
|gangs=Example
|philosophy =
|likes=Example
|influenced =
|dislikes=Example
|anti =
|definition=Example
|social =
|book=Example
|economics =
|country=Example
|culture =
|founder=Example
|civics =
|diplomacy =
|religion =
|preceded =
|succeeded =
|year =
|country =  
|founder =
|theorists =
|ideas =
|examples =
|sub =  
|school =  
|regional =  
|book =  
|movie =  
|likes =  
|dislikes =  
|song =  
|infoboxbackground =
|bordercolor =  
|themecolor =  
|textcolor =  
}}
}}
</pre>
</pre>
</noinclude>
</noinclude>

Latest revision as of 05:57, 18 September 2024

Code

{{Ideology
|title = 
|image = 
|caption = 
|aliases = 
|alignments = 
|greatest_achievement = 
|gangs = 
|influences = 
|philosophy =
|influenced = 
|anti =
|social =
|economics =
|culture =
|civics =
|diplomacy =
|religion =
|preceded = 
|succeeded = 
|year = 
|country = 
|founder = 
|theorists = 
|ideas = 
|examples = 
|sub = 
|school = 
|regional = 
|book = 
|movie = 
|likes = 
|dislikes = 
|song = 
|infoboxbackground = 
|bordercolor = 
|themecolor = 
|textcolor = 
}}