fandom>Lunaisreal312313 (Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption-image1"/> </image> <group> <header source="header1">Section Header</header> <data source="leader(s)"> <label>Leader(s)</label> </data> <data source="goal"> <label>Goal</label> </data> <data source="affiliates"> <label>Affiliates</label> </data> <data source="known_members"> <l...") |
m (1 revision imported: templates) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<infobox> | <noinclude><!-- Do not change the formatting of the code! It makes the infobox look weird for some reason! ---> </noinclude> | ||
<noinclude><b>The following template was borrowed from the [https://daniellarson.wiki Daniel Larson Wiki!] Go check them out!</b></noinclude> | |||
< | <div class="infobox" style="float:right; min-width: 22em; max-width: {{{maxwidth|280px}}}; font-size: 88%; line-height: 1.5em; margin: 5px; text-align: left; border: 1px solid #aaa; background-color: #f9f9f9;"> | ||
<div style="font-size: 110%; font-weight: bold; background-color: #ccc; text-align: center; padding: 5px 0;">{{{infoboxHeader|{{PAGENAME}}}}}</div> | |||
<div style="margin: 0 5px 5px;> | |||
{{#if: {{{image|}}} | | |||
<div style="margin: 5px 0 0; text-align: center;">[[File:{{{image}}}|175px]]</div> | |||
}} | |||
<div style="{{#if: {{{imageDesc|}}} | | display: none; }}"> | |||
<small><div style="margin: 5px 0 0; padding: 0 2px 0; text-align: center; max-width:270px">''{{{imageDesc}}}''</div></small> | |||
</div> | |||
<div style="{{#if: {{{name|}}} | | display: none; }}"> | |||
<div style="margin: 5px 0 0; padding: 0 3px 0; border-top: 1px solid #aaa;"><b>Name</b>: {{{name}}}</div> | |||
</div> | |||
<div style="{{#if: {{{knownfor|}}} | | display: none; }}"> | |||
<div style="margin: 5px 0 0; padding: 0 3px 0; border-top: 1px solid #aaa;"><b>Known for</b>: {{{knownfor}}}</div> | |||
</div> | |||
<div style="{{#if: {{{Knownas|}}} | | display: none; }}"> | |||
<div style="padding: 0 3px 0; border-top: 1px solid #aaa;"><b>Aliases</b>: {{{Knownas}}}</div> | |||
</div> | |||
<div style="{{#if: {{{timeActive|}}} | | display: none; }}"> | |||
<div style="margin: 5px 0 0; text-align: center; border-top: 1px solid #aaa;">'''Time Active''': {{{timeActive}}}</div> | |||
</ | </div> | ||
<div style="{{#if: {{{Alignment|}}} | | display: none; }}"> | |||
<div style="padding: 0 3px 0; border-top: 1px solid #aaa;"><b>Alignment</b>: {{{Alignment}}}{{#ifeq: {{{Alignment}}}|Management|[[Category:Management]]|}}{{#ifeq: {{{Alignment}}}|Manager|[[Category:Management]]|}}{{#ifeq: {{{Alignment}}}|Troll|[[Category:Trolls]]|}}{{#ifeq: {{{Alignment}}}|Enabler|[[Category:Enablers]]|}}{{#ifeq: {{{Alignment}}}|White Knight|[[Category:Enablers]]|}}{{#ifeq: {{{Alignment}}}|No Alignment|[[Category:No Alignment]]|}}</div> | |||
</div> | |||
<div style="{{#if: {{{Purpose|}}} | | display: none; }}"> | |||
<div style="padding: 0 3px 0; border-top: 1px solid #aaa;"><b>Purpose</b>: {{{Purpose}}}</div> | |||
</div> | |||
<div style="{{#if: {{{Notable members|}}} | | display: none; }}"> | |||
<div style="padding: 0 3px 0; border-top: 1px solid #aaa;"><b>Notable members</b>: {{{Notable members}}}</div> | |||
</div> | |||
<div style="{{#if: {{{affiliations|}}} | | display: none; }}"> | |||
<div style="padding: 0 3px 0; border-top: 1px solid #aaa;"><b>affiliations</b>: {{{affiliations}}}</div> | |||
</div> | |||
<div style="{{#if: {{{created in|}}} | | display: none; }}"> | |||
<div style="margin: 5px 0 0; padding: 0 3px 0; border-top: 1px solid #aaa;"><b>created in</b>: {{{created in}}}</div> | |||
</div> | |||
<div style="{{#if: {{{disbanded in|}}} | | display: none; }}"> | |||
<div style="margin: 5px 0 0; padding: 0 3px 0; border-top: 1px solid #aaa;"><b>disbanded in</b>: {{{disbanded in}}}</div> | |||
</div> | |||
</div> | |||
</div> | |||
<noinclude> | <noinclude> | ||
<noinclude> | |||
< | Parameters are the same as Template:Infobox, with some minor adjustments made to it. The following parameters have been added: | ||
<templatedata> | <templatedata> | ||
{"params":{" | { | ||
"params": { | |||
"Purpose": { | |||
"label": "Purpose", | |||
"description": "Reason for the group forming" | |||
}, | |||
"Notable members": { | |||
"label": "Notable members", | |||
"description": "Notable members of the group" | |||
}, | |||
"affiliations": { | |||
"label": "Affiliated with", | |||
"description": "People/other groups this group is affiliated with" | |||
}, | |||
"created in": { | |||
"label": "created in", | |||
"description": "Time of date the group was created", | |||
"suggested": true | |||
}, | |||
"disbanded in": { | |||
"label": "disbanded in", | |||
"description": "time that the group disbanded" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"Purpose", | |||
"Notable members", | |||
"affiliations", | |||
"created in", | |||
"disbanded in" | |||
] | |||
} | |||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Latest revision as of 15:31, 29 December 2024
The following template was borrowed from the Daniel Larson Wiki! Go check them out!
Group
Parameters are the same as Template:Infobox, with some minor adjustments made to it. The following parameters have been added:
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Purpose | Purpose | Reason for the group forming | Unknown | optional |
Notable members | Notable members | Notable members of the group | Unknown | optional |
Affiliated with | affiliations | People/other groups this group is affiliated with | Unknown | optional |
created in | created in | Time of date the group was created | Unknown | suggested |
disbanded in | disbanded in | time that the group disbanded | Unknown | optional |