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
 
(2 intermediate revisions by the same 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>

Latest revision as of 03:35, 31 January 2024


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

Notes:

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