Difference between revisions of "Template:Magic system"

From The Coppermind
Jump to navigation Jump to search
(Created page with "{{Infobox|title={{{system|Unknown}}}|<!-- -->{{Infobox/row|Located on|{{{located|Unknown}}}|}}<!-- -->{{Infobox/row|Related to|{{{related|Unknown}}}|}}<!-- -->{{Infobox/row|[[...")
 
m
(32 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{Infobox|title={{{system|Unknown}}}|<!--
+
{{Infobox|title={{{name|{{PAGENAME}}}}}|id=magic_system|
  +
-->{{Infobox/row|Located on|{{{located|Unknown}}}|}}<!--
 
  +
{{#if:{{{image|}}} |{{row/image+artist | {{{image}}}<!-- -->}}|}}
-->{{Infobox/row|Related to|{{{related|Unknown}}}|}}<!--
 
  +
-->{{Infobox/row|[[Focus]]|{{{focus|Unknown}}}|}}<!--
 
  +
{{#if:{{{related|}}} |{{row/kv| Related to |{{{related}}}<!-- -->}}|}}
-->{{Infobox/row|Prerequisites|{{{prereq|Unknown}}}|}}<!--
 
  +
{{#if:{{{focus|}}} |{{row/kv| [[Focus]] |{{{focus}}}<!-- -->}}|}}
-->{{Infobox/row|Type|{{{type|Unknown}}}|}}
 
  +
{{#if:{{{prereq|}}} |{{row/kv| Prerequisites |{{{prereq}}}<!-- -->}}|}}
  +
{{#if:{{{type|}}} |{{row/kv| Type |{{{type}}}<!-- -->}}|}}
  +
  +
<!-- world & universe -->
  +
{{#if:{{{earth|}}} |{{row/kv| World |[[Earth ({{{earth}}})]]<!-- -->}}|}}
  +
{{#if:{{{world|}}} |{{row/kv| World |[[{{{world}}}]]<!-- -->}}|}}
  +
{{#if:{{{'world|}}} |{{row/kv| World |{{{'world}}} {{raw/world}}<!-- -->}}|}}
  +
{{#if:{{{universe|}}} |{{row/kv| Universe |{{{universe}}}<!-- -->}}|}}
  +
  +
<!-- featured in -->{{row/kv| Featured In |''{{{books}}}''<!-- -->}}
 
}}<!--
 
}}<!--
   
 
--><includeonly><!--
 
--><includeonly><!--
   
-->[[Category:Magic]]<!--
+
-->{{cat ns|Magic|only=0}}<!--
-->[[Category:Magic Systems]]<!--
+
-->{{cat ns|Magic systems|only=0}}<!--
  +
--><!--
 
  +
apply {{infobox/no-world}} if none of the world parameters are present
  +
-->{{#if:<!--
  +
-->{{{earth|}}}<!-- -->{{{world|}}}<!-- -->{{{'world|}}}<!-- -->{{{universe|}}}<!--
  +
-->||{{infobox/no-world}}<!--
 
-->}}<!--
  +
  +
-->{{#if:{{{image-artist|}}}|[[category: redundant artist attribution]]}}<!--
   
 
--></includeonly><!--
 
--></includeonly><!--
Line 17: Line 34:
 
--><noinclude>Holds information on a magic system.
 
--><noinclude>Holds information on a magic system.
   
  +
It automatically adds pages to [[:Category: Magic]], [[:Category: Magic systems]]
{{cat|Infoboxes}}
 
  +
  +
<pre class=mw-code>
  +
{{magic system
  +
|image=
  +
|related=
  +
|focus=
  +
|prereq=
  +
|type=
  +
|world=
  +
|books=
  +
}}
  +
</pre>
  +
  +
[[Category: Infoboxes]]
  +
  +
== Articles using Template ==
  +
{{for|Special:WhatLinksHere/{{FULLPAGENAME}}|a full listing|here|pre=This list is limited to 100 pages.}}
  +
{{Special:WhatLinksHere/{{FULLPAGENAME}}|namespace=0|limit=100}}

Revision as of 22:52, 20 November 2022

Magic system
Featured In {{{books}}}

Holds information on a magic system.

It automatically adds pages to Category: Magic, Category: Magic systems

{{magic system
|image=
|related=
|focus=
|prereq=
|type=
|world=
|books=
}}

Articles using Template