Template:Line/Image: Difference between revisions

From A3! Wiki
Fimbulvetr (talk | contribs)
No edit summary
Fimbulvetr (talk | contribs)
No edit summary
Line 4: Line 4:


<noinclude>
<noinclude>
This is a template to insert an image into the text of a story page, for screencaps or CGs.
==Code==
<pre><tr>
<pre><tr>
<td colspan="2" style="text-align: center" class="storyimage">[[{{{file}}}|600px|]]</td>
<td colspan="2" style="text-align: center" class="storyimage">[[{{{file}}}|600px|]]</td>
</tr></pre>
</tr></pre>


To insert an image into the text of the story hub, for screencaps or CGs.
==How to use==
 
<pre>{{Line/Image|file=File:Example.png}}</pre>
How to use:
<pre>{{Line/Image|file=File:A cabbage.png}}</pre>


See [[The_Great_Camp_Bonding_Strategy/Episode_9|here]] for a live example.
See [[The_Great_Camp_Bonding_Strategy/Episode_9|here]] for a live example.
</noinclude>
</noinclude>

Revision as of 13:09, 5 June 2017


This is a template to insert an image into the text of a story page, for screencaps or CGs.

Code

<tr>
<td colspan="2" style="text-align: center" class="storyimage">[[{{{file}}}|600px|]]</td>
</tr>

How to use

{{Line/Image|file=File:Example.png}}

See here for a live example.