Template:ReadmoreStart

From Istaria Lexica

Template documentation (for the template shown above, sometimes hidden or invisible)

Description[edit]

Used to create a 'read more' box, to host links. Must be closed by Template:ReadmoreEnd.



Syntax[edit]

Insert the following code into the page's position you want to start the area:

{{ReadmoreStart|caption=|style=}}


Now add some content. If you want to start another column, insert a pipe '|', then proceed. Repeat for a third, fourth, fifth, .. column.

To close the template, use the following code:

{{ReadmoreEnd}}

Parameters[edit]

{{ReadmoreStart
| caption = Provide an alternative caption text. Default is 'Read more:'
| style   = Provide CSS styles to the top-level div box. Ex. 'border: 1px solid #525252'.
}}

Examples[edit]

Two-columned box[edit]

  • The padding-left is used to create a small space to the left column.
{{ReadmoreStart}}
Read the [[The Gifted's guide to the Istaria Lexica Wiki]]

Search for [[Special:WantedFiles|missing pictures]]

Search for [[Special:Wantedpages|missing pages]]
| style="padding-left: 10px" |
View the [[Special:ListUsers|users list]]

Read the [[Template:Homescreen:Lexica News|Lexica news page]]

See the [[Special:RecentChanges/days=30,limit=500|wiki page history]]
{{ReadmoreEnd}}

Results in...


Four-columned box[edit]

{{ReadmoreStart}}
First column
|
Second column
|
Third column
|
Fourth column
{{ReadmoreEnd}}

Results in...

Read more:


First column

Second column

Third column

Fourth column


Alternative caption for the box[edit]

{{ReadmoreStart|caption=This is the alternative caption!}}
Read the [[The Gifted's guide to the Istaria Lexica Wiki]]

Search for [[Special:WantedFiles|missing pictures]]

Search for [[Special:Wantedpages|missing pages]]
|
View the [[Special:ListUsers|users list]]

Read the [[Template:Homescreen:Lexica News|Lexica news page]]

See the [[Special:RecentChanges/days=30,limit=500|wiki page history]]
{{ReadmoreEnd}}

Results in...

This is the alternative caption!


Read the The Gifted's guide to the Istaria Lexica Wiki

Search for missing pictures

Search for missing pages

View the users list

Read the Lexica news page

See the wiki page history




Visit Template:ReadmoreStart/doc to edit this text. (How to: document correctly)