Wiki記法ガイド/画像表示-en の変更点
#author("2018-12-06T08:14:24+09:00","","")
#author("2018-12-06T08:14:44+09:00","","")
#title(Image)
[[Go back to the Guide's Top Page>Wiki記法ガイド]]
|~Name|~Format|~Description|h
|[[Display Image>#s_ref]]|&ref(Image URL);|Display the image file|
|[[Display Attached Image>#s_attach]]|&ref(File Name);|Display the attached image file|
|[[Display Image attached to another page>#s_attach_external]]|&ref(PAGE/File Name);|Display the image file attached to another page|
*Display Image [#s_ref]
You can display image file with "&ref(URL);".
**Example [#a8d242e7]
&ref(https://game-wiki.info/pukiwiki/image/logo.png);
**Display Example [#ldf2926b]
&ref(https://game-wiki.info/pukiwiki/image/logo.png);
*Display Attached Image [#s_attach]
You can display attached image file with "&ref(File Name);".
**Example [#n7723979]
&ref(pose_miageru_woman.png);
**Display Example [#bd4d190e]
&ref(pose_miageru_woman.png);
*Display Image attached to another page [#s_attach_external]
You can display image file attached to another page with "&ref(Page/FileName);"
You can display image file attached to another page with "&ref(PAGE/File Name);"
**Example [#r3004201]
&ref(Wiki記法ガイド/animal_impala.png);
**Display Example [#fded43bd]
&ref(Wiki記法ガイド/animal_impala.png);
#dcomment(Wiki記法ガイド/画像表示)