Standard Text Template: Difference between revisions
Jump to navigation
Jump to search
imported>An Adventurer (New page: ''Example: Geowulf's Journal'' Name the page of the Text Entry after the text. If text uses the same name as another entry, see Getting Started for hierarchy of naming articles. I...) |
imported>An Adventurer mNo edit summary |
||
Line 30: | Line 30: | ||
<nowiki>[[Category:Text]]</nowiki> | <nowiki>[[Category:Text]]</nowiki> | ||
Code: | |||
<pre> | |||
From the [[Link to quest]] Quest. | |||
Purchased at [[Link to NPC]]. | |||
<div style="background-color:#EEE8AA; border:2px solid #cc9900;width:80%;padding:30px;margin-bottom:20px;margin-left:5%;margin-right:10%;"> | |||
[[Image:Icon_TextName]] <big>Text Name</big><br> | |||
''Description of text.'' | |||
---- | |||
Page 1 Text | |||
---- | |||
Page 2 Text | |||
---- | |||
Page N Text | |||
---- | |||
-- [[Author]] | |||
</div> | |||
[[Category:Text]] | |||
</pre> | |||
[[Category:Page Template]] | [[Category:Page Template]] |
Revision as of 13:08, 23 May 2008
Example: Geowulf's Journal
Name the page of the Text Entry after the text. If text uses the same name as another entry, see Getting Started for hierarchy of naming articles. If needed, add (text) at the end of the page name.
From the [[Link to quest]] Quest. Purchased at [[Link to NPC]].
[[Image:Icon_TextName]] Text Name
Description of text.
Page 1 Text
Page 2 Text
Page N Text
-- [[Author]]
[[Category:Text]]
Code:
From the [[Link to quest]] Quest. Purchased at [[Link to NPC]]. <div style="background-color:#EEE8AA; border:2px solid #cc9900;width:80%;padding:30px;margin-bottom:20px;margin-left:5%;margin-right:10%;"> [[Image:Icon_TextName]] <big>Text Name</big><br> ''Description of text.'' ---- Page 1 Text ---- Page 2 Text ---- Page N Text ---- -- [[Author]] </div> [[Category:Text]]