Template:Infobox Generic: Difference between revisions

From Red Faction Wiki
(Created page with "<infobox> <group> <title source="title"><default>{{PAGENAME}}</default><format>{{{title|{{PAGENAME}}}}}</format></title> <media source="image"/> <header source="imageinfo"><small>{{{imageinfo}}}</small></header> </group> </infobox> <noinclude> {|float="left" |<pre> {{Infobox Generic |title = |image = |imageinfo = }} </pre> |} Notes: *If "title" is omitted, it will default to the name of the page. Category:Infobox Templates</noinclude>")
 
No edit summary
 
(3 intermediate revisions by one other user not shown)
Line 2: Line 2:
     <group>
     <group>
<title source="title"><default>{{PAGENAME}}</default><format>{{{title|{{PAGENAME}}}}}</format></title>
<title source="title"><default>{{PAGENAME}}</default><format>{{{title|{{PAGENAME}}}}}</format></title>
<media source="image"/>
<media source="image">
<header source="imageinfo"><small>{{{imageinfo}}}</small></header>
    <caption source="imageinfo"><small>{{{imageinfo}}}</small></caption>
    </media>
</group>
</group>
</infobox>
</infobox><noinclude>
 
<noinclude>


{|float="left"
{|float="left"

Latest revision as of 17:31, 7 July 2024

{{Infobox Generic
|title          =
|image          =
|imageinfo      =
}}

Notes:

  • If "title" is omitted, it will default to the name of the page.