Content Guidelines and Spoiler Policy: Difference between revisions

From The Fifth City Wiki
added copies of the code with nowiki tags so readers don't hav eto go to the edit page to see the code
Tag: rte-wysiwyg
No edit summary
Tags: visualeditor apiedit
Line 1: Line 1:
Here is an example of how to make expand/collapse blocks
Here is an example of how to make expand/collapse blocks


{| class="article-table mw-collapsible mw-collapsed" data-expandtext="show" data-collapsetext="hide" width=100%
<nowiki>{| class="article-table mw-collapsible mw-collapsed" data-expandtext="show" data-collapsetext="hide" width=100%
!colspan=3|[[File:Master.png|50px]] [[The_Masters_of_the_Bazaar|Masters]]
!colspan=3|[[File:Master.png|50px]] [[The_Masters_of_the_Bazaar|Masters]]
|-
|Article text can go here and stuff.
New paragraphs can be included like this.
Use this template to write your spoilers text.
|}</nowiki>
{| class="article-table mw-collapsible mw-collapsed" data-expandtext="show" data-collapsetext="hide" width="100%"
! colspan="3" |[[File:Master.png|50px]] [[The_Masters_of_the_Bazaar|Masters]]
|-
|-
|Article text can go here and stuff.
|Article text can go here and stuff.
Line 11: Line 20:
|}
|}


{| class="article-table mw-collapsible mw-collapsed" data-expandtext="show" data-collapsetext="hide" width=100%
{| class="article-table mw-collapsible mw-collapsed" data-expandtext="show" data-collapsetext="hide" width="100%"
!colspan=3|[[File:Rose.png|50px]] [[Feast_of_the_Exceptional_Rose|Feast of the Exceptional Rose]]
! colspan="3" |[[File:Rose.png|50px]] [[Feast_of_the_Exceptional_Rose|Feast of the Exceptional Rose]]
|-
|-
|Article text can go here and stuff.
|Article text can go here and stuff.
Line 21: Line 30:
|}
|}


Here is an example of how to add hover text: <font color="Green"><span title="Here is the hover text" >Hover over this line to see additional text.</span></font>
Here is an example of how to add hover text: <font color="Green"><span title="Here is the hover text">Hover over this line to see additional text.</span></font>
  <nowiki><span title="Here is the hover text" >Hover over this line to see additional text.</span></nowiki>
  <nowiki><span title="Here is the hover text" >Hover over this line to see additional text.</span></nowiki>



Revision as of 20:30, 27 November 2015

Here is an example of how to make expand/collapse blocks

{| class="article-table mw-collapsible mw-collapsed" data-expandtext="show" data-collapsetext="hide" width=100%
 !colspan=3|[[File:Master.png|50px]] [[The_Masters_of_the_Bazaar|Masters]]
 |-
 |Article text can go here and stuff.
 
 New paragraphs can be included like this.
 
 Use this template to write your spoilers text.
 |}
Masters
Article text can go here and stuff.

New paragraphs can be included like this.

Use this template to write your spoilers text.

Feast of the Exceptional Rose
Article text can go here and stuff.

New paragraphs can be included like this.

Use this template to write your spoilers text.

Here is an example of how to add hover text: Hover over this line to see additional text.

<span title="Here is the hover text" >Hover over this line to see additional text.</span>

Text can be redacted like this using HTML tags.

<font color="black"><span style="background-color: black">like this</span></font>