|
|
Line 1: |
Line 1: |
| <div style="text-align:{{{textalign|left}}}">
| | |
| <infobox layout="stacked" accent-color-source="themecolor" accent-color-text-source="textcolor">
| | {{#css: *{display:none;} }} |
| <title source="title"><default>{{PAGENAME}}</default></title>
| |
| <image source="image">
| |
| <caption source="caption" />
| |
| </image>
| |
| <group collapse="open">
| |
| <header><big>'''Basic Information'''</big></header>
| |
| <data source="aliases"><label>Aliases</label></data>
| |
| <data source="alignments"><label>Alignments</label></data>
| |
| <data source="greatest_achievement"><label>Greatest achievement</label></data>
| |
| <data source="gangs"><label>Gangs</label></data>
| |
| </group>
| |
| <group collapse="open">
| |
| <header><big>'''Ideological Alignments'''</big></header>
| |
| <data source="civics"><label>Civics</label></data>
| |
| <data source="culture"><label>Culture</label></data>
| |
| <data source="diplomacy"><label>Diplomacy</label></data>
| |
| <data source="economics"><label>Economics</label></data>
| |
| <data source="Parties"><label>Political Parties and Movements</label></data>
| |
| <data source="philosophy"><label>Philosophy</label></data>
| |
| <data source="religion"><label>Religion</label></data>
| |
| <data source="social"><label>Social Alignments</label></data>
| |
| <data source="tech"><label>Science and Technology</label></data>
| |
| <data source="anti"><label>Antis</label></data>
| |
| <data source="other_alignments"><label>Miscallaneous Alignments</label></data>
| |
| </group>
| |
| <group collapse="open">
| |
| <header><big>'''Ideological Influences'''</big></header>
| |
| <data source="influences"><label>Influenced by</label></data>
| |
| <data source="influenced"><label>Influenced</label></data>
| |
| <data source="preceded"><label>Preceded</label></data>
| |
| <data source="succeeded"><label>Succeeded</label></data>
| |
| </group>
| |
| <group collapse="open">
| |
| <header><big>'''Ideological Information'''</big></header>
| |
| <data source="year"><label>Year</label></data>
| |
| <data source="country"><label>Region of origin</label></data>
| |
| <data source="founder"><label>Foundation</label></data>
| |
| <data source="theorists"><label>Notable Theorists</label></data>
| |
| <data source="ideas"><label>Notable ideas</label></data>
| |
| <data source="examples"><label>Notable Examples</label></data>
| |
| </group>
| |
| <group collapse="open">
| |
| <header>'''Variations'''</header>
| |
| <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>
| |
| </div>
| |
| <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}}}|Polcompball Anarchy 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
| |
| |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 =
| |
| }}
| |
| </pre>
| |
| </noinclude>
| |