Screamer Forums and Screamer gallery have returned.
The Screamer Forums will likely remain read only unless it's known that it will be active, since forums in general are kind of dead because of Discord.
Template:Infobox: Difference between revisions
Jump to navigation
Jump to search
Undo revision 37768 by Lawiki1534virus (talk) |
Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <group> <header>..." |
||
| Line 1: | Line 1: | ||
<infobox> | |||
<title source="title1"> | |||
<default>{{PAGENAME}}</default> | |||
</title> | |||
<image source="image1"> | |||
<caption source="caption1"/> | |||
</image> | |||
<group> | |||
<header>About this shock site</header> | |||
<data source="maker"> | |||
<label>Maker</label> | |||
</data> | |||
<data source="creation_date"> | |||
<label>Creation date</label> | |||
</data> | |||
<data source="type"> | |||
<label>Type</label> | |||
</data> | |||
</group> | |||
<group> | |||
<header>Section Header</header> | |||
</ | <data source="language"> | ||
<label>Language</label> | |||
</data> | |||
<data source="country_of_origin"> | |||
<label>Country of origin</label> | |||
</data> | |||
</group> | |||
</infobox> | |||
<noinclude> | |||
Example usage:<pre> | |||
{{Infobox | |||
|title1=Example | |||
|image1=Example | |||
|caption1=Example | |||
|maker=Example | |||
|creation_date=Example | |||
|type=Example | |||
|language=Example | |||
|country_of_origin=Example | |||
}} | |||
</pre> | |||
</noinclude> | |||
Revision as of 06:10, 19 April 2019
Example usage:
{{Infobox
|title1=Example
|image1=Example
|caption1=Example
|maker=Example
|creation_date=Example
|type=Example
|language=Example
|country_of_origin=Example
}}