Jump to content

Template:Infobox:Creator: Difference between revisions

From Monster Girl Encyclopedia
Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <data source="row1">..."
 
imported>Ochiverde
No edit summary
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<infobox>
<infobox layout="stacked" theme="white">
  <title source="title1">
<title source="name">
    <default>{{PAGENAME}}</default>
  <default>'''English Name'''<br/>(Katakana Name)</default>
  </title>
</title>
  <image source="image1">
<image source="image">
    <caption source="caption1"/>
  <default>Image:Nophotomg.jpg</default>
   </image>
  <caption source="caption"/>
   <data source="row1">
</image>
    <label>Label</label>
<group>
   <header>Creator Information</header>
   <data source="circle">
  <label>Publishing Circle</label>
   </data>
   </data>
   <data source="row2">
   <data source="website">
    <label>Label</label>
  <label>Website</label>
   </data>
   </data>
  <data source="twitter">
  <label>Twitter</label>
  </data>
  <data source="pixiv">
  <label>Pixiv</label>
  </data>
  <data source="facebook">
  <label>Facebook</label>
  </data>
  <data source="enty">
  <label>Enty</label>
  </data>
</group>
</infobox>
</infobox>
<noinclude>
<noinclude>
Example usage:<pre>
<pre>
{{Infobox:Author
{{Infobox:Author
|title1=Example
|name = '''EN NAME'''<br/>(JP NAME)
|image1=Example
|image = File:Nophotomg.jpg
|caption1=Example
|caption = CAPTION 1
|row1=Example
|circle = PUBLISHING CIRCLE
|row2=Example
|website = WEBSITE
|twitter = TWITTER
|pixiv = PIXIV
|facebook = FACEBOOK
|enty = ENTY
}}
}}
</pre>
</pre>
</noinclude>
</noinclude>

Latest revision as of 07:19, 30 July 2019

<infobox layout="stacked" theme="white">

<title source="name">
 <default>English Name
(Katakana Name)</default> </title> <image source="image"> <default>Image:Nophotomg.jpg</default>

</image> <group> <header>Creator Information</header> <label>Publishing Circle</label> <label>Website</label> <label>Twitter</label> <label>Pixiv</label> <label>Facebook</label> <label>Enty</label> </group> </infobox>

{{Infobox:Author
|name = '''EN NAME'''<br/>(JP NAME)
|image = File:Nophotomg.jpg
|caption = CAPTION 1
|circle = PUBLISHING CIRCLE
|website = WEBSITE
|twitter = TWITTER
|pixiv = PIXIV
|facebook = FACEBOOK
|enty = ENTY
}}